We are experimenting with ways to grant players access to Mystcraft ages. We created an ocean of lava age as a test with world specific permissions, banned items, pricing of access to the age, etc.
The way we are granting access to these ages is via BossShop. The player can click an icon in the GUI which sends console commands to add permissions to the user, as well as warping them there.
Once the player makes the initial purchase of granting them access to the age, they can get to the age again for free on an unlimited basis by using /warp.
Because of this method, we aren't using linking books with the exception of the initial creation of the age.
Here's the issue, though. When our server restarts, the age doesn't load, and requires an admin using the linking book to reload the age. Once it's loaded, it stays loaded just fine, even when vacant. We are using anchors to keep the /warp chunk loaded, as well.
This is a even more so of an issue because /warp or any other teleportation command doesn't work when the dimension isn't loaded.
Oh, and btw, this is set properly, but something else is still unloading mystcraft ages on restart:
We are on Direwolf20, 1.0.12, using MCPC+. Running essentials for additional teleport commands.
The way we are granting access to these ages is via BossShop. The player can click an icon in the GUI which sends console commands to add permissions to the user, as well as warping them there.
Once the player makes the initial purchase of granting them access to the age, they can get to the age again for free on an unlimited basis by using /warp.
Because of this method, we aren't using linking books with the exception of the initial creation of the age.
Here's the issue, though. When our server restarts, the age doesn't load, and requires an admin using the linking book to reload the age. Once it's loaded, it stays loaded just fine, even when vacant. We are using anchors to keep the /warp chunk loaded, as well.
This is a even more so of an issue because /warp or any other teleportation command doesn't work when the dimension isn't loaded.
Oh, and btw, this is set properly, but something else is still unloading mystcraft ages on restart:
Code:
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
reload-dimensions=true
We are on Direwolf20, 1.0.12, using MCPC+. Running essentials for additional teleport commands.