Commit graph

241 commits

Author SHA1 Message Date
Telesphoreo
5b8854b7fe Add tag messages to messages.yml 2022-02-25 01:36:46 -06:00
Telesphoreo
3b2566039d Fix commandspy 2022-02-25 01:15:13 -06:00
Taah
bd21e5d2ba - Switch messages.yml to minimessage 2022-02-24 23:09:55 -08:00
Telesphoreo
b6f4ddbb4c Add adminchat 2022-02-24 21:56:28 -06:00
Telesphoreo
b37cd31e98 lol 2022-02-24 00:51:46 -06:00
Telesphoreo
c74b0466b9 better messages 2022-02-24 00:24:27 -06:00
Telesphoreo
e326477a5a A few changes
- Better documentation for messages.yml
- Add rawsay command
- Add seeing other peoples ranks
2022-02-24 00:04:26 -06:00
Telesphoreo
5e63f2572d Don't set the join message 2022-02-23 23:19:40 -06:00
Telesphoreo
30252ba51b Auto updating files 2022-02-23 22:55:04 -06:00
Telesphoreo
741d3a52b4 Add formatting 2022-02-22 03:32:21 -06:00
Telesphoreo
553e5c6355 Formatting 2022-02-22 03:30:23 -06:00
Telesphoreo
442ab21a6b Link to docs 2022-02-22 02:00:58 -06:00
Telesphoreo
d821c0f962 0.6-SNAPSHOT 2022-02-22 01:33:51 -06:00
Telesphoreo
f0f44c9514 Last minute fix 2022-02-22 01:33:15 -06:00
Telesphoreo
05200178ac 0.5 2022-02-22 01:29:08 -06:00
Telesphoreo
d7fb19b715 It did not like 7.4 2022-02-22 01:24:19 -06:00
Telesphoreo
526d8ca088 Gradle 7.4 2022-02-22 01:21:32 -06:00
Taah
a2aea5bf1c - Fix login messages to match with titles 2022-02-21 23:17:00 -08:00
Telesphoreo
137bc44212 a few things 2022-02-22 01:11:37 -06:00
Telesphoreo
e23929ee0c bruh 2022-02-22 00:59:20 -06:00
Telesphoreo
a218ae45c0 who changed this 2022-02-22 00:57:26 -06:00
Taah
28fba133b7 Merge remote-tracking branch 'origin/master' 2022-02-21 22:56:14 -08:00
Taah
355a930c89 - Create tag command
- Fix bug fixes
2022-02-21 22:55:59 -08:00
Telesphoreo
c64d04b9a3 no 2022-02-22 00:51:46 -06:00
Telesphoreo
77967c39f9 try this x2 2022-02-22 00:40:31 -06:00
Telesphoreo
751ccc003b try this 2022-02-22 00:38:13 -06:00
Telesphoreo
ab0666ebeb Allow env to be null 2022-02-22 00:12:51 -06:00
Taah
455713db3c - Fix world permissions handling and add more customization 2022-02-21 20:51:05 -08:00
Telesphoreo
3d3d92d72b cba to do this 2022-02-21 20:43:53 -06:00
Taah
be125f72f9 Merge remote-tracking branch 'origin/master' 2022-02-21 18:35:33 -08:00
Taah
011105c9ee - Auto upload snapshots to maven 2022-02-21 18:35:17 -08:00
Telesphoreo
02f5654c6d
Merge pull request #3 from PlexDevelopment/punishment-rework
Rework punishment system
2022-02-21 20:26:05 -06:00
Taah
15d28cccf2 - Fix nexus publish tasks 2022-02-21 18:19:41 -08:00
Telesphoreo
52111e5d8d make it work for macs 2022-02-21 19:32:11 -06:00
Taah
e446002567 - Add samples to config for motd 2022-02-21 17:26:50 -08:00
Taah
ae61503df4 - Add gradle tasks to publish to nexus repository 2022-02-21 17:03:51 -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
Telesphoreo
d4578f2255 Fix tab handling and add more commands 2022-02-17 20:00:47 -06:00
Telesphoreo
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
Taahh
bd8c772228
Add documentation to custom Plex events + config 2022-02-07 09:07:48 -08:00
Telesphoreo
917775e7e7 Format code 2022-02-06 23:59:26 -06:00
Telesphoreo
cb3a6cc391 Last minute bug fix 2022-02-06 23:58:55 -06:00
Telesphoreo
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
Taah
fddf57d7f5 Convert to Ashcon API for NameHistory 2022-02-06 21:06:55 -08:00
spacerocket62
282da7fdbb delete commandargumentexception and return usage instead 2022-02-06 19:53:35 -08:00
Telesphoreo
e328cf29e5 Add an unfreeze command 2022-02-06 21:45:40 -06:00
spacerocket62
c2206d0079 - Fix NH bug & Gson not liking LocalDateTime 2022-02-06 19:43:37 -08:00
spacerocket62
e70a01868d Fix plex creating a new punished player everytime 2022-02-05 15:18:17 -08:00
spacerocket62
211308e813 Add documentation to dev.plex.admin, dev.plex.banning, dev.plex.cache, and dev.plex.command (annotations and PlexCommand.java only)
Convert Date in punishments to LocalDateTime
2022-02-05 15:14:23 -08:00