Advertisement
KingofAiming

Untitled

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