Zeldaboy111

Wands Recode ]|[ Skript #309

May 8th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. #- Reselling/Reuploading while claiming that it is yours or made by you is disallowed
  2. #- Do not edit it and upload it as your own
  3. #- While using it in a video, please feature everything under "Video"
  4. #
  5. #Video:
  6. #Skript made by Zeldaboy111
  7. #More content of the creator: https://forums.skunity.com/search/26443679/
  8.  
  9. options:
  10. logo: &a&lWands &8:&7
  11.  
  12. command /wands [<text>] [<text>] [<text>] [<text>] [<text>] [<text>]:
  13. aliases: /wand
  14. trigger:
  15. if executor is not a player:
  16. send "{@logo} This command can only be executed by a player."
  17.  
  18. if player has permission "wand.*":
  19. if arg-1 is "help":
  20. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  21. send "<ttp:&7Get a guide about this Skript><sgt:/wand guide>&2/wand guide [page]"
  22. send "<ttp:&7Get a list of all wands><sgt:/wand list>&2/wand list"
  23. send "<ttp:&7Get a list of all spells><sgt:/wand spells><sgt:/wand spells>&2/wand spells [wand]"
  24. send "<ttp:&7Get a wand><sgt:/wand get >&2/wand get <wand>"
  25. send "<ttp:&7Give/Add/Set the spellpoints of a player for a wand><sgt:/wand spellpoints>&2/wand spellpoints (set | add | reset) <player> <wand> [spell]"
  26. send "%nl%&7Try clicking and hovering over them."
  27. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  28.  
  29. else if arg-1 is "guide":
  30. if arg-2 is "1":
  31. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  32. send "&7The Wands Skript is user friendly, herefore there are added some tweaks for you to use. In this guide there will be explained how it works."
  33. send "&7Wands can be used by any player when it is given to them. The command execution has a <ttp:&7wand.*>&2permission&r&7, so not every player can get a wand by using this command."
  34. send "%nl%&7Next Page <ttp:&7Next Page><cmd:/wands guide 2>&a>>"
  35. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  36.  
  37. else if arg-2 is "2":
  38. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  39. send "&a&lGetting a Wand&8:%nl% "
  40. send "&7Getting a wand can be done in two ways, either by executing the <ttp:&7Click to Autofill><sgt:/wand get <wand>>&2get-command &r&7or by clicking the <ttp:&7Click to Autofill><sgt:/wand list>&2Wands List&7."
  41. send "%nl%&a&lUsing a Wand&8:"
  42. send "%nl%&7Every player can use a wand, you do have to get <ttp:&7Explained on page 3>&2Spellpoints&r&7. The controls are as follows&8:%nl%"
  43. send "&8♦ &aLeft-Click &8|| &7Left-Clicking will execute the spell when enough Spellpoints."
  44. send "&8♦ &aRight-Click &8|| &7Right-Clicking will let you cycle through all spells when you have enough Spellpoints."
  45. send "%nl%<ttp:&7Next Page><cmd:/wands guide 1>&a<<&r &7Previous Page &8|| &7Next Page <ttp:&7Next Page><cmd:/wands guide 3>&a>>"
  46. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  47.  
  48. else if arg-2 is "3":
  49. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  50. send "&a&lSpellpoints&8:%nl% "
  51. send "&7Spellpoints can be used for executing spells! These points can be gathered by casting other spells, you won't always get a Spellpoint."
  52. send "%nl%&7Good luck with getting enough Spellpoints!"
  53. send "%nl%<ttp:&7Next Page><cmd:/wands guide 2>&a<<&r &7Previous Page"
  54. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  55.  
  56. else:
  57. execute player command "/wand guide 1"
  58.  
  59. else if arg-1 is "list":
  60. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  61. send "&7These are all current wands:%nl%"
  62. send "&8♦ <ttp:&7Click to Get><cmd:/wand get ice>&2&lIce Wand &8|| <ttp:&7Click to get the Spell List><cmd:/wand spells ice>&2Spell List%nl%&8♦ <ttp:&7Click to Get><cmd:/wand get mobility>&2&lMobility Wand &8|| <ttp:&7Click to get the Spell List><cmd:/wand spells mobility>&2Spell List"
  63. send "%nl%&8&m &8[ &a&lWands &8]&m %nl% "
  64.  
  65. else if arg-1 is "get":
  66.  
  67. else if arg-1 is "spells":
  68. if arg-2 is "ice":
  69.  
  70. else if arg-2 is "mobility":
  71.  
  72. else:
  73. send "{@logo} Invalid Wand! Do <sgt:&7Click to Execute><cmd:/wand list>&2/wand list &r&7for a full list with all wands."
  74.  
  75. else if arg-1 is "get":
  76.  
  77. else if arg-1 is "spellpoints":
  78.  
  79. else:
  80. send "{@logo} Invalid Usage! Do <ttp:&7Click to Execute><cmd:/wand help>&2/wand help&r &7for more info."
Add Comment
Please, Sign In to add comment