LegendOfMCPE / EssentialsPE

Port of Bukkit Essentials for @PocketMine Servers (Moved to @poggit-orphanage)
GNU General Public License v3.0
99 stars 21 forks source link

only op player can use warp signs??? #265

Closed Bidou0418 closed 8 years ago

Bidou0418 commented 8 years ago

I set the the permissions to the following but regular players still get the message: You cant teleport to that warp. Why can only op players use the warp signs if I properly set the permissions??? EssentialsPE v2.0.0 and SignWarp_v1.6.0

essentials.sign.use.teleport: default: true description: "Allow to use Teleport signs" essentials.sign.use.warp: default: true description: "Allow to use Warp signs" essentials.warp: default: true description: "Teleport to a warp" children: essentials.warp.use: default: true description: "Teleport to a warp" essentials.warp.other: default: true warp

iksaku commented 8 years ago

You must add permission node essentials.warps.[warp name] in this case, warp name will beBidous, so permission node will be:essentials.warps.Bidous`

Bidou0418 commented 8 years ago

is there a way to bypass adding extra permission nodes for every warp sign? I just want everybody to have access to use all warp signs...

iksaku commented 8 years ago

It's not about "each warp sign" is about "each existing warp", if you want all your users to be able access ALL warps available just use essentials.warps.*

Bidou0418 commented 8 years ago

i see, but i thought i did;

   essentials.warp:
            default: true
            description: "Teleport to a warp"
            children:
                essentials.warp.use:
                    default: true
                    description: "Teleport to a warp"
                essentials.warp.other:
Bidou0418 commented 8 years ago

Shouldnt the above permissions allow non-op to use existing warps?

iksaku commented 8 years ago

Nope, we stick to original Essentials' permissions :P

Michael-Tanjuakio commented 8 years ago

setgperm Guest essentials.warps.* NewSpawn I did this command and it doesn't work :/