Advertisement
KingofAiming

Untitled

Aug 3rd, 2019
135
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|━━━━━━━━━━━━━━━━━━━━ &9Discord&8 ━━━━━━━━━━━━━━━━━━━━|'
  51. - '&aWir haben einen Discord:'
  52. - '&6https://discord.gg/7YCXGQU'
  53. - '&8|━━━━━━━━━━━━━━━━━━━━ &9Discord&8 ━━━━━━━━━━━━━━━━━━━━|'
  54. permission-required: false
  55. plugin_server:
  56. command: /pl
  57. type: TEXT
  58. text:
  59. - '&fModule (1): &eServer'
  60. permission-required: false
  61. plugin_server2:
  62. command: /plugins
  63. type: TEXT
  64. text:
  65. - '&fModule (1): &eServer'
  66. permission-required: false
  67. plugin_server3:
  68. command: /mo
  69. type: TEXT
  70. text:
  71. - '&fModule (1): &eServer'
  72. permission-required: false
  73. plugin_server4:
  74. command: /modul
  75. type: TEXT
  76. text:
  77. - '&fModule (1): &eServer'
  78. permission-required: false
  79. plugin_server5:
  80. command: /module
  81. type: TEXT
  82. text:
  83. - '&fModule (1): &eServer'
  84. permission-required: false
  85. plugin_server6:
  86. command: /modules
  87. type: TEXT
  88. text:
  89. - '&fModule (1): &eServer'
  90. permission-required: false
  91. help_command:
  92. command: /hilfe
  93. type: TEXT
  94. text:
  95. - '&8|━━━━━━━━━━━━━━━━ &eHilfe&8 ━━━━━━━━━━━━━━━━|'
  96. - '&aUnter &6/warp &afindest du die Warps!'
  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:NAME_TAG:0:/wartungen:&cComing Soon:&cComing soon!
  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. broadcast_message_with_perm:
  189. command: /brmsgwithperm
  190. type: BROADCAST_TEXT
  191. text:
  192. - "Only the player with the correct permission can see this message"
  193. broadcast_message_permission_node: permission.for.see.this.message
  194. dynamiciconmenu:
  195. command: /dynamiciconmenu
  196. type: ICON_MENU
  197. iconmenu_size: 36
  198. iconmenu_mode: DYNAMIC
  199. permission-required: false
  200. iconmenu_commands:
  201. - "0:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  202. - "1:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  203. - "2:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  204. - "3:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  205. - "4:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  206. - "5:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  207. - "6:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  208. - "7:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  209. - "8:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  210. - "9:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  211. - "11:CLOCK:0:%stayopen%:&aServer time - $random_color$time:&bToday Date - &6 $todaydate"
  212. - "13:BEACON:0:/mycmd:&6MyCommand:&eLaunch MyCommand"
  213. - "15:ENDER_PEARL<next>ENDER_EYE<next>AIR:0:%stayopen%:???<next>!!!<next>AIR: "
  214. - "17:YELLOW_WOOL<next>LIME_WOOL:4:/command_example: : "
  215. - "18:LIME_WOOL<next>YELLOW_WOOL:5:/command_example: : "
  216. - "19:BOOK<next>2,BOOK<next>3,BOOK:0:%stayopen%:$random_colorPage 1<next>$random_colorPage 2<next>$random_colorPage 3:1<next>2<next>3"
  217. - "22:1,IRON_CHESTPLATE<next>GOLDEN_CHESTPLATE;PROTECTION_ENVIRONMENTAL;1<next>DIAMOND_CHESTPLATE;PROTECTION_EXPLOSIONS;3:0:/command_example::Description;Line 2..."
  218. - "25:BARRIER:0:%close%:Close this menu:&cClick here;&cto close"
  219. - "26:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  220. - "27:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  221. - "28:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  222. - "29:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  223. - "30:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  224. - "31:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  225. - "32:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  226. - "33:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  227. - "34:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  228. - "35:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  229. delaytimer: 2
  230. holographic_example:
  231. command: /holoexample
  232. type: HOLOGRAPHIC_TEXT
  233. text:
  234. - "&eHello $player, how are you?"
  235. - "$random_coloryeah, i'm fineeeee thanks!"
  236. - "&dCurrent time &5$time"
  237. delaytimer: 3
  238. warp_menu:
  239. command: /warp
  240. type: ICON_MENU
  241. text:
  242. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  243. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  244. iconmenu_title: '&cWarps'
  245. iconmenu_size: 27
  246. iconmenu_commands:
  247. - 3:ENDER_PEARL:0:/ewarp TeamHalle:&eTeamHalle:&bWarpt dich zur TeamHalle!
  248. - 5:BOOK_AND_QUILL:0:/ewarp Bewerben:&5Bewerben:&aWarpe dich zu den Bewerbungen!
  249. - 11:DIAMOND_SWORD:0:/ewarp PvP:&ePvP:&dWarpt dich zu PVP!
  250. - 13:MAGMA_CREAM:0:/spawn:&aSpawn:&6Warpe dich zum Spawn!
  251. - 15:STICK:0:/ewarp Knockback:&3Knockback:&6Teleportiere dich zu Knockback!
  252. - 21:CHEST:0:/ewarp Shop:&5Shop:&9Teleportiere dich zum Shop!
  253. - 23:DIAMOND_BOOTS:0:/ewarp SkyPvP:&cSkyPvP:&3Teleportiere dich zu SkyPvP!
  254. delaytimer: 5
  255. permission-node: warp.user
  256. permission-required: true
  257. kit_menu:
  258. command: /kit
  259. type: ICON_MENU
  260. text:
  261. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  262. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  263. iconmenu_title: '&6Kits'
  264. iconmenu_size: 27
  265. iconmenu_commands:
  266. - 10:LEATHER_HELMET:0:/ekit default:&eSpieler Kit:&bDas ist das Spieler Kit!
  267. delaytimer: 5
  268. permission-node: kit.user
  269. permission-required: true
  270. ban_info:
  271. command: /baninfo
  272. type: TEXT
  273. text:
  274. - '&8&m ━━━━━━━━━━━━━━━━&c BanInfo &8&m ━━━━━━━━━━━━━━━━'
  275. - '&7'
  276. - '&f1.&c Hacking&7 - &c3 Tage ban'
  277. - '&f2.&c Werbung&7 - &c1h Mute'
  278. - '&f3.&c Beleidigeng&7 - &c10-30m Mute'
  279. - '&f4.&c Echtgeldhandel&7 - &cPerma ban'
  280. - '&f5.&c Chatbombing&7 - &c30m Mute'
  281. - '&f6.&c Griefen&7 - &cPerma ban'
  282. - '&7'
  283. - '&8&m ━━━━━━━━━━━━━━━━&c BanInfo &8&m ━━━━━━━━━━━━━━━━'
  284. permission-required: true
  285. permission-node: baninfo.team
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement