CometSkyBlock/plugin/src/main/java/com/alttd/cometskyblock/request
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
..
InviteRequest.java Remove unused code in InviteRequest.java 2024-02-11 15:25:39 +01:00
LeaveRequest.java Add IslandTop command with refresh cooldown (#1) 2024-02-18 14:22:17 +01:00
Request.java add base for IslandRestart.java 2024-02-10 22:12:15 +01:00
RequestTimeout.java add base for IslandRestart.java 2024-02-10 22:12:15 +01:00
RestartRequest.java Teleport back to island when logging in. 2024-02-17 12:05:42 +01:00
VisitRequest.java Add InviteRequest.java 2024-02-10 23:19:50 +01:00