Advertisement
watsp

Untitled

Feb 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Fly skript by WalkingBear_
  2. # MMP Team.
  3.  
  4. options:
  5. prefix: &b&lMMP &8»
  6. p: &b&lMMP &8»
  7. no-perm: &cÜzgünüz, bu komutu kullanmak için gerekli yetkiye sahip değilsin&8.
  8.  
  9. command /fly [<text>]:
  10. permission: essentials.fly
  11. permission message: {@prefix} {@no-perm}
  12. trigger:
  13. if arg 1 is set:
  14. if arg 1 is "on":
  15. send "{@prefix} &fFly &7modu başarıyla &eaçıldı&8."
  16. set flight state of player to true
  17. if arg 1 is "off":
  18. send "{@prefix} &fFly &7modu başarıyla &ckapandı&8."
  19. set flight state of player to false
  20. if arg 1 is not set:
  21. send "{@prefix} &c/fly on,off&8."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement