Commit Graph

48 Commits

Author SHA1 Message Date
Telesphoreo 096bb1bb24 Reformat 2022-04-12 21:22:17 -05:00
Telesphoreo 223eaf30b3 Code review 2022-04-12 21:20:56 -05:00
Taah 336f17b1cf refactor packages and rename + add sql permission system + mongodb 2022-04-11 10:56:26 -07:00
Taah 9b0b7537c2 fix build.gradle publishing wrong artifact 2022-04-10 17:22:22 -07:00
Taah b449d732b0 Merge branch 'master' of https://github.com/plexusorg/plex into taah-cmd-blocker
 Conflicts:
	src/main/java/dev/plex/command/blocker/CommandBlockerManager.java
	src/main/java/dev/plex/listener/impl/CommandListener.java
	src/main/resources/commands.yml
2022-04-10 15:03:32 -07:00
Telesphoreo d798904394
Update Plex.java 2022-04-10 13:33:49 -05:00
Telesphoreo c8c8fc9c59 WTF 2022-04-10 01:55:20 -05:00
Telesphoreo dcecebdc8d Revert API 2022-04-10 01:47:33 -05:00
Telesphoreo 9849003ecc API 👀 2022-04-09 23:51:27 -05:00
Telesphoreo d55eaf0d3d A few more 2022-04-09 00:08:18 -05:00
Telesphoreo 0f88f7c8fd Change package name 2022-04-08 21:23:22 -05:00
Taah 10e63f5e86 - taah command blocker 2022-04-08 00:20:17 -07:00
ayunami2000 15d9eab91e final i think update yAY 2022-04-08 02:55:41 -04:00
ayunami2000 9bb316b80b part 4.... . .. .
incomplete
2022-04-08 02:36:56 -04:00
ayunami2000 4320e789d4 part 3...? 2022-04-08 02:15:25 -04:00
ayunami2000 583394d22e part 1 2022-04-08 01:16:05 -04:00
ayunami2000 294f8db528 fix baby mobs, clean a few imports 2022-04-07 23:47:32 -04:00
Telesphoreo fb17c4c858 Add smite command and a few other fixes 2022-04-07 18:23:38 -05:00
Taah 9ddf3ceeda fix mongo support 2022-04-07 00:37:31 -07:00
Telesphoreo 5012d0478b Switch UUID in PlexPlayer to an actual UUID and fix notes 2022-04-06 22:55:01 -05:00
Taah f2ee3bf7a5 begin notes system
store task id
2022-04-06 17:38:15 -07:00
Telesphoreo 08bdeaac48
Merge branch 'master' into punishments 2022-04-05 13:10:08 -05:00
Telesphoreo 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
Telesphoreo 9ebbeb3c15 Revamp update checker 2022-04-01 02:54:22 -05:00
Telesphoreo def38eed06 fix it all 2022-03-26 17:22:08 -05:00
Telesphoreo 4646b87893 Add build number 2022-03-26 16:36:29 -05:00
Telesphoreo 3c0b79ba06 Start getting rid of legacy strings 2022-03-17 17:16:17 -05:00
Taah 46d8debd18 - don't reload indefinite bans 2022-03-05 17:20:51 -08:00
Taah 87ddf355b5 - Begin BETA module system 2022-03-05 17:04:34 -08:00
Taah 2804f6bc41 - Change indefinite bans config system to be more organized
- Store indefinite bans through an object instead
- Add debug redis messages
- Make loading keys from the jar optional
2022-03-05 15:44:38 -08:00
Telesphoreo 0b5425b8d2 Begin work on 1.18.2
- Add update checking
- World generation is broken
- Won't compile unless 1.18.2 is in your local Maven repository
- No longer need MiniMessage bundled in Plex
- Customizable namehistory
- Set comments in config.yml if they're missing
2022-03-03 15:45:19 -06: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
Telesphoreo 553e5c6355 Formatting 2022-02-22 03:30:23 -06:00
Taah 355a930c89 - Create tag command
- Fix bug fixes
2022-02-21 22:55:59 -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
Telesphoreo dbf95441dc 🅱️an glowup 2022-02-04 14:13:56 -06:00
Telesphoreo 140f298018 Fix Redis hanging 2022-02-04 13:30:05 -06:00
Telesphoreo 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
Telesphoreo fe53f5c49f Add bStats 2022-02-01 00:31:06 -06:00
Telesphoreo 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
Telesphoreo bb978f2ab4 Fix SQLite not working 2022-01-30 13:26:55 -06:00
Telesphoreo bc41415034 Fix unban 2022-01-29 19:53:22 -06:00
Telesphoreo 86f3fd8d29 Begin work on implementing ranks 2022-01-29 16:35:48 -06:00
Telesphoreo 087f6dc35a Optimize imports 2022-01-27 15:23:01 -06: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
Telesphoreo 88c70e84cc Big update 2022-01-03 21:04:39 -06:00
Telesphoreo 5bafa1122c
tttt 2021-01-03 01:21:15 -06:00