Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.63 KB | None | 0 0
  1.  
  2. command /fakeplugin [<text>] [<text>] [<text>]:
  3. permission: fakeplugin.admin
  4. permission message: &fUnknown command. Type "/help" for help.
  5. trigger:
  6. if arg 1 is not set:
  7. message "&e=== Showing help for &d/fakeplugin &e==="
  8. message "&efakeplugin create &d<name> <version>"
  9. message "&efakeplugin setdescription &d[plugin] <name>"
  10. message "&efakeplugin removedescription &d[plugin]"
  11. message "&efakeplugin setauthors &d[plugin] <text>"
  12. message "&efakeplugin setversion &d[plugin] <version>"
  13. message "&efakeplugin setwebsite &d[plugin] <link>"
  14. message "&efakeplugin removewebsite &d[plugin]"
  15. message "&efakeplugin &edelete &d[plugin]"
  16. message "&e- Showing page &d1 &eof &d1&e (8 results)."
  17. if arg 1 is "help":
  18. player command "fakeplugin"
  19. else if arg 1 is "create":
  20. if arg 2 is not set:
  21. message "&cNo name specified."
  22. else:
  23. if {plugin.%arg-2%} is set:
  24. message "&cThis plugin already exists!"
  25. else:
  26. if arg 3 is not set:
  27. message "&cNo version specified."
  28. else:
  29. set {plugin.%arg-2%} to true
  30. set {plugin.%arg-2%.name} to arg-2
  31. set {plugin.%arg-2%.version} to arg 3
  32. message "&aYou have added the plugin %{plugin.%arg-2%.name}%."
  33. else if arg 1 is "setdescription":
  34. if arg 2 is not set:
  35. message "&cNo plugin specified."
  36. else:
  37. if {plugin.%arg-2%} is not set:
  38. message "&cThis plugin does not exist!"
  39. else:
  40. if arg 3 is not set:
  41. message "&cNo description specified."
  42. else:
  43. set {plugin.%arg-2%.description} to arg 3
  44. message "&aYou have set the description of %{plugin.%arg-2%.name}% to: &f%arg-3%"
  45. else if arg 1 is "removedescription":
  46. if arg 2 is not set:
  47. message "&cNo plugin specified."
  48. else:
  49. if {plugin.%arg-2%} is not set:
  50. message "&cThis plugin does not exist!"
  51. else:
  52. delete {plugin.%arg-2%.description}
  53. message "&aYou have removed the plugin description for %{plugin.%arg-2%.name}%."
  54. else if arg 1 is "setauthors":
  55. if arg 2 is not set:
  56. message "&cNo plugin specified."
  57. else:
  58. if {plugin.%arg-2%} is not set:
  59. message "&cThis plugin does not exist!"
  60. else:
  61. if arg 3 is not set:
  62. message "&cNo message specified."
  63. else:
  64. set {plugin.%arg-2%.authors} to arg 3
  65. message "&aYou have set the authors for %{plugin.%arg-2%.name}% to: &f%colored arg-3%"
  66. else if arg 1 is "setversion":
  67. if arg 2 is not set:
  68. message "&cNo plugin specified."
  69. else:
  70. if {plugin.%arg-2%} is not set:
  71. message "&cThis plugin does not exist!"
  72. else:
  73. if arg 3 is not set:
  74. message "&cNo version specified."
  75. else:
  76. set {plugin.%arg-2%.version} to arg 3
  77. message "&aYou have set the version of %{plugin.%arg-2%.name}% to &f%arg-3%&a."
  78. else if arg 1 is "setwebsite":
  79. if arg 2 is not set:
  80. message "&cNo plugin specified."
  81. else:
  82. if {plugin.%arg-2%} is not set:
  83. message "&cThis plugin does not exist!"
  84. else:
  85. if arg 3 is not set:
  86. message "&cNo link specified."
  87. else:
  88. set {plugin.%arg-2%.website} to arg 3
  89. message "&aYou have set the website of %{plugin.%arg-2%.name}% to: &f%arg-3%"
  90. else if arg 1 is "removewebsite":
  91. if arg 2 is not set:
  92. message "&cNo plugin specified."
  93. else:
  94. if {plugin.%arg-2%} is not set:
  95. message "&cThis plugin does not exist!"
  96. else:
  97. if {plugin.%arg-2%.website} is not set:
  98. message "&cThis plugin does not currently have a website."
  99. else:
  100. delete {plugin.%arg-2%.website}
  101. message "&aYou have removed the website for %arg-2%."
  102. else if arg 1 is "delete":
  103. if arg 2 is not set:
  104. message "&cNo plugin specified."
  105. else:
  106. if {plugin.%arg-2%} is not set:
  107. message "&cThis plugin does not exist!"
  108. else:
  109. delete {plugin.%arg-2%}
  110. delete {plugin.%arg-2%.website}
  111. delete {plugin.%arg-2%.version}
  112. delete {plugin.%arg-2%.authors}
  113. delete {plugin.%arg-2%.description}
  114. message "&aYou have deleted the plugin %{plugin.%arg-2%.name}%."
  115. delete {plugin.%arg-2%.name}
  116.  
  117. command /plugins [<text>]:
  118. permission: plugins.see
  119. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  120. trigger:
  121. if player's world is "eu-hub-1":
  122. message "&fPlugins (23): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aAntiGamingChair&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
  123. else if player's world is "dev-kitpvp":
  124. message "&fPlugins (30): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aAntiGamingChair&f, &aInfinityReach&f, &aCitizensCMD&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aShop&f, &aPlayerVaults&f, &aWorldGuard&f, &aChatReaction&f, &aJump&f, &aCombatLog&f, &aBounties&f, &aEvents&f, &aVault&f, &aCrazyCrates&f, &aAntiCommandTab&f, &aHologram"
  125. else if player's world is "smp":
  126. message "&fPlugins (24): &aBasic&f, &aClubModulities, &aAntiGamingChair&f, &aXeNitrogen&f, &aCitizensCMD&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aSmp&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram"
  127. else:
  128. message "&fPlugins (21): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aAntiGamingChair&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
  129.  
  130.  
  131. command /version [<text>]:
  132. permission: plugins.see
  133. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  134. aliases: /bukkit:about, /ver, /version, /bukkit:version
  135. trigger:
  136. if arg 1 is not set:
  137. message "&fThe server is running CraftBukkit version git-ClubSpigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)%nl%&fYou are 1733 version(s) behind"
  138. else:
  139. if {plugin.%arg-1%} is not set:
  140. message "&fThis server is not running any plugins by that name.%nl%Use /plugins to get a list of plugins."
  141. else:
  142. message "&a%{plugin.%arg-1%.name}% &fversion &a%{plugin.%arg-1%.version}%"
  143. if {plugin.%arg-1%.description} is set:
  144. message "&f%uncolored {plugin.%arg-1%.description}%"
  145. if {plugin.%arg-1%.website} is set:
  146. message "&fWebsite: &a%{plugin.%arg-1%.website}%"
  147. if {plugin.%arg-1%.authors} is set:
  148. message "&fAuthor: &a%colored {plugin.%arg-1%.authors}%"
  149.  
  150. command /ver [<text>]:
  151. permission: plugins.see
  152. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  153. aliases: /bukkit:about, /ver, /version, /bukkit:version
  154. trigger:
  155. if arg 1 is not set:
  156. message "&fThe server is running CraftBukkit version git-ClubSpigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)%nl%&fYou are 1733 version(s) behind"
  157. else:
  158. if {plugin.%arg-1%} is not set:
  159. message "&fThis server is not running any plugins by that name.%nl%Use /plugins to get a list of plugins."
  160. else:
  161. message "&a%{plugin.%arg-1%.name}% &fversion &a%{plugin.%arg-1%.version}%"
  162. if {plugin.%arg-1%.description} is set:
  163. message "&f%uncolored {plugin.%arg-1%.description}%"
  164. if {plugin.%arg-1%.website} is set:
  165. message "&fWebsite: &a%{plugin.%arg-1%.website}%"
  166. if {plugin.%arg-1%.authors} is set:
  167. message "&fAuthor: &a%colored {plugin.%arg-1%.authors}%"
  168.  
  169. command /about [<text>]:
  170. permission: plugins.see
  171. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  172. aliases: /bukkit:about, /ver, /version, /bukkit:version
  173. trigger:
  174. if arg 1 is not set:
  175. message "&fThe server is running CraftBukkit version git-ClubSpigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)%nl%&fYou are 1733 version(s) behind"
  176. else:
  177. if {plugin.%arg-1%} is not set:
  178. message "&fThis server is not running any plugins by that name.%nl%Use /plugins to get a list of plugins."
  179. else:
  180. message "&a%{plugin.%arg-1%.name}% &fversion &a%{plugin.%arg-1%.version}%"
  181. if {plugin.%arg-1%.description} is set:
  182. message "&f%uncolored {plugin.%arg-1%.description}%"
  183. if {plugin.%arg-1%.website} is set:
  184. message "&fWebsite: &a%{plugin.%arg-1%.website}%"
  185. if {plugin.%arg-1%.authors} is set:
  186. message "&fAuthor: &a%colored {plugin.%arg-1%.authors}%"
  187.  
  188. command /? [<text>]:
  189. permission: plugins.see
  190. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  191. trigger:
  192. message "&cAn internal error occured whilst attempting to perform this command."
  193.  
  194. command /pl [<text>]:
  195. permission: plugins.see
  196. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  197. trigger:
  198. if player's world is "eu-hub-1":
  199. message "&fPlugins (23): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aAntiGamingChair&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
  200. else if player's world is "dev-kitpvp":
  201. message "&fPlugins (30): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aAntiGamingChair&f, &aInfinityReach&f, &aCitizensCMD&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aShop&f, &aPlayerVaults&f, &aWorldGuard&f, &aChatReaction&f, &aJump&f, &aCombatLog&f, &aBounties&f, &aEvents&f, &aVault&f, &aCrazyCrates&f, &aAntiCommandTab&f, &aHologram"
  202. else if player's world is "smp":
  203. message "&fPlugins (24): &aBasic&f, &aClubModulities, &aAntiGamingChair&f, &aXeNitrogen&f, &aCitizensCMD&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aSmp&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram"
  204. else:
  205. message "&fPlugins (21): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aAntiGamingChair&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
  206.  
  207. command /bukkit:pl [<text>]:
  208. permission: plugins.see
  209. permission message: &cI'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is an error.
  210. trigger:
  211. if player's world is "eu-hub-1":
  212. message "&fPlugins (23): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aAntiGamingChair&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
  213. else if player's world is "dev-kitpvp":
  214. message "&fPlugins (30): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aAntiGamingChair&f, &aInfinityReach&f, &aCitizensCMD&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aShop&f, &aPlayerVaults&f, &aWorldGuard&f, &aChatReaction&f, &aJump&f, &aCombatLog&f, &aBounties&f, &aEvents&f, &aVault&f, &aCrazyCrates&f, &aAntiCommandTab&f, &aHologram"
  215. else if player's world is "smp":
  216. message "&fPlugins (24): &aBasic&f, &aClubModulities, &aAntiGamingChair&f, &aXeNitrogen&f, &aCitizensCMD&f, &aXeQueue&f, &aHub&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aSmp&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram"
  217. else:
  218. message "&fPlugins (21): &aBasic&f, &aClubModulities, &aXeNitrogen&f, &aAntiGamingChair&f, &aWorldGuard&f, &aSpark&f, &aPlugMan&f, &aWorldBorder&f, &aWorldEdit&f, &aFastAsyncWorldEdit&f, &aProtocolLib&f, &aClubLibraries&f, &aInfinityReach&f, &aProtocolSupport&f, &aCitizens&f, &aMCAuthenticator&f, &aChatTags&f, &aWorldGuard&f, &aAntiCommandTab&f, &aHologram&f, &aCitizensCMD"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement