Commit Graph

64 Commits

Author SHA1 Message Date
Taah
b35bf63ba4 Add coreprotect support, start on prism but commented out until they figure out a maven repository for their API 2024-01-15 15:39:57 -08:00
6d80d5f4e3 Revamp the build system 2023-12-01 21:46:20 -06:00
Focusvity
bee4268d51
Revert radius to distanceSquared 2023-11-27 20:38:39 +11:00
9650685796 you saw NOTHING 2023-11-25 23:47:01 -06:00
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
Video
360775bac3 Fixes /punishments [player] not actually working 2023-11-07 04:39:54 -07:00
88f10ef9cc Fix more SQL 2023-10-29 23:07:36 -05:00
Taah
2364ab33ff Overhaul menu system and simplify it heavily, separating Pageable Menus and regular Menus into two different implementations 2023-09-02 10:14:10 -07:00
Taah
14d859ef75 Merge remote-tracking branch 'origin/master' 2023-08-31 02:48:15 -07:00
Taah
bc8c89449e Remove WebUtils, MojangUtils, and ashcon and replace references of WebUtils with DataUtils#getPlayer(String username) 2023-08-31 02:48:02 -07:00
Video
b0c19a14ab Removed unused import 2023-08-31 02:11:12 -06:00
Video
475169b36a Adds /whohas command 2023-08-31 02:09:07 -06:00
Video
ba23129b15 Removes /nh 2023-08-30 13:11:35 -06:00
Taah
c51d8da5b7 fix prefixes 2023-08-29 20:41:15 -07:00
2a2152603b Attempt to add prefixes to adminchat 2023-08-29 16:06:16 -05:00
b7db18284a Remove rank references 2023-08-29 15:46:21 -05:00
Taah
b0a8b463cb Add SQL Generators
Add cache for table strings generated
Add legacy support for Tags and login messages by converting legacy color codes to minimessage tags
2023-08-26 06:59:29 -07: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
b0240ef46e Remove extra space from prefixes 2023-08-24 21:24:14 -07:00
9d0e7bf6d6 Fix compile error 2023-08-24 15:52:51 -05:00
Taah
8344e3596e Remove checkTab and replace with silentCheckRank
add isCancelled checks for MobListener
Modify the plugin's YAML file to load before essentials
Modify the world command to support the TFM Extras module
Add more checks in WorldListener to prevent spawning entities and interacting with anything except openable things (doors, trapdoors, gates)
2023-08-24 02:40:52 -07:00
Taah
37a649fa7a This should teleport players to the world spawn 2023-08-23 19:44:27 -07:00
ea512487ac Reformat 2023-03-08 14:26:10 -06:00
41b0076f8f Make the list command work with the permission system 2023-03-08 14:23:10 -06:00
Focusvity
77be23faf0
Minor clean up 2023-03-08 22:45:47 +11:00
Focusvity
e39f882ea7
Fix out of bounds exception - closes #54 2023-03-08 21:46:27 +11:00
c216bdc5a4
Add permission check for the -o flag on the login message commands 2022-11-26 04:31:43 -06:00
ed638679b2
Use cache for toggling commandspy 2022-11-26 04:24:52 -06:00
76952e33b8
Use PlexCommand instead of PlexUtils 2022-11-26 04:24:38 -06:00
f3f7daaafb
Add customizable login messages 2022-11-26 04:24:12 -06:00
22199be335
Plex v1.2 2022-08-25 20:28:13 -05:00
Taah
7fa26f9a64 add admin chat redis support 2022-08-02 17:03:04 -07:00
Focusvity
d6b44863aa
Remove the API component - closes #51 2022-08-02 22:08:52 +10:00
Allink
3611148b4c
Remove non-ASCII characters from tags & chat messages (closes #48) 2022-08-02 03:23:08 +01:00
Allink
5f64e02cae
Fix NPE in PlexCommand 2022-07-24 01:12:30 +01:00
f1ebbc3664 Fix incorrect permission 2022-06-09 21:12:19 -05:00
a1c009909d Lang to lang3 2022-06-08 15:09:42 -05:00
5fe48cfd7f Allow toggling redstone 2022-06-04 22:48:18 -05:00
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
0bbe2d06f6 Fix mute not having a permissions check 2022-05-19 21:12:52 -05:00
ff16347981 Some improvements to the messages 2022-05-19 21:07:38 -05:00
f97649083a Fix errors 2022-05-19 16:32:31 -05:00
4d77d514fd Begin work on toggles 2022-05-19 16:11:45 -05:00
92c07f89fe i prefer this 2022-05-19 13:59:16 -05:00
Focusvity
7efa151157
A bit more work on the API 2022-05-18 20:31:15 +10:00
Luna
ce9b70bc98
Make getNonNullPlayer work with UUIDs too (#43)
* Make getNonNullPlayer work with UUIDs too

* allman
2022-05-17 12:24:58 -05:00
1190c612b3
Allow console to run plex update 2022-05-13 17:43:42 -05:00
8ab337d0a6
Allow server owners to use plex update 2022-05-12 22:45:17 -05:00