Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Autor: TheBigPig
- #Nome: TBTestClick
- #Versão: 2.0
- #Dependencias: SkQuery
- #NAO FUNCIONA NA 1.5.2
- options:
- #Digite o nome do seu servidor
- PreffixServidor: [TestClick]
- Cor: &a
- CorPreffix: &a
- CorNumeros: &4
- CorRank: &a
- CorErro: &c
- command /tclick:
- trigger:
- if {testando.%player%} is false:
- set {testando.%player%} to true
- set {clicks.%player%} to 0
- wait 1 seconds
- play raw sound "note.hat" at player with pitch 1 volume 10
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}3..."
- wait 1 seconds
- play raw sound "note.hat" at player with pitch 1 volume 10
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}2..."
- wait 1 seconds
- play raw sound "note.hat" at player with pitch 1 volume 10
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciando em {@CorNumeros}1..."
- reduce the player's level progress by 999
- wait 1 seconds
- set {comecou} to true
- set {testando.%player%} to true
- play raw sound "note.pling" at player with pitch 1 volume 10
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste de clicks iniciado."
- wait 10 seconds
- play raw sound "random.anvil_break" at player with pitch 1 volume 10
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Teste finalizado. Voce faz em media %{clicks.%player%}% clicks a cada {@CorNumeros}10 segundos."
- set {testando.%player%} to false
- reduce the player's level progress by 999
- else:
- send "{@CorErro}{@PreffixServidor} O Testclick ja esta ocorrendo!"
- on enchant:
- {testando.%player%} is true:
- cancel event
- send "{@CorPreffix}{@PreffixServidor}{@Cor} Aguarde o TestClick finalizar para isto."
- on leftclick:
- if {testando.%player%} is true:
- if {comecou} is true:
- increase level progress of player by 1
- add 1 to {clicks.%player%}
- on disconnect:
- set {testando.%player%} to false
- on connect:
- set {testando.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement