Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: <cyan>[<gray>UHC<cyan>]
- command /ragdolls <text>:
- permission: skript.op
- usage: /ragdolls <on/off>
- trigger:
- if arg-1 is "on":
- set {RAGDOLLS} to true
- broadcast "{@P} <yellow>Rag Dolls Enabled"
- loop all players:
- make console execute command "/give %loop-player% enchanted_book 1 0 {StoredEnchantments:[{id:49,lvl:2}]}"
- make console execute command "/give %loop-player% enchanted_book 1 0 {StoredEnchantments:[{id:19,lvl:2}]}"
- if arg-1 is "off":
- delete {RAGDOLLS}
- broadcast "{@P} <yellow>Rag Dolls Disabled"
- command /pyro <text>:
- permission: skript.op
- usage: /pyro <on/off>
- trigger:
- if arg-1 is "on":
- set {Pyro!} to true
- broadcast "{@P} <red>Pyro Enabled"
- loop all players:
- make console execute command "/give %loop-player% enchanted_book 1 0 {StoredEnchantments:[{id:50,lvl:1}]}"
- make console execute command "/give %loop-player% enchanted_book 1 0 {StoredEnchantments:[{id:20,lvl:1}]}"
- if arg-1 is "off":
- delete {Pyro!}
- broadcast "{@P} <red>Pyro Disabled"
Add Comment
Please, Sign In to add comment