SuperiorSkyBlock Addon that allows you to manage the world of the islands through the
Slime Region Format
⚠ This plugin doesn't allow you to generate a SlimeWorld for each island!
● How is it supposed to work and what benefits does it bring me?
World management and loading remains standard, so you have one world (by environment) that contains all islands in Slime Region Format, its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.
By using this plugin you will benefit from the following things:
- Considerable
saving in the dimension of the world that manages the islands
- You can store the
world in a database (so it doesn't necessarily have to be in the same container as the server)
- Since the loading of the world does not vary, you will have
compatibility with all plugins that interact with worlds
● Disadvantages and bugs?
-
There is likely to be some unknown bug related to some unexpected condition. - World size limit! (±50MB) -
Currently, the only BUG I found it related to the management of the teleportation positions at the join after restarting the server, briefly, when I restarted the server I found myself in the default world at the same coordinates as the world I was in... I fixed the bug, so you have nothing to worry about!
● Installation
1.
Set up the server to support ASWM 2. Make sure the Default world is classic (otherwise inventories may not be saved!) [
To be verified!]
3. Install
SuperiorSkyBlock plugin and stop the server
4. Delete the world folder called "SuperiorWorld" (and also if exist "SuperiorWorld_nether" and "SuperiorWorld_the_end")
5. Edit SuperiorSkyBlock config, set "SuperiorWorld" value to default world name
Code (YAML):
# All settings related to the spawn island. spawn: # The location of the island. Players will be teleported to this # location in many events, such as disbanding islands & getting expelled from one. location: SuperiorWorld, 0, 100, 0, 0, 0
6. Install the
SSB-ASWM_Lite plugin and stop the server
7. Edit SSB-ASWM_Lite config, set the "data-source" to the on the one you want to use (make sure you have configured it in the SWM-Plugin config before using it!)
⚠ If you change the storage from "file" to another, be sure to delete the worlds inside worlds.yml of "SlimeWorldManager" plugin folder before restarting the server
8. Now you can restart the server and play with your friends
⚠ If the
server Crashes the first time, don't worry, try restarting it again (
The second crash is not expected!).
● Credits
@Ome_R SuperiorSkyBlock2,
CommentedConfiguration.java,
Island manager code logic