Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /addclicks [<offlineplayer>] [<number>]:
- permission: admin
- trigger:
- if arg-1 is not set:
- send "&c/addclicks [offlineplayer] [number]"
- if arg-1 is set:
- if arg-2 is set:
- add arg-2 to {clicks::%arg-1%}
- send "&cYou have added %arg-2% Clicks to %arg-1%"
- if arg-1 is set:
- if arg-2 is not set:
- send "&c/addclicks [offlineplayer] [number]"
- command /setclicker [<offlineplayer>] [<number>]:
- permission: admin
- trigger:
- if arg-1 is set:
- if arg-2 is set:
- set {click::%arg-1%} to arg-2
- send "&cYou have set %arg-1%'s Clicker to %arg-2%"
- if arg-1 is not set:
- send "&c/setclicker [offlineplayer] [number]"
- if arg-1 is set:
- if arg-2 is not set:
- send "&c/setclicker [offlineplayer] [number]"
- command /setclicks [<offlineplayer>] [<number>]:
- permission: admin
- trigger:
- if arg-1 is set:
- if arg-2 is set:
- set {clicks::%arg-1%} to arg-2
- send "&cYou have set %arg-1%'s Clicks to %arg-2%"
- if arg-1 is not set:
- send "&c/setclicks [offlineplayer] [number]"
- if arg-1 is set:
- if arg-2 is not set:
- send "&c/setclicks [offlineplayer] [number]"
- command /setac[<offlineplayer>] [<number>]:
- permission: admin
- trigger:
- if arg-1 is set:
- if arg-2 is set:
- set {acc::%arg-1%} to arg-2
- send "&cYou have set %arg-1%'s ACC to %arg-2%"
- if arg-1 is not set:
- send "&c/setac [offlineplayer] [number]"
- if arg-1 is set:
- if arg-2 is not set:
- send "&c/setac[offlineplayer] [number]"
Add Comment
Please, Sign In to add comment