Advertisement
KingofAiming

Untitled

Aug 5th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. regeln_server:
  30. command: /regeln
  31. type: TEXT
  32. text:
  33. - '&8|━━━━━━━━━━━━━━━━━━━━&cRegeln&8 ━━━━━━━━━━━━━━━━━━━━⋙'
  34. - '&f1. &cHacken &7in aller Form ist &cverboten!'
  35. - '&f2. &cSpammen &7in aller Art ist &cverboten!'
  36. - '&f3. &cBeleidigen &7in aller Form ist &cverboten!'
  37. - '&f4. &cWerbung &7ist in aller Form &cverboten!'
  38. - '&f5. &cEchtgeld-Handel &7ist strengstens &cverboten!'
  39. - '&f6. &cSchädliche Daten &7zu verbreiten ist &cverboten!'
  40. - '&f7. &cPrivate und Sensible Daten &7zu verbreiten ist &cverboten!'
  41. - '&f8. &cPornografische Inhalte &7sind strengstens &cverboten!'
  42. - '&f9. &7Es gibt keine &cFehler&7, nur &aFeatures&7!'
  43. - '&f10. &cBitte &7achtet auf die Anweisungen des &6Teams!'
  44. - '&8|━━━━━━━━━━━━━━━━━━━━&cRegeln&8 ━━━━━━━━━━━━━━━━━━━━⋙'
  45. permission-required: false
  46. discord_server:
  47. command: /discord
  48. type: TEXT
  49. text:
  50. - '&8|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━⋙'
  51. - '&6◊ Server&7| &aUnser Discord: https://discord.gg/7YCXGQU'
  52. - '&8|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━⋙'
  53. permission-required: false
  54. plugin_server:
  55. command: /pl
  56. type: TEXT
  57. text:
  58. - '&fModule (1): &eServer'
  59. permission-required: false
  60. plugin_server2:
  61. command: /plugins
  62. type: TEXT
  63. text:
  64. - '&fModule (1): &eServer'
  65. permission-required: false
  66. plugin_server3:
  67. command: /mo
  68. type: TEXT
  69. text:
  70. - '&fModule (1): &eServer'
  71. permission-required: false
  72. plugin_server4:
  73. command: /modul
  74. type: TEXT
  75. text:
  76. - '&fModule (1): &eServer'
  77. permission-required: false
  78. plugin_server5:
  79. command: /module
  80. type: TEXT
  81. text:
  82. - '&fModule (1): &eServer'
  83. permission-required: false
  84. plugin_server6:
  85. command: /modules
  86. type: TEXT
  87. text:
  88. - '&fModule (1): &eServer'
  89. permission-required: false
  90. help_command:
  91. command: /hilfe
  92. type: TEXT
  93. text:
  94. - '&8|━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━⋙'
  95. - '&6◊ Server&7| &aUnter &6/warp &afindest du die Warps!'
  96. - '&6◊ Server&7| &aUnter &6/menu &afindest du das Server-Menu!'
  97. - '&8|━━━━━━━━━━━━━━━━&eHilfe&8 ━━━━━━━━━━━━━━━━━━━━━━━━━━⋙'
  98. permission-required: false
  99. tab_completer:
  100. command: /greets
  101. type: RUN_COMMAND
  102. runcmd:
  103. - '$broadcasttext$&0[&e$player&0]&r $multiargs'
  104. required_args: 1
  105. register: true
  106. tab_completer:
  107. - Hi
  108. - Hello!
  109. - Well Met!
  110. delay_example:
  111. command: /mycmd-countdown
  112. type: RUN_COMMAND
  113. runcmd:
  114. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color3..'
  115. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color2..'
  116. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color1..'
  117. - '$delay$$broadcasttext$&0[&eCountdown&0] &eGO!!'
  118. cost: 0
  119. delaytimer: 1
  120. delaytimer_format: SECONDS
  121. some_placeholders:
  122. command: /playerinfo
  123. type: TEXT
  124. text:
  125. - '&2Player name : &a$player'
  126. - '&2World : &a$world'
  127. - '&2Health : &a$health &2Food : &a$food'
  128. - '&2Exp : &a$exp &2Level : &a$level'
  129. - '&2Gamemode : &a$gamemode'
  130. - '&2LastDamage : &a$lastdamage'
  131. mycmd_list_command:
  132. command: /mycmd-online
  133. type: TEXT
  134. text:
  135. - '&2There are &a$online &2players online.'
  136. - '&a $ponline'
  137. clear_chat:
  138. command: /cc
  139. type: BROADCAST_TEXT
  140. text:
  141. - '%Repeat%100% '
  142. - '&eServer &8┃ &7Der &6Chat &7wurde &6geleert!'
  143. error-message: '&c» &7Das ist nicht erlaubt!'
  144. permission-required: true
  145. permission-node: cc.admin
  146. server_menu:
  147. command: /menu
  148. type: ICON_MENU
  149. text:
  150. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  151. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  152. iconmenu_title: '&eServer Menu'
  153. iconmenu_size: 27
  154. iconmenu_commands:
  155. - 3:GOLDEN_APPLE:0:/hilfe:&2Hilfe:&aÖffnet das Hilfe Menü!
  156. - 21:EMERALD:0:/list:&6Online Spieler:&bZeigt dir alle online Spieler!
  157. - 5:PAPER:0:/regeln:&9Regeln:&bZeigt dir die Regeln!
  158. - 13:BOOK:0:/discord:&dDiscord:&eUnser Discord!
  159. - 23:BEACON:0:/ranks:&bRänge:&6Alle Spieler Ränge!
  160. cost: 0
  161. delaytimer: 5
  162. permission-node: menu.user
  163. permission-required: true
  164. iconmenu_page2:
  165. command: /iconmenu2
  166. type: ICON_MENU
  167. iconmenu_title: 'Page 2'
  168. iconmenu_size: 9
  169. iconmenu_commands:
  170. - '0:LEGACY_GOLDEN_APPLE:0:Do something:Hello!:=)'
  171. - '8:LEGACY_WOOL:13:%openiconmenu%/iconmenu:Return Back:&cChange IconMenu Page;&a<---------'
  172. cost: 0
  173. delaytimer: 5
  174. dailybonus:
  175. command: /daily
  176. type: RUN_CONSOLE
  177. runcmd:
  178. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  179. - "$text$&6&lDailyBonus &7| &b Moin $player! Hier ist deine tägliche Belohnung!"
  180. - "$text$&6&lDailyBonus &7| &b Du hast +1 DIAMANTEN erhalten!"
  181. - "%PlayerOptions%addItem: DIAMOND:1"
  182. - "$Script$%PlayerData%DailyBonus=$todaydate"
  183. - "$text$&6&lDailyBonus &7| &bKomm morgen wieder!"
  184. - "$Script$%else%"
  185. - "$text$&6&lDailyBonus &7| &bNicht so gierig! Komm morgen wieder!"
  186. permission-node: daily.user
  187. permission-required: true
  188. warp_menu:
  189. command: /warp
  190. type: ICON_MENU
  191. text:
  192. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  193. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  194. iconmenu_title: '&cWarps'
  195. iconmenu_size: 27
  196. iconmenu_commands:
  197. - 3:ENDER_PEARL:0:/ewarp TeamHalle:&eTeamHalle:&bWarpt dich zur TeamHalle!
  198. - 5:BOOK_AND_QUILL:0:/ewarp Bewerben:&5Bewerben:&aWarpe dich zu den Bewerbungen!
  199. - 11:DIAMOND_SWORD:0:/ewarp PvP:&ePvP:&dWarpt dich zu PVP!
  200. - 13:MAGMA_CREAM:0:/spawn:&aSpawn:&6Warpe dich zum Spawn!
  201. - 15:STICK:0:/ewarp Knockback:&3Knockback:&6Teleportiere dich zu Knockback!
  202. - 21:CHEST:0:/ewarp Shop:&5Shop:&9Teleportiere dich zum Shop!
  203. - 23:DIAMOND_BOOTS:0:/ewarp SkyPvP:&cSkyPvP:&3Teleportiere dich zu SkyPvP!
  204. delaytimer: 5
  205. permission-node: warp.user
  206. permission-required: true
  207. kit_menu:
  208. command: /kit
  209. type: ICON_MENU
  210. text:
  211. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  212. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  213. iconmenu_title: '&6Kits'
  214. iconmenu_size: 36
  215. iconmenu_commands:
  216. - 11:LEATHER_HELMET:0:/ekit default:&eSpieler Kit:&bDas ist das Spieler Kit!
  217. - 13:CHAINMAIL_HELMET:0:/ekit Premium:&ePremium Kit:&bDas ist das Premium Kit!
  218. - 15:GOLDEN_APPLE:0:/ekit Premium+:&ePremium+ Kit:&bDas ist das Premium+ Kit!
  219. - 21:SLIME_BALL:0:/ekit Supreme:&eSupreme Kit:&bDas ist das Supreme Kit!
  220. - 23:STONE_SWORD:0:/ekit Knight:&eKnight Kit:&bDas ist das Knight Kit!
  221. delaytimer: 5
  222. permission-node: kit.user
  223. permission-required: true
  224. ban_info:
  225. command: /baninfo
  226. type: TEXT
  227. text:
  228. - '&8&m ━━━━━━━━━━━━━━━━&cBanInfo &8&m ━━━━━━━━━━━━━━━━'
  229. - '&7'
  230. - '&f1.&c Hacking&7 - &c3 Tage ban'
  231. - '&f2.&c Werbung&7 - &c1h Mute'
  232. - '&f3.&c Beleidigeng&7 - &c10-30m Mute'
  233. - '&f4.&c Echtgeldhandel&7 - &cPerma ban'
  234. - '&f5.&c Chatbombing&7 - &c30m Mute'
  235. - '&f6.&c Griefen&7 - &cPerma ban'
  236. - '&7'
  237. - '&8&m ━━━━━━━━━━━━━━━━&cBanInfo &8&m ━━━━━━━━━━━━━━━━'
  238. permission-required: true
  239. permission-node: baninfo.team
  240. rank_info:
  241. command: /ranks
  242. type: TEXT
  243. text:
  244. - '&8&m ━━━━━━━━━━━━━━━━&bRänge &8&m ━━━━━━━━━━━━━━━━'
  245. - '&f1.&6 Premium'
  246. - '&f2.&e Premium+'
  247. - '&f3.&a Supreme'
  248. - '&f4.&8 Knight'
  249. - '&f5.&2 Legende'
  250. - '&f6.&1 Champion'
  251. - '&f7.&d Master'
  252. - '&f8.&b Ultra'
  253. - '&f9.&c King'
  254. - '&f10.&9 Titan'
  255. - '&f11.&e&l GOD'
  256. - '&8&m ━━━━━━━━━━━━━━━━&bRänge &8&m ━━━━━━━━━━━━━━━━'
  257. permission-required: true
  258. permission-node: ranks.user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement