Shiewk
ea54f83909
Cache punishments for online players
2026-04-12 13:32:26 +02:00
Shiewk
6c76066d8b
Migrate older container version to new version on server start
2026-04-11 19:14:24 +02:00
Shiewk
823093be35
Rework save format and punishment manager
...
- Punishments are now saved as JSON in files named after their targets
- Each punishment type now has its own Java class
- Each file contains a list of JSON objects that is updated every time something changes (e.g. player muted, banned or unbanned)
- Punishments have a unique ID now; if something changes, the new version is added to the list and overwrites the old version
- 'Undo' has been renamed to 'cancel'
- You can no longer mute or ban players if they are already muted or banned
2026-04-08 16:12:01 +02:00
Shiewk
fecd21bf19
Fix hardcoded page switching strings; add German translations
2026-04-03 16:52:11 +02:00
Shiewk
f7f541c8a4
Stop warning about experimental APIs
2026-04-03 15:59:52 +02:00
Shiewk
fcd2a513aa
Remove the chat prefix
2026-04-03 15:53:07 +02:00
Shiewk
5c4feea042
Amend custom inventory logic
...
- Make click events based on slot numbers instead of comparing item stacks
- Removed ItemStack parameter from CustomInventory#click as it is no longer needed
2026-04-03 15:33:32 +02:00
Shiewk
c4e1aedeca
Add comments to config file
2026-04-02 19:57:27 +02:00
Shiewk
7907ee87f6
Hide advancement messages from vanished players
2025-12-06 13:31:15 +01:00
Shiewk
041c541356
(1.8.2) Fix translating system for 1.21.4
2025-12-05 17:12:08 +01:00
Shiewk
dcb52e3e6d
Fix hostile entities targeting vanished players
2025-12-05 16:51:23 +01:00
Shiewk
53df1a908a
Fix timestamp display in SMod menu
2025-12-05 16:26:43 +01:00
Shiewk
3317e2fffd
(1.8.1) Fix ban message not being translated ( #13 )
2025-09-19 18:59:02 +02:00
Shiewk
4b52f74fc5
(1.8.0) Allow disabling plugin features from the config ( #10 )
2025-09-19 18:09:52 +02:00
Shiewk
4ef2700d6b
(1.7.1) Fix Folia inventory ticking error ( #11 )
2025-09-19 14:38:35 +02:00
Shiewk
7826c4e75a
Make the mute command require a positive duration
2025-08-24 11:38:21 +02:00
Shiewk
c4953d2acb
(1.7.0) Add a config option that prevents players from running certain commands when they are muted
2025-08-22 11:19:04 +02:00
Shiewk
7e3139126c
Config rework
2025-08-22 11:00:28 +02:00
Shiewk
2be16da939
Internationalization support
2025-07-30 13:37:30 +02:00
Shiewk
a17086b059
/offlinetp command
2025-07-27 15:10:25 +02:00
Shiewk
039b40bd53
(1.6.0) Switch to Paper plugin & support Folia
2025-07-09 12:59:43 +02:00
Shiewk
a69c7cb426
Clear player title after chat input
2025-07-09 11:48:00 +02:00
Shiewk
8a147eb7cf
Use AsyncPlayerPreLoginEvent instead of PlayerLoginEvent
...
because of its deprecation in Paper 1.21.6, this event disabled re-configuration APIs when a listener is registered for it; we don't want that to happen
2025-07-09 11:44:23 +02:00
Shiewk
ecdd688a79
Fix SMod menu opening in newer versions
2025-07-09 11:08:29 +02:00
Shiewk
26166b5a73
Use API version 1.21.3, fix invsee
2025-07-09 10:28:54 +02:00
Shiewk
66c113bad2
Save vanish state for next join
2025-05-02 17:55:10 +02:00
Shiewk
d863622168
Add a config option to require a reason
2025-05-02 16:30:14 +02:00
Shiewk
361f66f645
Upgrade Paper to 1.21, use Brigadier command system
2025-05-01 19:55:55 +02:00
Shiewk
fbaaa6ec89
Not using the constant value
...
how did I not notice
2025-05-01 11:43:15 +02:00
Shiewk
955ab8791a
Allow registering skin texture provider for player heads
2025-05-01 11:25:49 +02:00
Shiewk
8128628b12
Fix pagination in SMod menu
2025-05-01 10:56:20 +02:00
Shiewk
02570993a7
Move SModeration for Paper to root project
2025-05-01 10:46:00 +02:00
Shiewk
2f66c6f12c
move SModeration for Paper to subproject
2024-12-19 15:59:20 +01:00
Shiewk
c7502fd661
add missing whitespace
2024-12-06 19:41:06 +01:00
Shiewk
b3ec076cae
Fix chat input title delay
2024-08-25 10:59:29 +02:00
Shiewk
3cb3314f4c
Allow opening own ender chest
2024-08-22 15:28:25 +02:00
Shiewk
fb785fb53a
Improve styling
2024-08-22 13:57:31 +02:00
Shiewk
8c00347ef2
Hide death messages from vanished players
2024-08-21 18:40:06 +02:00
Shiewk
8de4382ec4
SocialSpy command and permissions
2024-08-21 18:32:01 +02:00
Shiewk
22f42df1da
Fixed a bug where unknown players would crash the SMod menu
2024-08-04 14:47:29 +02:00
Shiewk
d7560d5ef3
Add ability to filter by type in SMod menu
2024-07-29 17:07:45 +02:00
Shiewk
ce8a8a44cd
Added Invsee for equipment
2024-07-29 16:27:42 +02:00
Shiewk
7902bb9a46
Refactor listeners
2024-07-29 15:12:23 +02:00
Shiewk
b40e543f9e
Fixed a bug where players could not put any items in their ender chests
2024-07-29 15:10:47 +02:00
Shiewk
ab037716c4
Add search option in SMod menu with chat input
2024-07-29 13:22:00 +02:00
Shiewk
56aef4a2c9
Added /vanish list command and list vanished players on join
2024-07-28 16:10:22 +02:00
Shiewk
755b758b2f
Move vanish-related methods to VanishCommand.java
2024-07-28 15:29:41 +02:00
Shiewk
0db57042af
Fix vanish bug
2024-07-26 18:38:42 +02:00
Shiewk
57b21c2e1f
Fix EnderchestSee bug
2024-07-26 18:36:57 +02:00
Shiewk
a46e00a68d
Remove duplicate methods
2024-07-23 17:48:42 +02:00