Commit Graph

120 Commits

Author SHA1 Message Date
9378062
3666379645 a few fixes & optimizations 2022-04-07 13:12:38 -04:00
9378062
e9e5db7c2b mob blocker
yay :D
2022-04-07 10:59:04 -04:00
9378062
0187b4ef84 remove a part that doesnt work anyways
lol
2022-04-07 09:47:11 -04:00
Taah
9ddf3ceeda fix mongo support 2022-04-07 00:37:31 -07:00
ayunami2000
72b8774731 add dispenser filter & touch up spawn egg filter 2022-04-07 00:41:29 -04:00
ayunami2000
639365bd52 realize spawneggservice is useless 2022-04-07 00:06:18 -04:00
ayunami2000
262b600b11 Merge branch 'master' of https://github.com/plexusorg/Plex 2022-04-07 00:02:57 -04:00
ayunami2000
199832e020 add block blocker
in the future, this will be it's own module or something
2022-04-07 00:02:45 -04:00
5012d0478b Switch UUID in PlexPlayer to an actual UUID and fix notes 2022-04-06 22:55:01 -05:00
ayunami2000
c18eb6fedd
Merge branch 'master' into spawneggfilter 2022-04-06 22:50:02 -04:00
ayunami2000
705500bddd autowipe + toggledrops
yay!
2022-04-06 21:48:51 -04:00
Taah
f2ee3bf7a5 begin notes system
store task id
2022-04-06 17:38:15 -07:00
ayunami2000
fcf41fe58e add spawn egg filtering 2022-04-06 20:06:50 -04:00
7420e7e721 Optimize imports 2022-04-05 15:40:42 -05:00
7ed0549ec6 Fixed a few bugs 2022-04-05 15:40:25 -05:00
08bdeaac48
Merge branch 'master' into punishments 2022-04-05 13:10:08 -05:00
c8a64cc9cb Fix NPE in unban command 2022-04-04 15:18:20 -05:00
Taah
6f4bc5aec1 so far it is working but the only thing preventing me from going to fully asynchronous calls for punishments is httpd... 2022-04-04 01:36:50 -07:00
fd9fafb6bb I'd say this is pretty important 2022-04-02 15:12:38 -05:00
aa18e5d11a Add new IPs 2022-04-02 14:55:47 -05:00
a4ce9511fd this is enough coding for one day 2022-04-02 01:25:24 -05:00
Taah
1f2eed78de add custom module config class
fix npe in tab listener
add getter for indefinite bans
fix npe in plex cmd
remove spring boot and add jetty
2022-04-01 20:58:03 -07:00
273dd8a5ef Add blockedit command 2022-03-25 00:45:55 -05:00
262368ed18 Optimize imports 2022-03-20 20:06:36 -05:00
Focusvity
580f87f28b
Move mute into its own class 2022-03-20 13:13:34 +11:00
Focusvity
117852e6d0
Few changes to toggleable listener system 2022-03-20 13:04:55 +11:00
1b7511e817 Reflections API for listeners 2022-03-19 14:27:55 -05:00
6a569bb638 Fix many bugs 2022-03-18 20:12:05 -05:00
06e51926be Major changes
- Convert prefixes to Component
- Styling improvements to the list command
- Fix tab completing on plex command
- Allow console to check ranks of other players
- Add coloring in tab for admins
- Add color field to ranks and titles
- Fix debug logging not working
2022-03-17 20:18:35 -05:00
Taah
565cef61db - Add /lockup 2022-02-28 12:39:04 -08:00
Taah
8550240754 - Start the indefinite ban system, currently working with manually adding to the configuration.
- /plex reload reloads the indefinite bans
- Fixed bug where AdminChat showed up with symbols still and not colorized in adminchat
2022-02-27 22:28:00 -08:00
3f3bba57ac Reformat code 2022-02-26 00:26:42 -06:00
817cb03dca Add tempbans 2022-02-26 00:24:11 -06:00
Taah
1b856db297 - Add unmute & mute and some checks as well as fix prefix bug 2022-02-25 00:59:48 -08:00
Taah
210b02ff78 Add minimessage support to prefixes 2022-02-25 00:37:43 -08:00
27daa3a858 ee 2022-02-25 02:08:46 -06:00
Taah
f13bd8a5d5 - Fix banning bug + make plex name color config option work 2022-02-24 23:50:11 -08:00
Taah
bd21e5d2ba - Switch messages.yml to minimessage 2022-02-24 23:09:55 -08:00
b6f4ddbb4c Add adminchat 2022-02-24 21:56:28 -06:00
5e63f2572d Don't set the join message 2022-02-23 23:19:40 -06:00
553e5c6355 Formatting 2022-02-22 03:30:23 -06:00
Taah
a2aea5bf1c - Fix login messages to match with titles 2022-02-21 23:17:00 -08:00
137bc44212 a few things 2022-02-22 01:11:37 -06:00
Taah
355a930c89 - Create tag command
- Fix bug fixes
2022-02-21 22:55:59 -08:00
Taah
455713db3c - Fix world permissions handling and add more customization 2022-02-21 20:51:05 -08:00
3d3d92d72b cba to do this 2022-02-21 20:43:53 -06:00
02f5654c6d
Merge pull request #3 from PlexDevelopment/punishment-rework
Rework punishment system
2022-02-21 20:26:05 -06:00
Taah
e446002567 - Add samples to config for motd 2022-02-21 17:26:50 -08:00
Taah
93fa38d9da - Make adminworld check for ranks or permissions 2022-02-21 16:29:52 -08:00
Taah
6f506ac5cb Rework punishment system by deleting the Ban and BanManager and moving everything into Punishment Manager. TODO cache punishments maybe? who knows! add an active field to punishments and fix the ban service to actually unban players 2022-02-21 16:20:22 -08:00
f2db87624f Move gamemode stuff to listener
- Fix messages in messages.yml not being used
- Fixed checkRank not working
- Added permissions support for tab handing
2022-02-13 23:55:50 -06:00
917775e7e7 Format code 2022-02-06 23:59:26 -06:00
cb3a6cc391 Last minute bug fix 2022-02-06 23:58:55 -06:00
2631867e27 Fix a whole bunch of bugs
- Rewrite how bans are handled
- Add /unfreeze command
- Rename LoginListener to BanListener
- Persistent commandspy
2022-02-06 23:53:57 -06:00
spacerocket62
e70a01868d Fix plex creating a new punished player everytime 2022-02-05 15:18:17 -08:00
spacerocket62
4171a504ce Fix commands rank permission system by adding check for ANY command source 2022-02-05 13:51:15 -08:00
d8a8f33425 this codebase is a mess 2022-02-05 14:43:49 -06:00
eebb34cd1c Add CommandSpy 2022-02-04 15:25:40 -06:00
dbf95441dc 🅱️an glowup 2022-02-04 14:13:56 -06:00
93a8a10212 That's right, Redis is working!
- Fix end date for bans not being correct
- Add a lot of debug information
- Add ban reasons
2022-02-04 02:18:07 -06:00
4a05d90c17 Code cleanup 2022-01-30 15:03:47 -06:00
d4761d4386 Many, many bug fixes
- Fix permission checks
- Fix unban command
- getOfflinePlexPlayer no longer uses cache
- Register worlds before trying to load gamerules
- Customizable ban messages
2022-01-30 14:56:08 -06:00
86f3fd8d29 Begin work on implementing ranks 2022-01-29 16:35:48 -06:00
087f6dc35a Optimize imports 2022-01-27 15:23:01 -06:00
spacerocket62
15f0f5fe2d Move the chat renderer to a final class variable instead of initializing it every chat event 2022-01-27 01:03:48 -08:00
spacerocket62
8202021f07 Migrate (what I could find) legacy component system uses to kyori component system
Create List command
Remove fionn command
Remove test command
Add Mojang Utils
Auto add Plex Players back to cache on start if any are online
2022-01-27 01:00:50 -08:00
f2bbf6f6dc Gamerule stuff 2022-01-27 00:36:00 -06:00
88c70e84cc Big update 2022-01-03 21:04:39 -06:00
f4aa3bd3b9 Some updates 2021-06-20 03:02:07 -05:00
5bafa1122c
tttt 2021-01-03 01:21:15 -06:00