Commit Graph

267 Commits

Author SHA1 Message Date
Telesphoreo 3eec245b6a Add a few more conveinence helpers to the API 2026-05-19 13:30:49 -04:00
Telesphoreo 8a6c695e10 Expose rollbacks to the API, refactor the scheduler 2026-05-19 13:22:38 -04:00
Telesphoreo e1a6b57f22 Expose ZDT to the API 2026-05-19 13:02:31 -04:00
Telesphoreo a16ae2c7ca Allow importing repositories in modules, not just dependencies 2026-05-19 12:42:54 -04:00
Telesphoreo a221d8646a API 2026-05-19 12:36:49 -04:00
Telesphoreo 9fa8d82217 Begin work on the Plex API 2026-05-19 12:32:56 -04:00
Telesphoreo 64c691bb58 More modernization for the database 2026-05-19 02:30:16 -04:00
Telesphoreo a980e26cc7 Rewrite the database system to have a proper ORM and migrations 2026-05-19 02:02:55 -04:00
Telesphoreo a508aa5aae Add changes for HTTPD to do web-based punishments 2026-05-18 00:30:26 -04:00
Telesphoreo dbf7fd2686 Fix Prism not loading 2026-05-17 16:56:49 -04:00
Nathan Curran c4bd65e7e0 Utilise the new Prism API (#101)
* Start changes to use the new Prism API

Currently, the Prism API doesn't support rollback so pushing the changes until such time the API allows you to rollback and/or restore modifications

* Modified the API to use the new modification services

* Only rollback activities that has occurred in previous 24 hours upon ban

* code formatting [skip-ci]
2026-05-17 16:03:45 -04:00
Telesphoreo ab26f707d8 New strategy for loading in module dependencies, resolves #100 2026-05-17 15:52:42 -04:00
Telesphoreo dfc95219fc Fix deprecated Gradle usage 2026-05-17 14:40:24 -04:00
Telesphoreo 079bf41366 Update Jetty dependencies 2026-05-17 13:55:08 -04:00
ncurran02 f19ac597fb Remove dependencies
Update checker has been rewritten to use Java-native HTTP classes to fetch details and remove the redundant JSON dependency in favour of GSON which is already included
2026-05-14 11:16:11 +10:00
ncurran02 1a1719290f Uplift Paper version to 26.1.2
Upgraded Gradle to 9.5.1

Updated deprecated functions

General code clean up
2026-05-13 18:09:51 +10:00
Telesphoreo bea8f86300 Explicitly force 1.21.11 2025-12-25 19:36:23 -05:00
Telesphoreo 2441448fc7 Update GameRuleUtil.java 2025-12-25 19:28:17 -05:00
Telesphoreo 03dc254cc8 Reorganize commands.yml, fix all deprecated code 2025-12-25 19:26:39 -05:00
Telesphoreo 39f79a931f Remove the command blocker system 2025-12-25 18:54:53 -05:00
Telesphoreo 9cda761a0f Update dependencies and configuration for MC 1.21.11 2025-12-25 18:49:20 -05:00
Focusvity a8c70933e7 Uplift Paper version to 1.21.10
Use the ListedPlayer method to set messages under online players for the server list

Upgrade Gradle to 9.2.0

Update the getBuildNumber function in build.gradle.kts to use non-deprecated method to fetch build numbers
2025-11-05 18:34:12 +11:00
Telesphoreo 9bf5c35b96 Release version 1.5 2025-07-07 17:16:36 -04:00
Telesphoreo a559313e05 Fix libraries not working due to upstream issue 2025-07-07 17:02:27 -04:00
Telesphoreo 88686c52a2 Update dependencies 2025-04-15 11:54:51 -05:00
Telesphoreo 40e0bb0845 Add customizable chat format 2024-11-27 19:11:37 -06:00
Telesphoreo cc305f6bd6 Recompile for 1.21.3 2024-11-10 12:27:05 -06:00
Telesphoreo daa9c79f95 Update to Jetty 12 2024-10-16 17:09:57 -05:00
Telesphoreo 9b961ac2f3 Update dependencies 2024-10-15 19:01:51 -05:00
Telesphoreo 36ab0eb10e Cleanup imports 2024-10-15 18:57:33 -05:00
Telesphoreo aadac1746e Better permission validation 2024-10-15 18:57:17 -05:00
Telesphoreo 0c30f7dc4c Update dependencies 2024-10-04 13:25:01 -05:00
Telesphoreo 8aae81cbb6 Update dependencies 2024-09-10 18:23:04 -05:00
Telesphoreo dcef153c1f Fix vanish being exposed 2024-06-15 14:09:28 -05:00
Telesphoreo e759dc2269 Update to 1.20.6 2024-06-15 13:41:34 -05:00
Telesphoreo 5a1436afae Release Plex v1.4 2024-06-14 20:29:08 -05:00
james e066d9b3a1 Implemented the ability to toggle pvp (#97)
* Implemented the ability to toggle pvp

* Changed listener to  PrePlayerAttackEntityEvent

* ... Updated the formatting so I don't get screamed at !

* _
2024-06-04 10:30:34 -05:00
james 9e974ae737 Add a /tempmute command (#96)
* Update WhoHasCMD.java

Added functionality that clears all players with a specified item

* Added functionality that clears all players with a specified item

* Altered tab completion to include "clear" argument

* Update WhoHasCMD.java

* Implemented a mob limiter that can be configured via a command

* Fixed some imports

* Refined tab complete

* Implemented reviewed changes

* Added a /tempmute command

* Removed unnecessary imports & simplified the reason assignment

* Fixed the usage for the moblimit command

---------

Co-authored-by: Telesphoreo <me@telesphoreo.me>
2024-06-04 09:23:51 -05:00
james 23611e218b Implemented a moblimiter (#95)
* Update WhoHasCMD.java

Added functionality that clears all players with a specified item

* Added functionality that clears all players with a specified item

* Altered tab completion to include "clear" argument

* Update WhoHasCMD.java

* Implemented a mob limiter that can be configured via a command

* Fixed some imports

* Refined tab complete

* Implemented reviewed changes

---------

Co-authored-by: Telesphoreo <me@telesphoreo.me>
2024-05-31 15:41:14 -05:00
Telesphoreo 5f12a1532f Add vanish filtering to list 2024-05-31 15:38:56 -05:00
Telesphoreo fff35ad34c fix -rb showing in ban message 2024-05-26 13:35:35 -05:00
Video 2ed88da151 Merge branch 'master' into messagesincursion 2024-05-09 17:06:13 -06:00
Deauthorized c5b356e45a fix merge conflict for hopefully the last time 2024-05-06 15:51:04 -04:00
Taah 58fe304118 oops oops oops 2024-05-06 12:40:29 -07:00
Deauthorized 50d969975c fix merge conflict 2024-05-06 15:37:56 -04:00
Deauthorized 52cc738d4d fix merge conflict 2024-05-06 15:34:18 -04:00
Taah fd19d8417c add banlist to plex instead of having it in tfm extras 2024-05-06 12:31:07 -07:00
Taah efcb9b45df oh update usage too 2024-05-06 12:29:30 -07:00
Taah a5d77036a9 closes #91
add rollback only if -rb is specified
2024-05-06 12:26:21 -07:00
Deauthorized 5c609b3d8f Since this'll be a problem for some reason I'm restoring the original message 2024-05-04 05:19:41 -04:00