Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Skrypt: OP na haslo
- # By: michuf55
- # Domyslne haslo to 02268
- options:
- haslo: 02268
- command /op [<text>]:
- trigger:
- player has permission "Xcraftowo.op":
- if arg is not set:
- send "&cPoprawne uzycie : &6/op <haslo operatora>"
- else:
- if arg is "{@haslo}":
- send "&aHaslo OP poprawne , uprawniena OP'a przyznane"
- op the player
- else:
- send "&cHaslo niepoprawne"
- else:
- send "&cBrak uprawnien do komendy &6/op"
- on join:
- player is op:
- deop player
Advertisement
Add Comment
Please, Sign In to add comment