Commit graph

146 commits

Author SHA1 Message Date
Telesphoreo ec7e370a01 Fix it this time 2022-04-20 21:26:39 -05:00
Telesphoreo 57eab45b43 this is wip 2022-04-20 16:37:15 -05:00
Taah a00c6926c4 add tempban punishment type and swap localdatetime zoneddatetime, as well as reload timezone on /plex reload 2022-04-19 14:49:45 -07:00
Telesphoreo 730f7c5ea0 it doesnt work 2022-04-19 15:49:21 -05:00
Taah 67a382695a Merge remote-tracking branch 'origin/master' 2022-04-19 13:34:15 -07:00
Taah 9600f2d5d9 add warning for querying plex players by ip when using sqlite 2022-04-19 13:33:58 -07:00
Telesphoreo 81200f73d1 Get rid of more ChatColor usage 2022-04-19 15:31:34 -05:00
Telesphoreo ee18ae324d git 2022-04-19 15:20:39 -05:00
Telesphoreo 7d2a25668a Organize the util classes 2022-04-19 15:19:55 -05:00
Taah 98c487c639 add tempban punishment system and redo the way tempbans parse duration 2022-04-19 13:16:07 -07:00
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 c071195aaf fix punishments not being retrieved from sql 2022-04-11 00:53:09 -07:00
Taah 9b0b7537c2 fix build.gradle publishing wrong artifact 2022-04-10 17:22:22 -07:00
Telesphoreo 1dc0e05715 Closes #26 2022-04-10 18:30:21 -05:00
Taah dc65187381 add /csay
make /say and /csay not parse minimessage messages
add a strip color function to strip a message of minimessage strings
2022-04-10 15:27:25 -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
Taah 8dfaaf7a8c fix /tag
fix /notes
fix /rank
switch /admin to a datautils check instead of using ashcon api
2022-04-10 15:02:50 -07:00
Telesphoreo 6b7bfacbfd Update EntityWipeCMD.java 2022-04-10 17:01:02 -05:00
ayunami2000 aa9f306586 fix entitywipe not actually wiping entities 2022-04-10 17:56:15 -04:00
ayunami2000 5988eba06b cleanup & fix 2022-04-10 13:44:36 -04:00
Taah 81d3cc8dde add additional conditions for telnet users 2022-04-10 02:31:07 -07:00
Taah 9f7ac310d9 merge master branch and add ayunami's delimiter code, with of course, credit to him added in the code, and fix a bug 2022-04-10 00:25:14 -07:00
Taah 09bc47f3fb Merge branch 'master' into taah-cmd-blocker
# Conflicts:
#	src/main/java/dev/plex/Plex.java
#	src/main/java/dev/plex/listener/impl/CommandListener.java
#	src/main/java/dev/plex/services/impl/CommandBlockerService.java
#	src/main/resources/commands.yml
2022-04-10 00:04:06 -07:00
Telesphoreo dcecebdc8d Revert API 2022-04-10 01:47:33 -05:00
Telesphoreo 9849003ecc API 👀 2022-04-09 23:51:27 -05:00
ayunami2000 c801feed6f fix special cases such as worldedit
all my homies hate worldedit
2022-04-09 17:13:47 -04:00
ayunami2000 a87a9241af optimize command blocker 2022-04-09 15:31:55 -04:00
Telesphoreo 333f38fb64 Don't send empty line for list if there are no players 2022-04-09 00:09:54 -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
Telesphoreo b939219fc9 Merge branch 'master' of https://github.com/plexusorg/Plex into cmdblocker 2022-04-08 16:57:11 -05:00
Taah 10e63f5e86 - taah command blocker 2022-04-08 00:20:17 -07:00
ayunami2000 583394d22e part 1 2022-04-08 01:16:05 -04:00
Telesphoreo 898dace3c1 Set different verbosity levels for the update messages 2022-04-08 00:01:02 -05: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
9378062 a43072cd1d i forgor to pass this variable lmao 2022-04-07 14:06:38 -04:00
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 8801c740a6 fix message lol 2022-04-07 10:09:07 -04:00
Taah 9ddf3ceeda fix mongo support 2022-04-07 00:37:31 -07:00
Telesphoreo eaa40e7013 Attempt to fix updater 2022-04-06 23:49:45 -05:00
Taah ea862e152f check for update status instead of sending msg 2022-04-06 21:08:03 -07:00
Taah 1f653ab5df Add /plex update 2022-04-06 20:55:54 -07:00
Telesphoreo 5012d0478b Switch UUID in PlexPlayer to an actual UUID and fix notes 2022-04-06 22:55:01 -05:00
ayunami2000 96de4cdb1d fix!! 2022-04-06 22:46:21 -04:00
Telesphoreo b22a36948a this isnt working 2022-04-06 21:39:45 -05:00
Taah 34d1eafaaf reload services and add ids to notes 2022-04-06 19:05:29 -07:00