Commit Graph

12 Commits

Author SHA1 Message Date
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
Len 333e8e9b8d Allow expanding the island WorldBorderLevel 2024-02-17 21:55:17 +01:00
Len 9e4fc5fffd Add PlayerListener.java to start protecting islands 2024-02-09 21:02:13 +01:00
Len ef411ac9a1 Add a base for GUI to manage aspects of the island 2024-02-05 17:38:26 +01:00
Len b7f5b15534 Tweak some stuff and implement cobblegens. 2024-02-05 15:03:39 +01:00
Len dc7f2184f4 Register PlayerBedListener 2024-02-04 23:02:39 +01:00
Len 93f38561b0 Progress on island stuff 2024-02-04 21:44:57 +01:00
Len a363382a0f Start working on actual island generation and saving the data 2024-02-04 00:51:10 +01:00
Len 20a5b09a39 Add a base for commands 2024-01-25 17:45:18 +01:00
Len fdd5c3d58a Add worldgenerator 2024-01-24 16:21:18 +01:00
Len 087f25b23a Add more world generators 2024-01-22 19:00:25 +01:00
Len 765001257c init project 2024-01-04 22:43:10 +01:00