Hi, I'd like my players to be able to teleport to each other and teleport to each world's spawn point. Can this be enabled with permissions from the latest Pockemine-MP? If plugin is needed, which would you recommend?
For players teleporting to each other, use iFriend. For going world to world, @Sandertv is working on EssentialsPE. It has a /world command.
thanks for the response @Dog2puppy. This looks good for a large scale user population. Ours is just a family server with about 5 people on it. So first needing to add friends to teleport is overhead I don't want to get in to. Is there a teleport plugin that would allow user A to teleport to User B? And thanks for the suggestion on E-PE. I've already got SignWarps setup to go from world to world. What I want is for person A on World 1 to teleport back to the spawnpoint of World 1.
If its just a simple family server why not /op each person and allow them to do /tp [player] (all built into pocketmine)
Really great question. It's because, although it's a family server, I don't trust the rest of the family with Op powers. I've seen that power run amok in the past, so i wanted to limit it now.
i got you. Well if you have a Permission plugin such as Pureperms installed if the player has the following perm they should be able to /tp Code: pocketmine.command.teleport
thanks @BalAnce I'll give that a try. Any suggestions about enabling a player to teleport to the spawn point of the world they are on?
This may work i glanced over the code and it seems to be fine. Probably will have to update the API to 2.0.0 in the plugin.yml though https://github.com/ecoron/SpawnPort
That's great @BalAnce, I'll give it a try. to update the API do I just change this text in the plugin.yml from api: [1.12.0] to api: [2.0.0]
If I remember right, PocketMine has a /spawn command. It brings you to the world spawn. To go to other worlds, you would need a plugin.
thanks for all the help. I landed on using SpawnPort (no update to api needed) and EssentialTP (https://forums.pocketmine.net/plugins/essentialstp.720/). It's all working great.