Commit Graph
22 Commits
Author SHA1 Message Date
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 33d6df3029 Specify JDK 25 for GitHub Actions and Jenkins 2026-05-14 09:24:55 +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
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
Focusvity bee4268d51 Revert radius to distanceSquared 2023-11-27 20:38:39 +11:00
Focusvity a62bdef5b4 Add response HTTP status code check to update checker to improve efficiency 2023-03-09 17:16:14 +11:00
Focusvity 00b6473e4d Let's actually remove these files 2023-03-08 22:48:51 +11:00
Focusvity 77be23faf0 Minor clean up 2023-03-08 22:45:47 +11:00
Focusvity e39f882ea7 Fix out of bounds exception - closes #54 2023-03-08 21:46:27 +11:00
Focusvity d6b44863aa Remove the API component - closes #51 2022-08-02 22:08:52 +10:00
Focusvity a775d258e9 Make sure playerCache variable is initalised on enable 2022-05-18 20:40:29 +10:00
Focusvity 7efa151157 A bit more work on the API 2022-05-18 20:31:15 +10:00
Focusvity a9a8f80ee2 Actually push the gitignore change 2022-04-24 14:24:22 +10:00
Focusvity c27ddc19a6 Remove build and actually add the folders to gitignore 2022-04-24 14:20:55 +10:00
Focusvity 2526e1750a Revert the codestyle back to original state 2022-04-24 14:16:58 +10:00
Focusvity f9a577035b Move Plex to API-driven plugin and fix NoClassDefFoundError on startup 2022-04-24 14:16:14 +10:00
Focusvity 099680d068 Add missing retention policy to annotation classes 2022-04-02 12:46:04 +11:00
Focusvity 580f87f28b Move mute into its own class 2022-03-20 13:13:34 +11:00
Focusvity 117852e6d0 Few changes to toggleable listener system 2022-03-20 13:04:55 +11:00
Focusvity 159ed046cb Removed deprecated methods from custom world and fixed a missing Jedis check 2022-03-19 20:38:09 +11:00
Focusvity d669da9f28 Prevent all commands from being loaded 2022-03-19 15:17:43 +11:00
Focusvity cc97612101 Use Google's reflection library to register commands 2022-03-19 14:33:23 +11:00