szymonmichur

Skrypt na OP na hasło

Jan 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Skrypt: OP na haslo
  2. # By: michuf55
  3.  
  4. # Domyslne haslo to 02268
  5.  
  6. options:
  7.         haslo: 02268
  8. command /op [<text>]:
  9.     trigger:
  10.         player has permission "Xcraftowo.op":
  11.             if arg is not set:
  12.                 send "&cPoprawne uzycie : &6/op <haslo operatora>"
  13.             else:
  14.                 if arg is "{@haslo}":
  15.                     send "&aHaslo OP poprawne , uprawniena OP'a przyznane"
  16.                     op the player
  17.                 else:
  18.                     send "&cHaslo niepoprawne"
  19.         else:
  20.             send "&cBrak uprawnien do komendy &6/op"
  21. on join:
  22.     player is op:
  23.         deop player
Advertisement
Add Comment
Please, Sign In to add comment