Advertisement
JediLuke_HD

Untitled

Sep 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.65 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand Commands config file (last update v5.5.0) #
  3. # #
  4. # BukkitDev Help page : https://dev.bukkit.org/projects/mycommand/pages/getstarted #
  5. # #
  6. # How to make a command : (See an example command below) #
  7. # For first, put your command name on first line #
  8. # Now put your command_line name after the "command:" line. Don't forget the '/' before your command. #
  9. # So, now select your command type from a predefined list putting it after "type" line #
  10. # COMMAND TYPE LIST : #
  11. # TEXT , ALIAS , RUN_COMMAND , BROADCAST_TEXT , RUN_COMMAND_TEXT , RUN_COMMAND_BROADCAST_TEXT #
  12. # ADD_PERMISSION , WARMUP , COOLDOWN , RUN_CONSOLE , RUN_CONSOLE_RANDOM , SPOUT_TEXT #
  13. # RUN_COMMAND_RANDOM , RUN_ASOPERATOR , ICON_MENU , SCOREBOARD , BUNGEE_TP , SPOUT_NOTIFICATION #
  14. # BAR_API_TEXT , BAR_API_BROADCAST_TEXT , CALL_URL, TITLE, BROADCAST_TITLE, ACTION_BAR #
  15. # #
  16. # If your command is "TEXT" type, you can put multiple line of text below this parameter #
  17. # You can do the same thing with the "RUNCOMMAND" type, but instead of text, puts commands in this list #
  18. # For delayed command(s) add $delay$ before the command in runcmd Example : - $delay$/list #
  19. # Set delay time with delaytimer: 5 (5 = seconds) | #
  20. # If you are using the Vault plugin, you can put the "cost: 123.0" with this line. #
  21. # You can customize your permission node by placing "permission-node:" field in a command #
  22. # Also,you can change the permission error message with "permission-error:" #
  23. # Custom error-message for invalid args ,put "error-message:" line in a command. #
  24. # You can use itemcost : 'ID:AMOUNT' for set a cost with items. #
  25. # Register REAL commands putting "register: true" below the command. #
  26. # With register commands you can use the "tab_completer: - Hi - Hello!" #
  27. # For Scripts and more features, find more on the bukkitdev page #
  28. #-----------------------------------------------------------------------------------------------------------#
  29. cc:
  30. command: /cc
  31. type: BROADCAST_TEXT
  32. text:
  33. - '&0'
  34. - '&0'
  35. - '&0'
  36. - '&0'
  37. - '&0'
  38. - '&0'
  39. - '&0'
  40. - '&0'
  41. - '&0'
  42. - '&0'
  43. - '&0'
  44. - '&0'
  45. - '&0'
  46. - '&0'
  47. - '&0'
  48. - '&0'
  49. - '&0'
  50. - '&0'
  51. - '&0'
  52. - '&0'
  53. - '&0'
  54. - '&0'
  55. - '&0'
  56. - '&0'
  57. - '&0'
  58. - '&0'
  59. - '&0'
  60. - '&0'
  61. - '&0'
  62. - '&0'
  63. - '&0'
  64. - '&0'
  65. - '&0'
  66. - '&0'
  67. - '&0'
  68. - '&0'
  69. - '&0'
  70. - '&0'
  71. - '&0'
  72. - '&0'
  73. - '&0'
  74. - '&0'
  75. - '&0'
  76. - '&0'
  77. - '&0'
  78. - '&0'
  79. - '&0'
  80. - '&0'
  81. - '&0'
  82. - '&0'
  83. - '&0'
  84. - '&0'
  85. - '&0'
  86. - '&0'
  87. - '&0'
  88. - '&0'
  89. - '&0'
  90. - '&0'
  91. - '&0'
  92. - '&0'
  93. - '&0'
  94. - '&0'
  95. - '&0'
  96. - '&0'
  97. - '&0'
  98. - '&0'
  99. - '&0'
  100. - '&0'
  101. - '&0'
  102. - '&0'
  103. - '&0'
  104. - '&0'
  105. - '&0'
  106. - '&0'
  107. - '&0'
  108. - '&0'
  109. - '&0'
  110. - '&0'
  111. - '&0'
  112. - '&0'
  113. - '&0'
  114. - '&0'
  115. - '&0'
  116. - '&0'
  117. - '&0'
  118. - '&0'
  119. - '&0'
  120. - '&0'
  121. - '&0'
  122. - '&0'
  123. - '&0'
  124. - '&0'
  125. - '&0'
  126. - '&0'
  127. - '&0'
  128. - '&0'
  129. - '&0'
  130. - '&0'
  131. - '&0'
  132. - '&0'
  133. - '&0'
  134. - '&0'
  135. - '&0'
  136. - '&0'
  137. - '&0'
  138. - '&0'
  139. - '&0'
  140. - '&7&lChatclear &8-> &cDer speieler &7$player &Chat den &9/cc gemacht!'
  141. permission-required: true
  142. permission-node: cc.cmd
  143. permission-error: "&a$player! , &2Der command ist für dich verboten"
  144. globalmute:
  145. command: /rmute
  146. type: ICON_MENU
  147. iconmenu_size: 9
  148. iconmenu_title: '&cGlobalMute&5-&6Menü'
  149. iconmenu_mode: ICON_MENU
  150. permission-required: true
  151. iconmenu_commands:
  152. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  153. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  154. - '2:STAINED_GLASS_PANE:1:/rg flag __global__ send-chat deny:&e&lMute-all: '
  155. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  156. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  157. - '5:STAINED_GLASS_PANE:2:/rg flag __global__ send-chat allow:&e&lMute-all&4-&6Aufheben: '
  158. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  159. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  160. - '8:BARRIER:15:%close%:&cSchließen: '
  161. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  162. Menu:
  163. command: /warp
  164. type: ICON_MENU
  165. iconmenu_size: 9
  166. iconmenu_title: '&cWarps'
  167. iconmenu_mode: ICON_MENU
  168. permission-required: false
  169. iconmenu_commands:
  170. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  171. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  172. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  173. - '3:STICK:0:/ewarp KnockFFA:&e&lKnockFFA: '
  174. - '4:BEACON:0:/ewarp Spawn:&a&lSpawn: '
  175. - '5:CHEST:0:/ewarp Shop:&e&lShop: '
  176. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  177. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  178. - '8:BARRIER:15:%close%:&cSchließen: '
  179. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  180. delaytimer: 1
  181. spawn:
  182. command: /spawn
  183. type: ICON_MENU
  184. iconmenu_size: 27
  185. iconmenu_title: '&cLobby&7/&cSpawns'
  186. iconmenu_mode: ICON_MENU
  187. permission-required: false
  188. iconmenu_commands:
  189. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  190. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  191. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  192. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  193. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  194. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  195. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  196. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  197. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  198. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  199. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  200. - '11:STAINED_GLASS_PANE:15:%stayopen%: : '
  201. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  202. - '13:BEACON:0:/ewarp Spawn:&a&lSpawn: '
  203. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  204. - '15:STAINED_GLASS_PANE:15:%stayopen%: : '
  205. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  206. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  207. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  208. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  209. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  210. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  211. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  212. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  213. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  214. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  215. - '26:BARRIER:15:%close%:&cSchließen: '
  216. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  217. rank:
  218. command: /rank
  219. type: ICON_MENU
  220. iconmenu_size: 27
  221. iconmenu_title: '&cRank&6Menü'
  222. iconmenu_mode: ICON_MENU
  223. permission-required: true
  224. permission-error: "&2$player &7,&6Das ist mein command
  225. iconmenu_commands:
  226. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  227. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  228. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  229. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  230. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  231. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  232. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  233. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  234. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  235. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  236. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  237. - '11:STAINED_GLASS_PANE:15:%stayopen%: : '
  238. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  239. - '13:BEACON:0:/pex user $arg1 group add $arg2:&a&lBestädigen: '
  240. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  241. - '15:STAINED_GLASS_PANE:15:%stayopen%: : '
  242. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  243. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  244. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  245. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  246. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  247. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  248. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  249. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  250. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  251. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  252. - '26:BARRIER:15:%close%:&cSchließen: '
  253. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement