So, here's my plan. I've got a pocketmine server (1.4.1dev-954) running on Linux, and it has the SignPortal plugin installed. I've created 3 worlds by modifying server.properties and restarting a few times with different world names (not sure if there's an easier way?). UPDATE: OK, so the pocketmine.yml file allows you to launch with multiple worlds but for some reason regardless of seed or generator-settings they all seem very similar... I'd like to make just one of these worlds locked down so that nobody but ops can build in it, but the other two worlds need to be buildable by anybody. How do I do this? UPDATE: I've installed the PurePerms plugin which seems to be the way to go but now I have more questions... How do I set default permissions at world level? Thanks in advance, Dave
Why do you want to do this? Why don't you simply use a plugin like AreaProtect to protect an entire world? But if you really want to make the world read-only try with chmod command. But remember that if you make the world read-only PocketMine can crash or players can't enter and you still can't lock commands)
Unless I'm doing something wrong (entirely possible) I can only get AreaProtect to protect an area from destruction but I want to protect from being built on too. Basically, this server is for my kids. They've got big plans. They want an entry world where there's signs that let you warp to various other worlds. Like a lobby. This needs to be totally read only (except to ops of course - lol). They also want a parkour type world - again read only They also want a world for people to build in. Totally open. Finally they want a PVP world too. This will be built be ops and possibly other people who they want to be able to build. Will probably handle these permissions with PurePerms groups.
What? Is it unreasonable to have a read only entry world into a bunch of other worlds, some read only and some not? OMFG for something else? Just being rude? I asked a question. OMFG probably the least useful response I've had all week. Well done. You win a medal.
I am trying to do the same. I have the first hub world going and two signs on a post leading to two other worlds, however, I want one to be survival and the other to be a creative zone. I can't figure out how to have the worlds gamemodes be different.
yeah... Cause obviously he even bothered to try and help. A little logic goes a long way even if you don't have supernatural powers. If I can't figure out how to make multiworlds work with different gamemodes it seems highly unlikely that I'd be able to write a freaking plugin in php to do that. First of all, even if I did know php, not knowing how to make different worlds on the same server have different game modes would kinda presuppose that I would be unable to write a plugin to do that. Until I figure that out there's no way to even begin to write a plugin for the process. You and he can go back to your bridge and enjoy your trolling together. What's the point of your post or his? Just to try and be snarky? Like wtf man.
Thanks so much for your participation. You assume so many things! How can I even know that you don't know making plugins? Learning making plugins isn't hard at all. And such plugin is very easy. OK anyway, why don't you think about combining taptodo and SignPortal?
[QUOTE="PEMapModder, post: 76083, member: 2630] OK anyway, why don't you think about combining taptodo and SignPortal?[/QUOTE] Cool, I'll check out taptodo for sure. I already have sign portal up and working. Thank you for the suggestions!