falkirks / RankUp

A comically full-featured prison rankup plugin for PocketMine-MP
MIT License
19 stars 49 forks source link

Tp them in ranks #25

Closed erversonkirit closed 6 years ago

erversonkirit commented 8 years ago

Hello, how do i tp them in ranks like this (e.g.) J : Erverson They tp to mine J Like this /warp mineJ or /mine J Please help me ASAP

erversonkirit commented 8 years ago

And if their ranks are lower than rank J they cant tp to the mine J

erversonkirit commented 8 years ago

How sir i dont know how to add them im using pureperms

Ifera commented 6 years ago

@erversonkirit for that you need to add permission to the player. Say for example a player ranks-up to A so in the config under groups you need to add permission i.e. setuperm {name} essentials.warps.A where A is the mine name. Here is a layout.

groups:
  A:
    entrance:
    - setuperm {name} essentials.warps.A
    - warp A {name}
    exit: []
    perms: []
    members: []

The warp A {name} command will tp the player to the mine directly to mine when they rankup to A.