Cuberite Forum

Full Version: A different inventory for each world.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a server with 2 worlds: one survival and one creative.
But when someone goes to the survival world, his gamemode don't change, and he have the same items that in the survival world.
Can you do anything to fix it?
Thank you.
You would need a plugin to do that, and probably for the plugin to work, a HOOK_PLAYER_CHANGE_WORLD hook as well.
I think OnPlayerSpawned() is called in this case, too. So such a plugin should be already doable with the current API.
OkTongue
Definitely a plugin stuff, though. This is something that will not be in the base server.
(04-08-2013, 05:34 AM)bearbin Wrote: [ -> ]OkTongue
Can you make the plugin?