1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

62 Commits

Author SHA1 Message Date
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
Shiewk bad8a4bb90 Merge remote-tracking branch 'origin/dev' into dev 2024-07-23 17:35:15 +02:00
Shiewk bf476c7a4b Add vanish command and permissions 2024-07-23 17:34:14 +02:00
Shiewk d93a9aa9e4 Add vanish command and permissions 2024-07-23 17:23:05 +02:00
Shiewk 7d94c782b8 Add permissions for mute/kick/ban immunity 2024-07-23 16:23:40 +02:00
Shiewk d8ff58191f Improved command registration 2024-07-23 15:04:36 +02:00
Shiewk 762629e263 Fix InvSee bug 2024-07-10 11:16:21 +02:00
Shiewk 7eeb6daa46 Add Enderchest see command and permissions 2024-06-18 18:26:50 +02:00
Shiewk e54f88fa5e Add Invsee command and permissions 2024-06-18 18:01:13 +02:00
Shiewk 9e59bae857 Add gzip-compressed saving and loading system 2024-06-09 10:55:32 +02:00
Shiewk deee125e88 Improved finding of UUIDs 2024-06-08 19:30:22 +02:00
Shiewk 3542997bba Add chat prefix 2024-06-08 19:26:05 +02:00
Shiewk fc061d64ac Unmute and unban commands 2024-06-08 19:14:05 +02:00
Shiewk 151ca74dc7 Change permission names 2024-06-08 18:51:15 +02:00
Shiewk b0cc014154 Mod Logs command, change chat and menu colors 2024-06-08 18:44:56 +02:00
Shiewk 582f1c41bf No negative durations 2024-06-08 17:52:20 +02:00
Shiewk d0de45ea84 Broadcast cancellation 2024-06-08 17:48:55 +02:00
Shiewk cd5777a0ee Ability to cancel punishments from the SMod Menu 2024-06-08 17:40:53 +02:00
Shiewk c65781b7bd Add sorting and filter options for SMod Menu 2024-06-08 16:08:23 +02:00
Shiewk 1f85d65bdd First version of the SMod menu and command 2024-06-08 15:22:24 +02:00
Shiewk e2fcf9797c Support for custom inventories 2024-06-08 12:53:40 +02:00