Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on enable:
- set {text::wands::title} to "&3[&bWands&3]"
- set {text::wands::helpemessage} to "%{text::wands::title}% &4Doe &c/wand get list &4om de wandlist te krijgen.%nl%%{text::wands::title}% &4Doe &c/wand get [wandnaam] &4om een wand te krijgen."
- set {text::wands::nep} to "%{text::wands::title}% &4Je hebt &convoldoende permissies &4om deze command uit te voeren."
- set {text::wands::gbw} to "%{text::wands::title}% &4Deze wand bestaat niet, doe &c/wand get list &4om de wandlist te krijgen."
- command /wand [<text>] [<text>]:
- trigger:
- if player has permission "wand.get" OR "wand.*":
- if arg 1 is "get":
- if arg 2 is "list":
- send "%{text::wands::title}% &3Dit is de lijst met alle wands:"
- send "%{text::wands::title}% &bLightning"
- stop
- if arg 2 is "Lightning":
- send "%{text::wands::title}% &3Veel plezier met je &b&lLightning Wand&3."
- stop
- else:
- send "%{text::wands::gbw}%"
- stop
- else:
- send "%{text::wands::helpemessage}%"
- stop
- else:
- send "%{text::wands::nep}%"
- stop
Advertisement
Add Comment
Please, Sign In to add comment