Commit Graph

32 Commits

Author SHA1 Message Date
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 c0966a0f5e
Update messages.yml 2024-05-04 02:44:53 -04:00
Deauthorized 0add60322e
Update messages.yml 2024-05-02 17:22:05 -04: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
Taah 85605774cf fix mute & freeze not staying after relog
add configurable timers for mute and freeze
2024-03-23 08:14:36 -07: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
Alco_Rs11 b168029df1
Fixed /mp and it now has the ability to purge one or all mobs + tab completion. (#79)
* Added a tab completion to /mp because our genius Plex devs forgot to. Its shitty but works lmao

* Rewrote /mp to actually work with or without args so now specific or all mobs can be purged, instead of just all mobs being purged. Why the REAL plex developers didn't include this (yet they did for /rd) defies any sort of logic.

* Tweaked the command a bit. It works as it should now.

* Tweaked the command a bit. It works as it should now.
2024-01-19 22:29:00 -06:00
Telesphoreo d4710f1808 Make this more friendly 2023-11-29 15:32:03 -06:00
Telesphoreo 1cf262ff91
Add radius to entitywipe command (#74)
* currently bugged

* Fixed radius not working

---------

Co-authored-by: Focusvity <nathan.curran10012@gmail.com>
2023-11-25 23:43:27 -06:00
Telesphoreo 28c57f3a52 this is quite literally the most awful thing i have ever done 2023-08-31 20:20:18 -05:00
Video 475169b36a Adds /whohas command 2023-08-31 02:09:07 -06:00
Taah c51d8da5b7 fix prefixes 2023-08-29 20:41:15 -07:00
Telesphoreo 2a2152603b Attempt to add prefixes to adminchat 2023-08-29 16:06:16 -05:00
Telesphoreo 2c7440804c Change URL 2023-08-29 15:46:35 -05:00
Taah 7ff6bdb171 Remove rank system entirely and move developer title to being hardcoded 2023-08-25 04:07:56 -07:00
Taah 175c7db23d Bump the version to 1.4-SNAPSHOT
Remove every trace of MongoDB
Fix issue where notes were not being notified on a permissions based system
2023-08-25 01:30:41 -07:00
Taah f97411ce09 Cache whether the server is on a proxy or not
Fix kick where ban message was displayed instead of kick message
2023-08-24 22:36:14 -07:00
Taah 28ec8e1d2d Add support for reasons 2023-08-24 15:35:59 -07:00
Telesphoreo 6e1fa15a6c
Remove redundant <red> 2022-11-27 16:40:55 -06:00
Telesphoreo f3f7daaafb
Add customizable login messages 2022-11-26 04:24:12 -06:00
Taah 7fa26f9a64 add admin chat redis support 2022-08-02 17:03:04 -07:00
Telesphoreo d2649508b3
*sigh* 2022-07-30 19:26:26 -05:00
Telesphoreo 5fe48cfd7f Allow toggling redstone 2022-06-04 22:48:18 -05:00
Telesphoreo abf2aca0f2 Resolves #12 (major config changes)
Also allows more customization within the updater
2022-06-04 22:08:13 -05:00
Telesphoreo dc4ac39fe4 Switch legacy to MiniMessage 2022-06-04 21:31:36 -05:00
Telesphoreo d0b1d09f38 Minor improvements
- Add /toggles as an alias for /toggle
- We now use docs.plex.us.org again
2022-05-26 00:31:37 -05:00
Telesphoreo 53cd4b1306 Be more specific with the command blocker 2022-05-25 23:10:20 -05:00
Telesphoreo ff16347981 Some improvements to the messages 2022-05-19 21:07:38 -05:00
Telesphoreo b39ba8ed86 Resolves #33 2022-05-19 20:34:43 -05:00
Telesphoreo f97649083a Fix errors 2022-05-19 16:32:31 -05:00
Telesphoreo 4d77d514fd Begin work on toggles 2022-05-19 16:11:45 -05:00
Focusvity f9a577035b
Move Plex to API-driven plugin and fix NoClassDefFoundError on startup 2022-04-24 14:16:14 +10:00