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
v1.7.0
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
v1.6.0
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
27a1fd8244
1.5.0
v1.5.0
2025-05-02 18:01:43 +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
0d095c40f0
Removed unnecessary log message, 1.4.2
v1.4.2
2025-04-11 16:30:48 +02:00
Shiewk
8df1029d42
Add a VanishToggleEvent
2025-04-02 18:29:20 +02:00
Shiewk
2f66c6f12c
move SModeration for Paper to subproject
2024-12-19 15:59:20 +01:00
Shiewk
1f9758f3d0
Use main branch for development from now on ( #5 )
2024-12-16 14:48:39 +01:00
Shiewk
c7502fd661
add missing whitespace
2024-12-06 19:41:06 +01:00
Shiewk
1a9cf76a93
1.4.1
v1.4.1
2024-08-25 11:12:39 +02: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
e44f6489af
Update main branch to 1.4.0 ( #4 )
...
- Fixed a bug where unknown players would crash the SMod menu
- SocialSpy command and permissions
- Hide death messages from vanished players
2024-08-21 18:43:41 +02:00
Shiewk
faa2eb0a43
1.4.0
v1.4.0
2024-08-21 18:40:56 +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
a7c487decd
Update to version 1.3.1
v1.3.1
2024-08-04 14:48:51 +02:00
Shiewk
22f42df1da
Fixed a bug where unknown players would crash the SMod menu
2024-08-04 14:47:29 +02:00
Shiewk
7e90939b84
Update main branch to version 1.3.0 ( #3 )
...
- Fixed EnderchestSee bug
- Fixed vanish bug
- Moved vanish-related methods to VanishCommand.java
- Added /vanish list command and list vanished players on join
- Added search option in SMod menu with chat input
- Refactored listeners
- Added Invsee for equipment
- Added ability to filter by type in SMod menu
- Updated docs and README to version 1.3.0
2024-07-29 17:41:04 +02:00
Shiewk
5c5eee0bca
Update to version 1.3.0
v1.3.0
2024-07-29 17:33:56 +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
4392456b15
Add missing docs, update to 1.2.1
v1.2.1
2024-07-26 18:39:14 +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
4266b7ebb6
Update main branch to version 1.2.0
...
- Improved command registration
- Add permissions for mute/kick/ban immunity
- Add vanish command and permissions
- Update to version 1.2.0
v1.2.0
2024-07-23 18:36:40 +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
05c41dc4c3
Update to version 1.2.0
2024-07-23 17:34:54 +02:00
Shiewk
bf476c7a4b
Add vanish command and permissions
2024-07-23 17:34:14 +02:00