Commit Graph

55 Commits

Author SHA1 Message Date
Taah
7dea0bcb72 Make sure the TNT is removed 2023-08-24 02:41:57 -07: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
d7df923e5c Allow someone to modify the event before the renderer is set. This allows someone to edit the message before processing 2023-08-23 19:34:01 -07:00
Video
d54325304e
Fixes vulnerability related to command blocking in rank-based systems (#58)
Video contributing to Plex finally???
2023-08-23 15:23:30 -05:00
Taah
bc6dbb1052 Add bypass for command blocking and definite bans 2023-08-22 14:37:45 -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
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
517b829420 Merge remote-tracking branch 'origin/master' 2022-08-02 17:03:24 -07:00
Taah
7fa26f9a64 add admin chat redis support 2022-08-02 17:03:04 -07:00
09846f1d33 Switch to Component for CommandSpy 2022-08-02 18:57:12 -05:00
ed70a0ec8b Remove debug line 2022-08-02 17:29:39 -05:00
Taah
16e29b80a7 make getPlayer a function because mongo doesnt call constructors 2022-08-02 15:23:54 -07:00
Focusvity
d6b44863aa
Remove the API component - closes #51 2022-08-02 22:08:52 +10:00
f806470fd5 Actually fix colors in nicknames
Co-Authored-By: Taahh <9047036+Taahh@users.noreply.github.com>
2022-08-01 23:38:18 -05:00
Allink
3611148b4c
Remove non-ASCII characters from tags & chat messages (closes #48) 2022-08-02 03:23:08 +01:00
9dac0e799e Fix display name always being set in the config
Also, fix an unintentional double space
2022-08-01 19:23:57 -05:00
Allink
b26e489e83
Fix whitespace bypassing command blocker 2022-07-24 03:44:54 +01:00
a1c009909d Lang to lang3 2022-06-08 15:09:42 -05:00
41aff575d0 big think, it should be public 2022-06-05 22:34:16 -05:00
Allink
13acf7ba9d
Properly disable explosions (#45)
* Remove unused import

* Properly disable explosions
2022-06-05 15:29:49 -05:00
5fe48cfd7f Allow toggling redstone 2022-06-04 22:48:18 -05:00
abf2aca0f2 Resolves #12 (major config changes)
Also allows more customization within the updater
2022-06-04 22:08:13 -05:00
dc4ac39fe4 Switch legacy to MiniMessage 2022-06-04 21:31:36 -05:00
Taah
9f19bd14ca fix NPE and codec issues 2022-05-28 19:12:18 -07:00
53cd4b1306 Be more specific with the command blocker 2022-05-25 23:10:20 -05:00
d785ef31c8 CommandSpy now works with permissions 2022-05-25 22:16:31 -05:00
885f6196e8 Reformat and reduce complexity 2022-05-20 15:44:25 -05:00
b39ba8ed86 Resolves #33 2022-05-19 20:34:43 -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
Taah
b78f71c238 make vault optional and automatically enable if a server is using vault 2022-05-10 22:48:47 -07:00
bb8c34e0cd
Format 2022-05-10 00:08:45 -05:00
Taah
884a4ed1ec remove missing javadoc parameter 2022-05-07 17:23:23 -07:00
Taah
ae098410c1 Merge remote-tracking branch 'origin/master' 2022-05-07 17:13:17 -07:00
Allink
b65c1ccd6d
Don't allow events in books 2022-05-08 01:12:47 +01:00
Taah
4450427d4e add the ability to override the chat
safe serialize minimessage methods
2022-05-07 17:11:19 -07:00
Taah
38b18e5867 add the ability to overide the chat 2022-05-05 21:27:32 -07:00
Taah
c9da0177ad add option to enable extra data such as punishments (default is yes) 2022-05-05 18:41:11 -07:00
457b6f4124
Resolves #17 2022-05-04 18:23:04 -05:00
Business Goose
0e3eeaeac3
Allow books and signs to use SafeMiniMessage 2022-05-04 17:40:58 +01:00
Business Goose
45b338fd9b
Make a safe mini message class with a custom tag resolver 2022-05-04 17:08:35 +01:00
Business Goose
3604add18a
Add getting text from component to PlexUtils 2022-05-04 16:30:37 +01:00
Business Goose
d716f77ac0
Use a variable for the chat component & if they have a prefix, append the prefix to that variable instead of using else if 2022-05-04 16:08:52 +01:00
Business Goose
cbbdb0248f
Allow players to use MiniMessage 2022-05-04 16:04:52 +01:00
Business Goose
8592978be2
Use PlexUtils.mmDeserialize instead of MiniMessage.miniMessage().deserialize in ChatListener 2022-05-04 15:50:37 +01:00
Business Goose
0af3603354
Spawn dispenser mobs the same way Bukkit does, closes #18 2022-05-02 08:38:11 +01:00