Advertisement
Guest User

the skript

a guest
May 19th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. # TROLLPACK v1.2.1
  2. # by im_a_waffle1
  3. # Spigot Edition
  4.  
  5. options:
  6. Prefix: &6[&5Troll&aPack&6]
  7.  
  8.  
  9. command /trollpack <text="info"> [<text>] [<text>] [<text>]:
  10. permission: trollpack.use
  11. permission message: {@Prefix} &4You do not have permission to perform this command. If this is an issue, contact a server administator.
  12. usage: &aType &e/trollpack help &afor more help.
  13. aliases: /tpack, /trollp, /trp
  14. trigger:
  15. if arg-1 is "info" or "i":
  16. message "&a------------------------------------------"
  17. message "&6TrollPack v1.2.1_01"
  18. message "&5By im_a_waffle1 - awaffle1 Planet Minecraft"
  19. message "&2For help, do /trollpack help"
  20. message "&a------------------------------------------"
  21. if arg-1 is "help" or "h" or "?":
  22. message "&2------------------------------------------"
  23. message "&6TrollPack v1.2.1_01"
  24. message "&5By im_a_waffle1 - awaffle1 Planet Minecraft"
  25. message "&r"
  26. message "&5<> - Required"
  27. message "&5[] - Optional"
  28. message "&r"
  29. message "&6Commands:"
  30. message "&7Player Commands:"
  31. message "&2/trollpack info;i - Brings up the information menu"
  32. message "&2/trollpack help;h;? - Brings up the help menu (this one!)"
  33. message "&2/trollpack oof - OOF"
  34. message "&2/trollpack hack [player] - come on. confess."
  35. message "&2/trollpack vanish;v - Wait really?!"
  36. message "&2/trollpack dlightmode - Why"
  37. message "&2/trollpack question [player] - Is mayo an instrument?"
  38. message "&aRanked Commands:"
  39. message "&2/trollpack iamrich;imr - It's true. I bought this rank."
  40. message "&2/trollpack operator;op - EVEN BETTER THEN VANISH"
  41. message "&2/trollpack uok - I don't know if he's alright."
  42. message "&2/trollpack aussie;aus - I don't have anything against australians other then KANGAROOS"
  43. message "&r"
  44. message "&7Spigot Edition"
  45. message "&2------------------------------------------"
  46. if arg-1 is "oof":
  47. broadcast "{@Prefix} &2%player% is a super oof."
  48. if arg-1 is "hack":
  49. broadcast "{@Prefix} &5%player% thinks %arg-2% is hacking. I doubt that."
  50. if arg-1 is "vanish" or "v":
  51. broadcast "{@Prefix} &a[SV] %player% was never in vanish to begin with."
  52. if arg-1 is "dlightmode":
  53. broadcast "{@Prefix} &3%player% uses Discord Light Mode :("
  54. if arg-1 is "question":
  55. broadcast "{@Prefix} &6Before you get lost, %player% wants to ask %arg-2% a stupid question."
  56. if arg-1 is "iamrich" or "imr":
  57. if player has permission "trollpack.use.ranked":
  58. broadcast "{@Prefix} &7I &8Am &9Rich. &6%player%"
  59. else:
  60. message "{@Prefix} &4You do not have permission to perform this command. If this is an issue, contact a server administator."
  61. if arg-1 is "operator" or "op":
  62. if player has permission "trollpack.use.ranked":
  63. broadcast "{@Prefix} &7&o[Server: Deopped %player%]"
  64. else:
  65. message "{@Prefix} &4You do not have permission to perform this command. If this is an issue, contact a server administator."
  66. if arg-1 is "uok":
  67. if player has permission "trollpack.use.ranked":
  68. broadcast "{@Prefix} &3Are you ok there? - From %player%"
  69. else:
  70. message "{@Prefix} &4You do not have permission to perform this command. If this is an issue, contact a server administator."
  71. if arg-1 is "aussie" or "aus":
  72. if player has permission "trollpack.use.ranked":
  73. broadcast "{@Prefix} &5Look out! He's an Australian! &4&lTHE KANGAROOS ARE COMING %player%!!!"
  74. else:
  75. message "{@Prefix} &4You do not have permission to perform this command. If this is an issue, contact a server administator."
  76.  
  77. on join:
  78. if player has permission "trollpack.updatenotify":
  79. message: "&{@Prefix} &6Remember to check for updates on Spigot! This version may be out of date."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement