Commit Graph

249 Commits

Author SHA1 Message Date
Telesphoreo daac12792a Allow installing/uninstalling modules in-game 2026-05-28 19:14:34 -04:00
Telesphoreo 1a83e8355c Update MigrationRunner.java 2026-05-28 18:05:46 -04:00
Telesphoreo 607595e3c2 ORMLite to JDBI 2026-05-28 16:19:20 -04:00
Telesphoreo 3c72688e0e New database API 2026-05-24 22:37:32 -04:00
Telesphoreo 2b9f7c7de7 Command registration lifecycle fix 2026-05-21 18:34:53 -04:00
Telesphoreo 9802d23832 Fix NPE on brand new player join 2026-05-19 23:06:16 -04:00
Telesphoreo 63b6e72883 Refactor more 2026-05-19 21:53:54 -04:00
Telesphoreo 42f7a02a7a Allow custom update URLs for modules 2026-05-19 21:29:55 -04:00
Telesphoreo 2543c7f19e More API work for modules 2026-05-19 21:23:56 -04:00
Telesphoreo cf15f33496 Finish up Brigadier 2026-05-19 21:07:41 -04:00
Telesphoreo 66476fe110 Brigadier 2026-05-19 19:01:22 -04:00
Telesphoreo 3da6b2972e Pass through the messages and clean them up 2026-05-19 17:59:35 -04:00
Telesphoreo 73c4449cb3 Debloat the Velocity project 2026-05-19 17:40:39 -04:00
Telesphoreo 1b3115f094 Better rules for caching in the updater 2026-05-19 17:05:29 -04:00
Telesphoreo a7a21c89b6 Rewrite update system 2026-05-19 16:47:00 -04:00
Telesphoreo 7cd09554ba fix repositories 2026-05-19 14:13:19 -04:00
Telesphoreo b6e31436b2 Fix the updater 2026-05-19 13:35:51 -04:00
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
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 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 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 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 daa9c79f95 Update to Jetty 12 2024-10-16 17:09:57 -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 e759dc2269 Update to 1.20.6 2024-06-15 13:41:34 -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