Go to file
Stijn d1c8d29cde
Add IslandTop command with refresh cooldown (#1)
* Add IslandTop command with refresh cooldown

The "IslandTop" command has been added. This provides a sorted list of top-performing islands. A configuration for refresh cooldown was also added. The sorted island list is updated once the specified minutes in the configuration have passed to improve performance. The ranking display for the player's island is highlighted in green text.

* Update IslandTop command

On plugin startup the IslandData is now loaded in. IslandData was moved to its own file and gets updated when a new island is created or when one levels up. The IslandData gets deleted when the owner leaves the island, destroying it.
2024-02-18 14:22:17 +01:00
api init project 2024-01-04 22:43:10 +01:00
gradle/wrapper init project 2024-01-04 22:43:10 +01:00
plugin Add IslandTop command with refresh cooldown (#1) 2024-02-18 14:22:17 +01:00
.gitignore init project 2024-01-04 22:43:10 +01:00
build.gradle.kts Add Jenkinsfile 2024-01-17 10:10:22 +01:00
gradlew init project 2024-01-04 22:43:10 +01:00
gradlew.bat init project 2024-01-04 22:43:10 +01:00
Jenkinsfile Run gradlew clean before building 2024-02-05 18:55:03 +01:00
settings.gradle.kts init project 2024-01-04 22:43:10 +01:00