Advertisement
LuisGerdez

Skript - Example+ #02

Aug 12th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # By LuisGz
  2.  
  3. command /lobby [<text>]:
  4. trigger:
  5. if argument 1 is "set":
  6. if player has permission "lobby.admin":
  7. send "&aHas establecido el lobby!"
  8. set {lobby} to location of player
  9. else:
  10. send "&cNo tienes permisos!"
  11. if argument 1 is not set:
  12. if {lobby} is set:
  13. send "&aHas sido teletrasportado al lobby!"
  14. teleport player to {lobby}
  15. else:
  16. send "&cNo hay lobby!"
  17.  
  18. # By LuisGz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement