Anyone know how I could set it up soo when someone enters a world it gives them a kit and when they leave the kit is disapears or is taken away
2
Use Multiverse-inventories for the seperate inventory handling:
http://dev.bukkit.org/server-mods/multi ... nventories
Make sure they have permissions to use the kit, and then you could either make it one-use, or just let them use it as much as they want.
I'm not certain about one for whenever they switch the world, however. There's probably a plugin for it, but it would just be something I would code in myself.
http://dev.bukkit.org/server-mods/multi ... nventories
Make sure they have permissions to use the kit, and then you could either make it one-use, or just let them use it as much as they want.
I'm not certain about one for whenever they switch the world, however. There's probably a plugin for it, but it would just be something I would code in myself.
By taken away, do u mean they have different inventories? So if i go into world a, i get kit a, and i also get mine dirt in world a. then i go to world b. So do u want it so that when they go into world a, they have the kit AND the dirt, or a fresh inv with only the kit. If you want that, then you can just use this plugin... http://dev.bukkit.org/server-mods/multiverse-inventories/
