Island Top + More!
Pre-release
Pre-release
⏫ Island Top Implementation
- /is top - view top islands ordered from highest value to lowest.
- /sbx calc - calculate every island's worth on the server.
- Automatic Calculation - config.json option in ticks to control how often the server will automatically recalculate every island's value. This value will only take effect after a restart. ( Default 15 minutes )
- BlockValues - blocks have a monetary value which can be configured in the new blockvalues.json.
- Island Top formatting can be configured in the config.json, you will have to regenerate it.
- Island Top automatic calculation task has configurable broadcasting.
💯 Island Size
- Server can now use permissions to control how large a player's island is.
- The permission size cannot exceed the islandMaxSize in the config.
- So for example:
skyblockx.size.50
would make the island size 50. - This value cannot exceed the value in config however, so by default it is 100. Then a permission of
skyblockx.size.150
would just result in an island size of 100.
📦 Misc
- The configuration reload command was moved from
/is reload
to/sbx reload
. - GUI Code cleanup
- Void Death prevention now checks if the Y is less than 0 to not interfere with other plugins.