Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Script - SpaarkOP v1.0
- # Criador - zSpaark
- # Skype - spaark.minecraft
- options:
- #Senha dos comandos /op e /deop.
- Senha: senhagaluda
- #Prefix das mensagens.
- Prefix: &7[&8+&7]
- #Mensagem quando não tem permissão.
- MsGSP: &cSem Permissão!
- command /op [<player>] [<text>]:
- permission: opped.use
- permission message: {@Prefix} {@MsGSP}
- trigger:
- if arg 2 is not "{@Senha}":
- send "{@Prefix} &cSenha Incorreta"
- if arg 2 is not set:
- send "{@Prefix} &cDigite /op [Nick] [Senha]"
- if arg 2 is "{@Senha}":
- if arg 1 is not set:
- send "{@Prefix} &cDigite /op [Nick] [Senha]"
- if arg 1 is set:
- if arg 2 is "{@Senha}":
- send "&cLoading..."
- wait 5 seconds
- op the arg 1
- send "{@Prefix} &eVocê agora é um operador." to arg 1
- command /deop [<player>] [<text>]:
- permission: opped.use
- permission message: {@Prefix} &cSem Permissão!
- trigger:
- if arg 2 is not "{@Senha}":
- send "{@Prefix} &cSenha Incorreta"
- if arg 2 is not set:
- send "{@Prefix} &cDigite /deop [Nick] [Senha]"
- if arg 2 is "{@Senha}":
- if arg 1 is not set:
- send "{@Prefix} &cDigite /deop [Nick] [Senha]"
- if arg 1 is set:
- if arg 2 is "{@Senha}":
- send "&cLoading..."
- wait 5 seconds
- deop the arg 1
- send "{@Prefix} &eVocê não é mais um operador." to arg 1
Add Comment
Please, Sign In to add comment