Commit Graph

232 Commits

Author SHA1 Message Date
5a1436afae Release Plex v1.4 2024-06-14 20:29:08 -05:00
james
e066d9b3a1
Implemented the ability to toggle pvp (#97)
* Implemented the ability to toggle pvp

* Changed listener to  PrePlayerAttackEntityEvent

* ... Updated the formatting so I don't get screamed at !

* _
2024-06-04 10:30:34 -05:00
james
9e974ae737
Add a /tempmute command (#96)
* Update WhoHasCMD.java

Added functionality that clears all players with a specified item

* Added functionality that clears all players with a specified item

* Altered tab completion to include "clear" argument

* Update WhoHasCMD.java

* Implemented a mob limiter that can be configured via a command

* Fixed some imports

* Refined tab complete

* Implemented reviewed changes

* Added a /tempmute command

* Removed unnecessary imports & simplified the reason assignment

* Fixed the usage for the moblimit command

---------

Co-authored-by: Telesphoreo <me@telesphoreo.me>
2024-06-04 09:23:51 -05:00
james
23611e218b
Implemented a moblimiter (#95)
* Update WhoHasCMD.java

Added functionality that clears all players with a specified item

* Added functionality that clears all players with a specified item

* Altered tab completion to include "clear" argument

* Update WhoHasCMD.java

* Implemented a mob limiter that can be configured via a command

* Fixed some imports

* Refined tab complete

* Implemented reviewed changes

---------

Co-authored-by: Telesphoreo <me@telesphoreo.me>
2024-05-31 15:41:14 -05:00
5f12a1532f Add vanish filtering to list 2024-05-31 15:38:56 -05:00
fff35ad34c
fix -rb showing in ban message 2024-05-26 13:35:35 -05:00
Video
2ed88da151
Merge branch 'master' into messagesincursion 2024-05-09 17:06:13 -06:00
Deauthorized
c5b356e45a
fix merge conflict for hopefully the last time 2024-05-06 15:51:04 -04:00
Taah
58fe304118 oops oops oops 2024-05-06 12:40:29 -07:00
Deauthorized
50d969975c
fix merge conflict 2024-05-06 15:37:56 -04:00
Deauthorized
52cc738d4d
fix merge conflict 2024-05-06 15:34:18 -04:00
Taah
fd19d8417c add banlist to plex instead of having it in tfm extras 2024-05-06 12:31:07 -07:00
Taah
efcb9b45df oh update usage too 2024-05-06 12:29:30 -07:00
Taah
a5d77036a9 closes #91
add rollback only if -rb is specified
2024-05-06 12:26:21 -07:00
Deauthorized
5c609b3d8f
Since this'll be a problem for some reason I'm restoring the original message 2024-05-04 05:19:41 -04:00
Deauthorized
7383e0d9bb
Update BanService.java 2024-05-04 02:46:07 -04:00
Deauthorized
f1680174ae
Update DebugCMD.java 2024-05-04 02:45:39 -04:00
Deauthorized
c0966a0f5e
Update messages.yml 2024-05-04 02:44:53 -04:00
Taah
129ef7b6bf Remind me to read the documentation next time... coreprotect is supposed to be called asynchronously lol 2024-05-03 14:41:12 -07:00
Deauthorized
d7ad94d270
overrwrote the wrong file :( 2024-05-02 17:43:06 -04:00
Deauthorized
a0471e63f6
Update WorldListener.java 2024-05-02 17:42:33 -04:00
Deauthorized
e2b3488aa7
Update ServerListener.java 2024-05-02 17:31:33 -04:00
Deauthorized
5b3a37835a
Update PlayerListener.java 2024-05-02 17:30:22 -04:00
Deauthorized
344df2b225
Update AntiSpamListener.java 2024-05-02 17:29:38 -04:00
Deauthorized
6e5f0d7beb
Update AntiNukerListener.java 2024-05-02 17:29:24 -04:00
Deauthorized
0c7b280aef
Update TempbanCMD.java 2024-05-02 17:28:34 -04:00
Deauthorized
647f17b5bd
Update SmiteCMD.java 2024-05-02 17:27:47 -04:00
Deauthorized
773f320cb6
Update NotesCMD.java 2024-05-02 17:27:17 -04:00
Deauthorized
8f55be369f
Update ListCMD.java 2024-05-02 17:26:20 -04:00
Deauthorized
5a7a2c1835
Update KickCMD.java 2024-05-02 17:25:49 -04:00
Deauthorized
bc163aa51a
Update EntityWipeCMD.java 2024-05-02 17:25:26 -04:00
Deauthorized
5040c76dc6
Update BcastLoginMessageCMD.java 2024-05-02 17:24:49 -04:00
Deauthorized
7d94717de5
Update BanCMD.java 2024-05-02 17:23:37 -04:00
Deauthorized
0add60322e
Update messages.yml 2024-05-02 17:22:05 -04:00
068dd28fd4 Temporary fix for displaying login messages on join 2024-04-28 12:52:21 -05:00
Deauthorized
357683a0f6
Add a toggle option for toggling chat (#89)
* Add moderated mode toggle option

* Add new messages to messages.yml for modmode toggle

* Add block_on_modmode list for commands to block, should be separate from block_on_mute so pms can still work

* Implement the restricted chat toggle

* Add the restricted chat toggle to the toggle gui

* Add the restricted chat toggle to the consoles version of the command as well

* Update toggles.yml / requested changes

* Update messages.yml / requested changes

* Update commands.yml / requested changes

* Update ToggleMenu.java / requested changes

* Update TogglesListener.java / requested changes

* Update ToggleCMD.java / requested changes

* Update messages.yml / requested changes

* Update ToggleMenu.java / requested changes

* Update ToggleCMD.java / requested changes
2024-04-28 12:04:18 -05:00
315e16488b adds support for vanish plugins 2024-04-27 22:24:03 -05:00
Taah
85605774cf fix mute & freeze not staying after relog
add configurable timers for mute and freeze
2024-03-23 08:14:36 -07:00
Video
54015f668a
Fixes NPE if Prism or CoreProtect are not installed (#87) 2024-03-02 15:38:49 -06:00
james
532e82472b
Added functionality that clears all players with a specified item (#82)
* Update WhoHasCMD.java

Added functionality that clears all players with a specified item

* Added functionality that clears all players with a specified item

* Altered tab completion to include "clear" argument

* Update WhoHasCMD.java

---------

Co-authored-by: Telesphoreo <me@telesphoreo.me>
2024-02-04 13:35:11 -06:00
6ce4843829
Minor fix 2024-01-27 15:56:40 -06:00
7298c8669a
Attempt to fix bans not working 2024-01-27 15:48:21 -06:00
6b7c076c41 Revert "Add BroadcastEvent"
This reverts commit aab5083f78.
2024-01-26 17:13:11 -06:00
7b56bd70e9 Revert "attempt to add discordsrv"
This reverts commit 912dff0ec9.
2024-01-26 17:13:08 -06:00
Video
fbd36161d4
Better legacy component support, removes SignListener (#81)
* Better legacy component support, removes SignListener

* Removes unused imports
2024-01-26 17:12:17 -06:00
912dff0ec9 attempt to add discordsrv 2024-01-25 17:44:47 -06:00
aab5083f78 Add BroadcastEvent 2024-01-25 17:00:59 -06:00
adb0d070a4 Update Jetty 2024-01-25 15:56:45 -06:00
e22f079062
Tab completion improvements to ban command 2024-01-23 19:58:15 -06:00
8f713fd30c
uncomment prism support 2024-01-23 19:52:03 -06:00