Advertisement
Davis0110

Untitled

Sep 11th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 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. banlist:
  30. command: /blist
  31. type: TEXT
  32. text:
  33. - '&6*----------------------------------------------------*'
  34. - ''
  35. - '&7[&c&lGam&b&lble&7] &c> &4&lBan-List &c<'
  36. - '&7[&c&lGam&b&lble&7] &c> &aHacking &7= &cPermanent!'
  37. - '&7[&c&lGam&b&lble&7] &c> &aBugusen &7= &c1 Tag!'
  38. - '&7[&c&lGam&b&lble&7] &c> &aRang ausnutzen &7= &c5 Tage!'
  39. - '&7[&c&lGam&b&lble&7] &c> &aScammen &7= &c3 Stunden!'
  40. - '&7[&c&lGam&b&lble&7] &c> &aBanumgehung &7= &cPermanent!'
  41. - '&7[&c&lGam&b&lble&7] &c> &aDrohen &7= &c3 Tage!'
  42. - '&7[&c&lGam&b&lble&7] &c> &aGriefen &7= &c2 Tage!'
  43. - ''
  44. - '&6*----------------------------------------------------*'
  45. permission-required: true
  46. permission-node: mycmd.blist
  47. mutelist:
  48. command: /mlist
  49. type: TEXT
  50. text:
  51. - '&6*----------------------------------------------------*'
  52. - ''
  53. - '&7[&c&lGam&b&lble&7] &c> &4Mute-List &c<'
  54. - '&7[&c&lGam&b&lble&7] &c> &aBeleidigen &7= &c5 stunden!'
  55. - '&7[&c&lGam&b&lble&7] &c> &aBetteln &7= &c1 stunde!'
  56. - '&7[&c&lGam&b&lble&7] &c> &aRassismus &7= &c1 Tag!'
  57. - ''
  58. - '&6*----------------------------------------------------*'
  59. permission-required: true
  60. permission-node: mycmd.mlist
  61. regeln:
  62. command: /regeln
  63. type: TEXT
  64. text:
  65. - '&6*----------------------------------------------------*'
  66. - ''
  67. - '&7[&c&lGam&b&lble&7] &c> &4Regeln &c<'
  68. - '&7[&c&lGam&b&lble&7] &c> &aHacking &7= &cVerboten!'
  69. - '&7[&c&lGam&b&lble&7] &c> &aBeleidigen &7= &cVerboten!'
  70. - '&7[&c&lGam&b&lble&7] &c> &aBugusen &7= &cVerboten!'
  71. - '&7[&c&lGam&b&lble&7] &c> &aBetteln &7= &cVerboten!'
  72. - '&7[&c&lGam&b&lble&7] &c> &aRang ausnutzen &7= &cVerboten!'
  73. - '&7[&c&lGam&b&lble&7] &c> &aScammen &7=&c Verboten!'
  74. - '&7[&c&lGam&b&lble&7] &c> &aRassismus &7= &cVerboten!'
  75. - '&7[&c&lGam&b&lble&7] &c> &aBanumgehung &7= &cVerboten!'
  76. - '&7[&c&lGam&b&lble&7] &c> &aDrohen &7= &cVerboten!'
  77. - '&7[&c&lGam&b&lble&7] &c> &aGrifen &7= &cVerboten!'
  78. - ''
  79. - '&6*----------------------------------------------------*'
  80. permission-required: false
  81. broadcast:
  82. command: /nbc
  83. type: BROADCAST_TEXT
  84. text:
  85. - '&7[&c&lGam&b&lble&7]&7 $multiargs'
  86. permission-required: true
  87. permission-node: mycmd.broadcast
  88. countdown:
  89. command: /event
  90. type: RUN_COMMAND
  91. runcmd:
  92. - '$delay$$broadcasttext$&7[&cEvent&7] &c3...'
  93. - '$delay$$broadcasttext$&7[&cEvent&7] &62...'
  94. - '$delay$$broadcasttext$&7[&cEvent&7] &61...'
  95. - '$delay$$broadcasttext$&7[&cEvent&7] &aLOS!!!'
  96. permission-required: true
  97. permission-node: mycmd.cd
  98. clearchat:
  99. command: /cc
  100. type: BROADCAST_TEXT
  101. text:
  102. - '%Repeat%100% '
  103. - '&6*---------------------------------------------------*'
  104. - ''
  105. - '&7[&c&lGam&b&lble&7] &cder Chat wurde von &a$player &cgeleert!'
  106. - ''
  107. - '&6*---------------------------------------------------*'
  108. permission-required: true
  109. permission-node: mycmd.clearchat
  110. Plugins:
  111. command: /modules
  112. type: TEXT
  113. text:
  114. - '&fModule (1): &cSystem'
  115. permission-required: false
  116. Plugins1:
  117. command: /pl
  118. type: TEXT
  119. text:
  120. - '&fModule (1): &cSystem'
  121. permission-required: false
  122. Plugins2:
  123. command: /module
  124. type: TEXT
  125. text:
  126. - '&fModule (1): &cSystem'
  127. permission-required: false
  128. Plugins3:
  129. command: /plugins
  130. type: TEXT
  131. text:
  132. - '&fModule (1): &cSystem'
  133. permission-required: false
  134. Help:
  135. command: /ehelp
  136. type: TEXT
  137. text:
  138. - '&6*---------------------------------------------------*'
  139. - ''
  140. - '&cDu brauchst hilfe wende dich an die &1Supporter &c/ &2Moderatoren&c!'
  141. - '&cOder benutze "&7/regeln , /hilfe"&c!'
  142. - ''
  143. - '&6*---------------------------------------------------*'
  144. permission-required: false
  145. Plugins4:
  146. command: /modul
  147. type: TEXT
  148. text:
  149. - '&fModule (1): &cSystem'
  150. permission-required: false
  151. dailybonus:
  152. command: /tb
  153. type: RUN_COMMAND
  154. runcmd:
  155. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  156. - "$text$&7[&eTäglich-Belohnung&7]&e Hallo &a$player&e! Hier, deine Tägliche-Belohnung!"
  157. - "$text$&7[&eTäglich-Belohnung&7]&e Du hast ein &bSpithacken-Gutschein &eerhalten!!"
  158. - "%PlayerOptions%addItem: PAPER:1"
  159. - "$Script$%PlayerData%DailyBonus=$todaydate"
  160. - "$text$&7[&eTäglich-Belohnung&7] &akomm morgen wieder!"
  161. - "$Script$%else%"
  162. - "$text$&7[&eTäglich-Belohnung&7]&c Du hast bereits deine Belohnung abgeholt! &akomm morgen wieder!"
  163. permission-required: true
  164. Whitelist:
  165. command: /wl
  166. type: ICON_MENU
  167. text:
  168. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  169. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  170. iconmenu_title: '&fWhitelist &4Menu'
  171. iconmenu_size: 27
  172. iconmenu_commands:
  173. - 0:red_stained_glass_pane
  174. - 1:red_stained_glass_pane
  175. - 2:red_stained_glass_pane
  176. - 3:red_stained_glass_pane
  177. - 4:red_stained_glass_pane
  178. - 5:red_stained_glass_pane
  179. - 6:red_stained_glass_pane
  180. - 7:red_stained_glass_pane
  181. - 8:red_stained_glass_pane
  182. - 11:lime_stained_glass_pane:/whitelist on
  183. - 17:red_stained_glass_pane:/whitelist off
  184. - 20:red_stained_glass_pane
  185. - 21:red_stained_glass_pane
  186. - 22:red_stained_glass_pane
  187. - 23:red_stained_glass_pane
  188. - 24:red_stained_glass_pane
  189. - 25:red_stained_glass_pane
  190. - 26:red_stained_glass_pane
  191. - 27:red_stained_glass_pane
  192. - 28:red_stained_glass_pane
  193. hilfe:
  194. command: /hilfe
  195. type: BROADCAST_TEXT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement