Commit graph

701 commits

Author SHA1 Message Date
Telesphoreo 8f713fd30c
uncomment prism support 2024-01-23 19:52:03 -06:00
Telesphoreo 72467de5ce
Tab completer improvements (#80)
* Attempt to improve the tab completion for Plex

* i give up for the night

* steven is a god

* Fix permission node
2024-01-20 11:32:24 -06:00
Telesphoreo c9d954d1c0 reformat 2024-01-19 22:30:26 -06:00
Alco_Rs11 b168029df1
Fixed /mp and it now has the ability to purge one or all mobs + tab completion. (#79)
* Added a tab completion to /mp because our genius Plex devs forgot to. Its shitty but works lmao

* Rewrote /mp to actually work with or without args so now specific or all mobs can be purged, instead of just all mobs being purged. Why the REAL plex developers didn't include this (yet they did for /rd) defies any sort of logic.

* Tweaked the command a bit. It works as it should now.

* Tweaked the command a bit. It works as it should now.
2024-01-19 22:29:00 -06:00
Taah f34df4f296 Add IP Banning by getting every IP punishment through SQL and checking if it's the same IP, if it's a ban / tempban, and if it's active
Make the ban command add the most recent IP used by a PlexPlayer if the player being banned is not online, else use online player's IP
2024-01-16 22:23:31 -08:00
Telesphoreo 79206d9354
(broken) ip bans 2024-01-16 21:03:50 -06:00
Taah 7bca348587 Show the same treatment for tempbans 2024-01-15 15:45:00 -08:00
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
Telesphoreo 8c5c058292 Allow Prism to work with Plex 2024-01-15 13:18:24 -06:00
Telesphoreo 3d70100119 Yes, there is 2023-12-02 01:17:27 -06:00
Telesphoreo 6a8228947b Switch to indra git 2023-12-01 23:52:07 -06:00
Telesphoreo 187226ff45 Add build number back for local builds
I couldn't find a more efficient way to do this
2023-12-01 23:43:27 -06:00
Telesphoreo 6d80d5f4e3 Revamp the build system 2023-12-01 21:46:20 -06:00
Telesphoreo d4710f1808 Make this more friendly 2023-11-29 15:32:03 -06:00
Focusvity bee4268d51
Revert radius to distanceSquared 2023-11-27 20:38:39 +11:00
Telesphoreo 7254097ae4 Update naming convention 2023-11-26 00:31:13 -06:00
Telesphoreo 20765403f4 Update dependencies 2023-11-26 00:04:40 -06:00
Telesphoreo 9650685796 you saw NOTHING 2023-11-25 23:47:01 -06:00
Telesphoreo 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
Telesphoreo 4de796781d Fixed tab colors not working 2023-11-22 20:39:56 -06:00
Telesphoreo b82747b0bf
Change it for books too just in case 2023-11-20 16:59:32 -06:00
Telesphoreo 029cd40124 Fixes #73 2023-11-20 16:28:06 -06:00
Video 360775bac3 Fixes /punishments [player] not actually working 2023-11-07 04:39:54 -07:00
Video 37ac71b6ee Fixes spawn egg bypass
Literally a one-line fix. Bruh
2023-11-07 03:41:24 -07:00
Telesphoreo 88f10ef9cc Fix more SQL 2023-10-29 23:07:36 -05:00
Telesphoreo 3608e8e825 [Breaking] Remove rank stuff from database 2023-10-29 23:00:12 -05:00
Taah 3e9be76aa2 Move these to the top 2023-09-02 10:15:34 -07: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
Telesphoreo 28c57f3a52 this is quite literally the most awful thing i have ever done 2023-08-31 20:20:18 -05:00
Video 5929fd9ddc Bugfixes with the punishments menu 2023-08-31 04:02:01 -06: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
Taahh 709ed50748
Merge pull request #67 from plexusorg/whohas-command
Adds /whohas command
2023-08-31 02:32:15 -07:00
Taah cc9967f9c2 make bans and kicks not take too long 2023-08-31 02:18:11 -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
Taahh bb019abd89
Merge pull request #65 from plexusorg/no-nh
Removes /namehistory
2023-08-30 18:13:13 -07:00
Taah a7ed86549d fix prefix for developers 2023-08-30 18:12:15 -07: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
Telesphoreo 2a2152603b Attempt to add prefixes to adminchat 2023-08-29 16:06:16 -05:00
Telesphoreo 2c7440804c Change URL 2023-08-29 15:46:35 -05:00
Telesphoreo b7db18284a Remove rank references 2023-08-29 15:46:21 -05:00
Telesphoreo 91e09d982d
Merge pull request #64 from plexusorg/nomongo
mongo changes
2023-08-28 18:51:13 -05:00
Taah 15b12e6299 make our chat handler come first 2023-08-28 04:35:32 -07:00
Taah 4b37497a14 Merge branch 'nomongo' of https://github.com/plexusorg/plex 2023-08-26 06:59:46 -07: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 1f48dc1e60 Merge remote-tracking branch 'origin/master' 2023-08-26 06:19:30 -07:00
Taahh 95c4da338e
Merge pull request #63 from plexusorg/fix/use-legacy-colour-codes-in-signs
Use legacy colour codes in signs
2023-08-26 06:19:24 -07:00
Taah cea84884fc Merge remote-tracking branch 'origin/master' 2023-08-26 06:18:54 -07:00