Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

I set up my bukkit server to run multiple worlds. However, one of them is supposed to be a creative one (i.e. give etc allowed), another one is survival based and no cheating allowed. Currently the inventory stays the same when travelling from one world to another, which kind of defies the purpose. Is there a plugin for bukkit to have an individual inventory for each world or even better for different world-groups?

share|improve this question

1 Answer

up vote 2 down vote accepted

Yes, there is! You can use Default Commands, which brings multi-world support with a join-command to get to the other worlds and a really huge per-world configuration-file. You can set whether the world should be a creative-world or not, or if there should be a separate inventory for a world.

If this plugin is too extensive for your needs, you may use MultiInv which lets you also have separate inventories.

share|improve this answer
thanks a lot, I think MultiInv perfectly serves my needs, but I'll check Default Commands as well – Zommuter Jun 12 '11 at 22:27
1  
Although I have both plugins installed on my server, I prefer MultiInv because of its simplicity. I'm glad I could help! – Pit Jun 12 '11 at 22:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.