1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Player Teleport to each other and to World Spawn?

Discussion in 'Plugin Help' started by ovendial, Dec 4, 2016.

  1. ovendial

    ovendial Silverfish

    Messages:
    19
    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?
     
  2. Dog2puppy

    Dog2puppy Slime

    Messages:
    94
    GitHub:
    colesquared
    For players teleporting to each other, use iFriend. For going world to world, @Sandertv is working on EssentialsPE. It has a /world command.
     
    LilCrispy2o9 likes this.
  3. ovendial

    ovendial Silverfish

    Messages:
    19
    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.
     
  4. BalAnce

    BalAnce Silverfish

    Messages:
    22
    GitHub:
    YaBoiBalAnce
    If its just a simple family server why not /op each person and allow them to do /tp [player] (all built into pocketmine)
     
  5. ovendial

    ovendial Silverfish

    Messages:
    19
    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.
    :)
     
  6. BalAnce

    BalAnce Silverfish

    Messages:
    22
    GitHub:
    YaBoiBalAnce
    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
     
  7. ovendial

    ovendial Silverfish

    Messages:
    19
    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?
     
  8. BalAnce

    BalAnce Silverfish

    Messages:
    22
    GitHub:
    YaBoiBalAnce
    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
     
    LilCrispy2o9 likes this.
  9. ovendial

    ovendial Silverfish

    Messages:
    19
    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]
     
    BalAnce likes this.
  10. BalAnce

    BalAnce Silverfish

    Messages:
    22
    GitHub:
    YaBoiBalAnce
    yup
     
  11. Dog2puppy

    Dog2puppy Slime

    Messages:
    94
    GitHub:
    colesquared
    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.
     
  12. ovendial

    ovendial Silverfish

    Messages:
    19
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.