I have essentials and im not sure but for some reason people cant warp i put essentials.warp.* and it doesnt work and what is the permission for tp?
Do you mean to teleport to other players? Because that would be this. Code: - essentials.tpa - essentials.tpaccept - essentials.tpahere - essentials.tpdeny
The permission to the /tp <player> command is Code: - essentials.tp BUT, that will let the players with the permission teleport with asking to any player. To do the way where the person that is asked if they want someone to teleport to them and they have to type a command to accept is. Code: - essentials.tpa - essentials.tpaccept - essentials.tpdeny tp here command will teleport a player to the person using the command - essentials.tpahere and use the accept and deny permissions above. I don't see why warping isn't working though. Maybe try putting: Code: - essentials.warp - essentials.warp.* add both instead of one.