PhilPvP

Untitled

Sep 10th, 2019
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.22 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. gamemode_alias:
  30. command: /gm
  31. type: ALIAS
  32. alias: /gamemode
  33. permission-required: true
  34. simple_dice:
  35. command: /mycmd-dice
  36. type: TEXT
  37. text:
  38. - '&0[&6Dice&0] &eYou got &6$rnd6 !'
  39. permission-required: true
  40. permission-node: mycommand.cmd.dice
  41. permission-error: "&a$player! , &2You can't use this command!"
  42. tab_completer:
  43. command: /greets
  44. type: RUN_COMMAND
  45. runcmd:
  46. - '$broadcasttext$&0[&e$player&0]&r $multiargs'
  47. required_args: 1
  48. register: true
  49. tab_completer:
  50. - Hi
  51. - Hello!
  52. - Well Met!
  53. shortcut:
  54. command: /l
  55. type: RUN_COMMAND
  56. runcmd:
  57. - '/list'
  58. cost: 0
  59. mycmd_colors:
  60. command: /mycmd-colors
  61. type: TEXT
  62. text:
  63. - "&11 &22 &33 &44 &55 &66 &77 &88 &99 &00 &aa &bb &cc &dd &ee &ff"
  64. - "&nn&r &mm&r &ll&r &oo&r $random_color :D"
  65. permission-required: false
  66. shortcut_with_arguments:
  67. command: /t
  68. type: RUN_COMMAND
  69. runcmd:
  70. - '/time $arg1 $arg2'
  71. cost: 0
  72. error-message: '&cType &e/t set day'
  73. require_all_arguments: true
  74. delay_example:
  75. command: /mycmd-countdown
  76. type: RUN_COMMAND
  77. runcmd:
  78. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color3..'
  79. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color2..'
  80. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color1..'
  81. - '$delay$$broadcasttext$&0[&eCountdown&0] &eGO!!'
  82. cost: 0
  83. delaytimer: 1
  84. delaytimer_format: SECONDS
  85. broadcast_example:
  86. command: /mycmd-broadcast
  87. type: BROADCAST_TEXT
  88. text:
  89. - '&0[&e$player&0]&r $multiargs'
  90. required_args: 1
  91. run_by_console:
  92. command: /mycmd-runconsole
  93. type: RUN_CONSOLE
  94. runcmd:
  95. - /say This message is getting performed by the console.
  96. cost: 0
  97. warmups_cooldowns_info:
  98. command: /warmupsandcooldowns
  99. type: TEXT
  100. text:
  101. - 'Put your command over /warmupsandcooldowns'
  102. - 'And change type : from text to WARMUP for Warmups and COOLDOWN for Cooldowns'
  103. - 'adjust the warmup and cooldowns time with delaytimer'
  104. delaytimer: 5
  105. add_permission:
  106. command: /command-to-override
  107. type: ADD_PERMISSION
  108. text:
  109. - '$6Add an extra permission to another existing command'
  110. permission-node: permission.name
  111. cost: 0
  112. some_placeholders:
  113. command: /mycmd-playerinfo
  114. type: TEXT
  115. text:
  116. - '&2Player name : &a$player'
  117. - '&2World : &a$world'
  118. - '&2Health : &a$health &2Food : &a$food'
  119. - '&2Exp : &a$exp &2Level : &a$level'
  120. - '&2Gamemode : &a$gamemode'
  121. - '&2LastDamage : &a$lastdamage'
  122. mycmd_list_command:
  123. command: /mycmd-online
  124. type: TEXT
  125. text:
  126. - '&2There are &a$online &2players online.'
  127. - '&a $ponline'
  128. clear_chat:
  129. command: /clearchat
  130. type: BROADCAST_TEXT
  131. text:
  132. - '%Repeat%100% '
  133. - '&0[&eMyCommand&0]&b Chat clared :D'
  134. shortcut_with_multiargs:
  135. command: /mycmd-shortcut
  136. type: RUN_COMMAND
  137. runcmd:
  138. - '/say $multiargs'
  139. random_example:
  140. command: /SchereSteinPapier
  141. type: RUN_COMMAND_RANDOM
  142. runcmd:
  143. - '/me Rock!'
  144. - '/me Paper!'
  145. - '/me Scissors!'
  146. iconmenu_page1:
  147. command: /iconmenu
  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: '&cMyCommand &4ItemMenu'
  153. iconmenu_size: 27
  154. iconmenu_commands:
  155. - 0:GOLDEN_APPLE:0:/help:&2Help:&aOpen the help menu
  156. - 1:COMPASS;DAMAGE_ALL;1:0:/mycmd:Menu:MyCommand menu
  157. - 9:EMERALD:0:/list:Player List:&bShow online players
  158. - 10:LEGACY_WATCH:0:/time set 0:Day:Turn day
  159. - 11:PLAYER_HEAD%$player:0:/command:Title:Description
  160. - 26:LEGACY_WOOL:11:%openiconmenu%/iconmenu2:Next Page:&cChange IconMenu Page;&a--------->
  161. cost: 0
  162. delaytimer: 5
  163. iconmenu_page2:
  164. command: /iconmenu2
  165. type: ICON_MENU
  166. iconmenu_title: 'Page 2'
  167. iconmenu_size: 9
  168. iconmenu_commands:
  169. - '0:LEGACY_GOLDEN_APPLE:0:Do something:Hello!:=)'
  170. - '8:LEGACY_WOOL:13:%openiconmenu%/iconmenu:Return Back:&cChange IconMenu Page;&a<---------'
  171. cost: 0
  172. delaytimer: 5
  173. help_page_0:
  174. command: /mycmd-help
  175. type: TEXT
  176. text:
  177. - '&a ---- &6MyCommand Help &eMain Page &a----'
  178. - '&e This is the Main page of the help '
  179. - '&e Type &6/mycmd-help 2 &efor see the second page'
  180. help_page_1:
  181. command: /mycmd-help 2
  182. type: TEXT
  183. text:
  184. - '&a ---- &6MyCommand Help &ePage two &a----'
  185. - '&e And this is the page two of the help'
  186. itemcost_example:
  187. command: /itemcostexample
  188. type: TEXT
  189. text:
  190. - '$random_colorYou have spent 5 Cobblestone for see this message.'
  191. itemcost: 'COBBLESTONE:5'
  192. scoreboard_example:
  193. command: /sbexample
  194. type: SCOREBOARD
  195. text:
  196. - The Scoreboard will get removed after DelayTimer(sec). If 0 don't remove
  197. - Use $marquee$ as a prefix of the scoreboard name for scroll the text.
  198. - Use scoreboard_refresh_ticks, for determinate how frequent the plugin have to update the scoreboard.
  199. scoreboard_name: "$marquee$&1M&2y&3C&4o&5m&6m&7a&8n&9d &aS&bc&co&dr&ee&fb&0o&1a&2r&3d &nExample&r "
  200. scoreboard_text:
  201. - "4;&c&lCoordinates:"
  202. - "3;&6X:&e $locX &6Y:&e $locY &6Z:&e $locZ "
  203. - "2;&c&lPlayer Info:"
  204. - "1;&6Health: &e$health"
  205. - "0;&6Food: &e$food"
  206. scoreboard_refresh_ticks: 5
  207. delaytimer: 10
  208. bungeecord_example:
  209. command: /bungeetest
  210. type: BUNGEE_TP
  211. server_name: hub
  212. allowed_worlds_example:
  213. command: /onlynether
  214. type: TEXT
  215. text:
  216. - "&cYea,The Nether!"
  217. allowed_worlds:
  218. - world_nether
  219. per_world_commands:
  220. command: /perworldcommand
  221. type: RUN_COMMAND
  222. runcmd:
  223. - "$world=%world%/me This command will be performed only if you are in the world"
  224. - "$world=%world_nether%/me And this only if you are in the nether"
  225. permission-required: false
  226. executefor_example:
  227. command: /executeforall
  228. type: RUN_CONSOLE
  229. executefor: ONLINE_PLAYERS
  230. runcmd:
  231. - "/tp $player 0 64 0"
  232. permission-required: false
  233. ouch:
  234. command: /ouch
  235. type: RUN_COMMAND
  236. runcmd:
  237. - '%PlayerOptions%damage: 1'
  238. - '$text$&c<3'
  239. permission-required: false
  240. heal_me:
  241. command: /mycmd-heal
  242. type: RUN_COMMAND
  243. runcmd:
  244. - '%PlayerOptions%setHealth: 20'
  245. - '%PlayerOptions%setFoodLevel: 20'
  246. - '%PlayerOptions%sendMessage: &aHealed!'
  247. permission-required: false
  248. world_guard_example:
  249. command: /checkregion
  250. type: TEXT
  251. text:
  252. - 'You are in $wgregionname region!'
  253. allowed_wg_region:
  254. - 'region_name_here'
  255. custom_cmd_cooldown:
  256. command: /cooldown-example
  257. type: TEXT
  258. text:
  259. - '&aBla bla bla, type the command again for see the cooldown effect.'
  260. cooldown: 5
  261. custom_cmd_warmup:
  262. command: /warmup-example
  263. type: TEXT
  264. text:
  265. - '&aYou have waited 5 second for see this command performed'
  266. warmup: 5
  267. call_url:
  268. command: /call-url
  269. type: CALL_URL
  270. url: 'http://localhost/yourscript.php?variable=$arg1&player=$player'
  271. get_output : true
  272. show_output_ingame : true
  273. save_output_as : httpResponse
  274. script_example_420:
  275. command: /example420
  276. type: RUN_COMMAND
  277. runcmd:
  278. - $Script$%if%$arg1==password
  279. - $text$&eRight!
  280. - $Script$%if%$arg1==420
  281. - $text$&aBLAZE IT
  282. - $Script$%else%
  283. - $text$Password not correct
  284. bar_text:
  285. command: /bar_example
  286. type: BAR_API_TEXT
  287. text:
  288. - '&aHello $random_color$player'
  289. bar_seconds: 5
  290. bar_percentage: 8
  291. bar_style: SEGMENTED_20
  292. bar_flag: DARKEN_SKY
  293. bar_color: PINK
  294. rawmessage_example:
  295. command: /raw-example
  296. type: RAW_TEXT
  297. text:
  298. - '&aHello &b$player! &aHover your mouse over me!; &dMAGIC'
  299. - '&0[&d*&0]&e Click me; &eClick Here for suggest the command &d/mycmd;/mycmd'
  300. - '$RUN_COMMAND$&0[&e*&0]&c Set the time to day; &eClick for Execute;/time set day'
  301. - '$OPEN_URL$&0[&e*&0]$random_color Open Google.com; &eClick for open;http://www.google.com'
  302. lottery_example:
  303. command: /lottery_example
  304. type: RUN_COMMAND
  305. runcmd:
  306. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  307. - '$text$&6Welcome to &eMyCommand &6Lottery!'
  308. - '$delay$'
  309. - '$text$&b+------------------------------------'
  310. - '$text$&b| &2Prize of today :'
  311. - '$text$&b| &aCOBBLESTONE, BREAD, APPLE, GOLD_INGOT or DIAMOND! '
  312. - '$text$&b+------------------------------------'
  313. - '$text$&ePlease wait for the results!'
  314. - '$delay$$delay$$delay$'
  315. - '$delay$$text$&0[$random_colorLottery&0] &65...'
  316. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  317. - '$delay$$text$&0[$random_colorLottery&0] &64...'
  318. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  319. - '$delay$$text$&0[$random_colorLottery&0] &63...'
  320. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  321. - '$delay$$text$&0[$random_colorLottery&0] &62...'
  322. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  323. - '$delay$$text$&0[$random_colorLottery&0] &61...'
  324. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  325. - '$delay$'
  326. - '%PlayerOptions%playSound: ENTITY_EXPERIENCE_ORB_PICKUP:1.0F:1'
  327. - '$Script$%PlayerData%lotteryprize=$GetRandomStringFromList%COBBLESTONE;DIAMOND;LEGACY_GOLD_INGOT;BREAD;APPLE%'
  328. - '$Script$%PlayerData%amount_lotteryprize=$randomnumber%3%'
  329. - '$delay$'
  330. - '$text$&b+------------------------------------'
  331. - '$text$&b| &6Congratulation! You won : &e $PlayerData%amount_lotteryprize% $PlayerData%lotteryprize%! '
  332. - '$text$&b+------------------------------------'
  333. - '%PlayerOptions%addItem: $PlayerData%lotteryprize%:$PlayerData%amount_lotteryprize%'
  334. delaytimer: 1
  335. dailybonus:
  336. command: /mylogin
  337. type: RUN_COMMAND
  338. runcmd:
  339. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  340. - "$text$&0[&6Daily&eBonus&0] &aDu hast deine &6&lTägliche&e&lbelohnung &aabgeholt!"
  341. - "$broadcasttext$&0[&6Daily&eBonus&0] &e$player &ahat seine &6&lTägliche&e&lbelohnung &aabgeholt!"
  342. - "%PlayerOptions%addItem: DIRT:5"
  343. - "$Script$%PlayerData%DailyBonus=$todaydate"
  344. - "$text$&0[&6Daily&eBonus&0]&aKomm morgen wieder!"
  345. - "$Script$%else%"
  346. - "$text$&0[&6Daily&eBonus&0]&aDu hast deine tägliche Belohnung bereits erhalten!"
  347. permission-required: false
  348. broadcast_message_with_perm:
  349. command: /brmsgwithperm
  350. type: BROADCAST_TEXT
  351. text:
  352. - "Only the player with the correct permission can see this message"
  353. broadcast_message_permission_node: permission.for.see.this.message
  354. dynamiciconmenu:
  355. command: /dynamiciconmenu
  356. type: ICON_MENU
  357. iconmenu_size: 36
  358. iconmenu_mode: DYNAMIC
  359. permission-required: false
  360. iconmenu_commands:
  361. - "0:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  362. - "1:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  363. - "2:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  364. - "3:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  365. - "4:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  366. - "5:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  367. - "6:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  368. - "7:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  369. - "8:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  370. - "9:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  371. - "11:CLOCK:0:%stayopen%:&aServer time - $random_color$time:&bToday Date - &6 $todaydate"
  372. - "13:BEACON:0:/mycmd:&6MyCommand:&eLaunch MyCommand"
  373. - "15:ENDER_PEARL<next>ENDER_EYE<next>AIR:0:%stayopen%:???<next>!!!<next>AIR: "
  374. - "17:YELLOW_WOOL<next>LIME_WOOL:4:/command_example: : "
  375. - "18:LIME_WOOL<next>YELLOW_WOOL:5:/command_example: : "
  376. - "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"
  377. - "22:1,IRON_CHESTPLATE<next>GOLDEN_CHESTPLATE;PROTECTION_ENVIRONMENTAL;1<next>DIAMOND_CHESTPLATE;PROTECTION_EXPLOSIONS;3:0:/command_example::Description;Line 2..."
  378. - "25:BARRIER:0:%close%:Close this menu:&cClick here;&cto close"
  379. - "26:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  380. - "27:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  381. - "28:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  382. - "29:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  383. - "30:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  384. - "31:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  385. - "32:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  386. - "33:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  387. - "34:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  388. - "35:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  389. delaytimer: 2
  390. holographic_example:
  391. command: /holoexample
  392. type: HOLOGRAPHIC_TEXT
  393. text:
  394. - "&eHello $player, how are you?"
  395. - "$random_coloryeah, i'm fineeeee thanks!"
  396. - "&dCurrent time &5$time"
  397. delaytimer: 3
  398. merchant_example:
  399. command: /mymerchant
  400. type: MERCHANT
  401. merchant_title: '&3Hello &b$player'
  402. merchant_items:
  403. - STONE_SWORD:1:0:DAMAGE_ALL;1;FIRE_ASPECT;1:&3Old Sword:&bA very old sword<cost>GOLD_INGOT:20<max_uses>2
  404. - STONE_SWORD:1<cost>EMERALD:5<max_uses>4
  405. - IRON_BLOCK:1<cost>EMERALD:1<cost>GOLD_INGOT:1
  406. - GOLD_BLOCK:1<cost>IRON_INGOT:10
  407. - EMERALD_BLOCK:1<cost>GOLD_INGOT:50
  408. - DIAMOND_BLOCK:1<cost>GOLD_INGOT:50<cost>EMERALD:50
  409. - LEVER:1
  410. - COBBLESTONE:1
  411. RGSETUP:
  412. command: /rgsetup
  413. type: RUN_COMMAND
  414. runcmd:
  415. - '/rg flag $arg1 build -g owners allow'
  416. - '/rg flag $arg1 build -g nonowners deny'
  417. - '/rg flag $arg1 use -g nonowners deny'
  418. - '/rg flag $arg1 use -g owners allow'
  419. - '/rg flag $arg1 chest-access -g nonowners deny'
  420. - '/rg flag $arg1 chest-access -g owners allow'
  421. required_args: 1
  422. permission-required: true
  423. givefarm:
  424. command: /givefarm
  425. type: RUN_COMMAND
  426. runcmd:
  427. - '/rg addowner $arg1 $arg2'
  428. required_args: 2
  429. permission-required: true/config
  430. remfarm:
  431. command: /remfarm
  432. type: RUN_COMMAND
  433. runcmd:
  434. - '/rg removeowner $arg1 $arg2'
  435. required_args: 2
  436. permission-required: true
  437. REGELN:
  438. command: /regeln
  439. type: TEXT
  440. text:
  441. - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lRegeln&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
  442. - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&c&lAllgemein&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
  443. - '&a1. &cHacking ist in jeglicher Art verboten! (Speed, Fly usw.)'
  444. - '&a2. &cBugusing ist verboten! (Auch das Hochbuggen am Rand der Map!)'
  445. - '&a3. &cBeleidigende oder anstößige Minecraft-Skins sind verboten!'
  446. - '&a4. &cDas griefen ist ebenfalls verboten!'
  447. - '&a5. &cScammen ist erlaubt!'
  448. - '&a6. &cBots sind verboten!'
  449. - '&a7. &cDas vortäuschen von Clientmodifikationen ist ebenfalls verboten!'
  450. - '&a8. &cBannumgehung ist verboten!'
  451. - '&a9. &cDas unnötige Belästigen von Teammitgliedern ist strengstens verboten!'
  452. - '&a10. &cDen Anweisungen des Serverteams ist Folge zu leisten!'
  453. - '&a11. &cDas benutzen von mehreren Accounts um Erde usw zu bekommen ist verboten!'
  454. - '&8&l⚌⚌⚌⚌⚌⚌⚌⚌&b&lChat&8&l⚌⚌⚌⚌⚌⚌⚌⚌'
  455. - '&a1. &bSpamming ist verboten!'
  456. - '&a2. &bDas fragen nach Rechten ist verboten!'
  457. - '&a3. &bIn Caps schreiben ist verboten!'
  458. permission-required: false
  459. #----------------------#
  460. # Punish #
  461. #----------------------#
  462. punish_menu:
  463. command: /punish
  464. type: ICON_MENU
  465. iconmenu_title: '&cPunish $arg1'
  466. iconmenu_size: 56
  467. iconmenu_commands:
  468. - '4:PUMPKIN:0:%stayopen%:&c$arg1'
  469. - '13:STONE_AXE:0:%stayopen%/myban $arg1:&cBan:$arg1'
  470. - '22:IRON_AXE:0:%stayopen%/mykick $arg1:&cKick:$arg1'
  471. - '1:REDSTONE_BLOCK:0:%stayopen%/mymute5min $arg1:&3Mute &c5min:$arg1'
  472. - '10:REDSTONE_BLOCK:0:%stayopen%/mymute30min $arg1:&3Mute &c30min:$arg1'
  473. - '19:REDSTONE_BLOCK:0:%stayopen%/mymute1h $arg1:&3Mute &c1h:$arg1'
  474. - '28:REDSTONE_BLOCK:0:%stayopen%/mymute2h $arg1:&3Mute &c2h:$arg1'
  475. - '37:REDSTONE_BLOCK:0:%stayopen%/mymute6h $arg1:&3Mute &c6h:$arg1'
  476. - '11:REDSTONE_BLOCK:0:%stayopen%/mymute12h $arg1:&3Mute &c12h:$arg1'
  477. - '20:REDSTONE_BLOCK:0:%stayopen%/mymute24h $arg1:&3Mute &c1 Tag:$arg1'
  478. - '29:REDSTONE_BLOCK:0:%stayopen%/mymute8 $arg1:&3Mute Lifetime:$arg1'
  479. register: true
  480. required_args: 1
  481. cost: 0
  482. delaytimer: 5
  483. permission-node: punish.menu
  484. permission-required: true
  485. mykick:
  486. command: /mykick
  487. type: RUN_CONSOLE
  488. runcmd:
  489. - '/ekick $arg1'
  490. - '$text$&c$arg1 &ewurde gekickt!'
  491. required_args: 1
  492. permission-node: punish.kick
  493. permission-required: true
  494. mute5min:
  495. command: /mymute5min
  496. type: RUN_CONSOLE
  497. runcmd:
  498. - '/emute $arg1 5min'
  499. - '$text$&c$arg1 &ewurde gemuted!'
  500. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für 5 Minuten stummgeschaltet!","color":"green"}]'
  501. required_args: 1
  502. permission-node: punish.mute5
  503. permission-required: true
  504. mute30min:
  505. command: /mymute30min
  506. type: RUN_CONSOLE
  507. runcmd:
  508. - '/emute $arg1 30min'
  509. - '$text$&c$arg1 &ewurde gemuted!'
  510. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für 30 Minuten stummgeschaltet!","color":"green"}]'
  511. required_args: 1
  512. permission-node: punish.mute30
  513. permission-required: true
  514. mute1h:
  515. command: /mymute1h
  516. type: RUN_CONSOLE
  517. runcmd:
  518. - '/emute $arg1 1h'
  519. - '$text$&c$arg1 &ewurde gemuted!'
  520. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für eine Stunde stummgeschaltet!","color":"green"}]'
  521. required_args: 1
  522. permission-node: punish.mute1
  523. permission-required: true
  524. mute2h:
  525. command: /mymute2h
  526. type: RUN_CONSOLE
  527. runcmd:
  528. - '/emute $arg1 2h'
  529. - '$text$&c$arg1 &ewurde gemuted!'
  530. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für zwei Stunden stummgeschaltet!","color":"green"}]'
  531. required_args: 1
  532. permission-node: punish.mute2
  533. permission-required: true
  534. mute6h:
  535. command: /mymute6h
  536. type: RUN_CONSOLE
  537. runcmd:
  538. - '/emute $arg1 6h'
  539. - '$text$&c$arg1 &ewurde gemuted!'
  540. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für 6 Stunden stummgeschaltet!","color":"green"}]'
  541. required_args: 1
  542. permission-node: punish.mute6
  543. permission-required: true
  544. mute12h:
  545. command: /mymute12h
  546. type: RUN_CONSOLE
  547. runcmd:
  548. - '/emute $arg1 12h'
  549. - '$text$&c$arg1 &ewurde gemuted!'
  550. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für 12 Stunden stummgeschaltet!","color":"green"}]'
  551. required_args: 1
  552. permission-node: punish.mute12
  553. permission-required: true
  554. mute24h:
  555. command: /mymute24h
  556. type: RUN_CONSOLE
  557. runcmd:
  558. - '/emute $arg1 24h'
  559. - '$text$&c$arg1 &ewurde gemuted!'
  560. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde für einen Tag stummgeschaltet!","color":"green"}]'
  561. required_args: 1
  562. permission-node: punish.mute24
  563. permission-required: true
  564. mute8:
  565. command: /mymute8
  566. type: RUN_CONSOLE
  567. runcmd:
  568. - '/emute $arg1'
  569. - '$text$&c$arg1 &ewurde gemuted!'
  570. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde stummgeschaltet!","color":"green"}]'
  571. required_args: 1
  572. permission-node: punish.mute8
  573. permission-required: true
  574. myban:
  575. command: /myban
  576. type: RUN_CONSOLE
  577. runcmd:
  578. - '/eban $arg1'
  579. - '$text$&c$arg1 &ewurde gebannt!'
  580. - '/tellraw @a[score_TEAM_min=1] ["",{"text":"[","bold":true,"color":"dark_gray"},{"text":"Team","bold":true,"color":"red"},{"text":"]","bold":true,"color":"dark_gray"},{"text":" My","bold":true,"color":"green"},{"text":"Farm","bold":true,"color":"dark_green"},{"text":" »","color":"dark_gray"},{"text":" Der Spieler ","color":"green"},{"text":"$arg1","italic":true,"color":"red"},{"text":" wurde gebannt!","color":"green"}]'
  581. required_args: 1
  582. permission-node: punish.ban
  583. permission-required: true
  584. #----------------------#
  585. # Rank #
  586. #----------------------#
  587.  
  588.  
  589. rankmanager:
  590. command: /rang
  591. type: ICON_MENU
  592. iconmenu_title: '&6Rankmanager'
  593. iconmenu_size: 57
  594. iconmenu_commands:
  595. - '4:SKULL_ITEM%$multiargs:0:%stayopen%:&a$multiargs'
  596. - '18:STONE:0:/groupplayer $arg1:&7Spieler'
  597. - '19:GOLD_INGOT:0:/grouppremium $arg1:&6Premium'
  598. - '20:RED_FLOWER:0:/groupfreund $arg1:&dFreund'
  599. - '21:STONE_SWORD:0:%openiconmenu%/RangSafeJrSup:&eJrSupporter'
  600. - '22:STONE_SWORD:0:%openiconmenu%/RangSafeSup:&eSupporter'
  601. - '23:STONE_SWORD:0:%openiconmenu%/RangSafeSrSup:&eSrSupporter'
  602. - '24:IRON_SWORD:0:%openiconmenu%/RangSafeMod:&2Moderator'
  603. - '25:IRON_SWORD:0:%openiconmenu%/RangSafeSrMod:&2SrModerator'
  604. - '26:WOODEN_AXE:0:%openiconmenu%/RangSafeBuilder:&3Builder'
  605. - '27:WOODEN_AXE:0:%openiconmenu%/RangSafeSrBuilder:&3SrBuilder'
  606. - '28:REDSTONE_BLOCK:%openiconmenu%/RangSafeDev:&bDeveloper'
  607. - '29:DIAMOND_SWORD:%openiconmenu%/RangSafeAdmin:&cAdmin'
  608. cost: 0
  609. required_args: 1
  610. permission-required: true
  611. permission-node: system.rankmanage
  612. groupPlayer:
  613. command: /groupplayer
  614. type: RUN_CONSOLE
  615. runcmd:
  616. - 'pex user $arg1 group set default'
  617. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun wieder ein &7Spieler&a.'
  618. permission-required: true
  619. required-args: 1
  620. permission-node: system.manage.player
  621. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  622. groupPremium:
  623. command: /grouppremium
  624. type: RUN_CONSOLE
  625. runcmd:
  626. - 'pex user $arg1 group set premi'
  627. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &6&lPremium&a!
  628. permission-required: true
  629. required-args: 1
  630. permission-node: system.manage.premi
  631. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  632. groupFreund:
  633. command: /groupfreund
  634. type: RUN_CONSOLE
  635. runcmd:
  636. - 'pex user $arg1 group set freund'
  637. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &d&lFreund&a!'
  638. permission-required: true
  639. required-args: 1
  640. permission-node: system.manage.freund
  641. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  642. groupJrSup:
  643. command: /groupjrsup
  644. type: RUN_CONSOLE
  645. runcmd:
  646. - 'pex user $arg1 group set jrsup'
  647. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &e&lJrSupporter&a!'
  648. permission-required: true
  649. required-args: 1
  650. permission-node: system.manage.jrsup
  651. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  652. groupSup:
  653. command: /groupsup
  654. type: RUN_CONSOLE
  655. runcmd:
  656. - 'pex user $arg1 group set sup'
  657. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &e&lSupporter&a!'
  658. permission-required: true
  659. required-args: 1
  660. permission-node: system.manage.sup
  661. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  662. groupSrSup:
  663. command: /groupsrsup
  664. type: RUN_CONSOLE
  665. runcmd:
  666. - 'pex user $arg1 group set srsup'
  667. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &e&lSrSupporter&a!'
  668. permission-required: true
  669. required-args: 1
  670. permission-node: system.manage.srsup
  671. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  672. groupMod:
  673. command: /groupmod
  674. type: RUN_CONSOLE
  675. runcmd:
  676. - 'pex user $arg1 group set mod'
  677. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &2&lModerator&a!'
  678. permission-required: true
  679. required-args: 1
  680. permission-node: system.manage.mod
  681. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  682. groupSrMod:
  683. command: /groupsrmod
  684. type: RUN_CONSOLE
  685. runcmd:
  686. - 'pex user $arg1 group set srmod'
  687. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &2&lSrModerator&a!'
  688. permission-required: true
  689. required-args: 1
  690. permission-node: system.manage.srmod
  691. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  692. groupBuilder:
  693. command: /groupbuilder
  694. type: RUN_CONSOLE
  695. runcmd:
  696. - 'pex user $arg1 group set builder'
  697. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &e&lBuilder&a!'
  698. permission-required: true
  699. required-args: 1
  700. permission-node: system.manage.builder
  701. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  702. groupSrBuilder:
  703. command: /groupsrbuilder
  704. type: RUN_CONSOLE
  705. runcmd:
  706. - 'pex user $arg1 group set srbuilder'
  707. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &e&lSrBuilder&a!'
  708. permission-required: true
  709. required-args: 1
  710. permission-node: system.manage.srbuilder
  711. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  712. groupDev:
  713. command: /groupdev
  714. type: RUN_CONSOLE
  715. runcmd:
  716. - 'pex user $arg1 group set dev'
  717. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &b&lDev&a!'
  718. permission-required: true
  719. required-args: 1
  720. permission-node: system.manage.dev
  721. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  722. groupAdmin:
  723. command: /groupadmin
  724. type: RUN_CONSOLE
  725. runcmd:
  726. - 'pex user $arg1 group set admin'
  727. - '$broadcasttext$ &8&l[&c&lSYSTEM&8&l] &a $arg1 ist nun &c&lAdmin&a!'
  728. permission-required: true
  729. required-args: 1
  730. permission-node: system.manage.admin
  731. permission-error: "&6Rangmanager &8× &cDu hast nicht genügend Rechte!"
  732. RangSafeJrSup:
  733. command: /RangSafeJrSup
  734. type: ICON_MENU
  735. iconmenu_title: '&eJr Supporter'
  736. iconmenu_size: 9
  737. iconmenu_commands:
  738. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  739. - '7:WOOL:5:/GroupJrSup:&aRang Gebenen'
  740. cost: 0
  741. permission-required: true
  742. permission-node: system.manage.jrsup
  743. delaytimer: 5
  744. RangSafeSup:
  745. command: /RangSafeSup
  746. type: ICON_MENU
  747. iconmenu_title: '&eSupporter'
  748. iconmenu_size: 9
  749. iconmenu_commands:
  750. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  751. - '7:WOOL:5:/GroupSup:&aRang Gebenen'
  752. cost: 0
  753. permission-required: true
  754. permission-node: system.manage.sup
  755. delaytimer: 5
  756. RangSafeSrSup:
  757. command: /RangSafeSrSup
  758. type: ICON_MENU
  759. iconmenu_title: '&eSr Supporter'
  760. iconmenu_size: 9
  761. iconmenu_commands:
  762. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  763. - '7:WOOL:5:/GroupSrSup:&aRang Gebenen'
  764. cost: 0
  765. permission-required: true
  766. permission-node: system.manage.srsup
  767. delaytimer: 5
  768. RangSafeMod:
  769. command: /RangSafeMod
  770. type: ICON_MENU
  771. iconmenu_title: '&2Moderator'
  772. iconmenu_size: 9
  773. iconmenu_commands:
  774. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  775. - '7:WOOL:5:/GroupMod:&aRang Gebenen'
  776. cost: 0
  777. permission-required: true
  778. permission-node: system.manage.mod
  779. delaytimer: 5
  780. RangSafeSrMod:
  781. command: /RangSafeSrMod
  782. type: ICON_MENU
  783. iconmenu_title: '&2Sr Moderator'
  784. iconmenu_size: 9
  785. iconmenu_commands:
  786. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  787. - '7:WOOL:5:/GroupSrMod:&aRang Gebenen'
  788. cost: 0
  789. permission-required: true
  790. permission-node: system.manage.srmod
  791. delaytimer: 5
  792. RangSafeJrBuild:
  793. command: /RangSafeJrBuild
  794. type: ICON_MENU
  795. iconmenu_title: '&3Jr Builder'
  796. iconmenu_size: 9
  797. iconmenu_commands:
  798. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  799. - '7:WOOL:5:/GroupJrBuild:&aRang Gebenen'
  800. cost: 0
  801. permission-required: true
  802. permission-node: system.manage.jrbuild
  803. delaytimer: 5
  804. RangSafeBuild:
  805. command: /RangSafeBuild
  806. type: ICON_MENU
  807. iconmenu_title: '&3Builder'
  808. iconmenu_size: 9
  809. iconmenu_commands:
  810. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  811. - '7:WOOL:5:/GroupBuild:&aRang Gebenen'
  812. cost: 0
  813. permission-required: true
  814. permission-node: system.manage.build
  815. delaytimer: 5
  816. RangSafeSrBuild:
  817. command: /RangSafeSrBuild
  818. type: ICON_MENU
  819. iconmenu_title: '&3SrBuilder'
  820. iconmenu_size: 9
  821. iconmenu_commands:
  822. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  823. - '7:WOOL:5:/GroupSrBuild:&aRang Gebenen'
  824. cost: 0
  825. permission-required: true
  826. permission-node: system.manage.srbuild
  827. delaytimer: 5
  828. RangSafeAdmin:
  829. command: /RangSafeAdmin
  830. type: ICON_MENU
  831. iconmenu_title: '&cAdmin'
  832. iconmenu_size: 9
  833. iconmenu_commands:
  834. - '2:WOOL:1:/Rang $multiargs:&cAbbrechen'
  835. - '7:WOOL:5:/GroupAdmin:&aRang Gebenen'
  836. cost: 0
  837. permission-required: true
  838. permission-node: system.manage.admin
  839. delaytimer: 5
  840.  
  841. freeze:
  842. command: /freeze
  843. type: RUN_CONSOLE
  844. runcmd:
  845. - '$text$&3$arg1 wurde eingefroren!'
  846. - '/effect $arg1 minecraft:jump_boost 1000000 200'
  847. - '/effect $arg1 minecraft:blindness 1000000 20'
  848. - '/effect $arg1 minecraft:slowness 1000000 100'
  849. required_args: 1
  850. permission-required: true
  851. permission-node: punish.freeze
  852. unfreeze:
  853. command: /unfreeze
  854. type: RUN_CONSOLE
  855. runcmd:
  856. - '$text$&b$arg1 wurde aufgefroren!'
  857. - '/effect $arg1 clear'
  858. required_args: 1
  859. permission-required: true
  860. permission-node: punish.unfreeze
  861. Discord:
  862. command: /Discord
  863. type: RUN_CONSOLE
  864. runcmd:
  865. - '/tellraw $player ["",{"text":"[","color":"yellow","bold":true},{"text":"Discord","color":"dark_aqua","clickEvent":{"action":"open_url","value":"https://discord.gg/Be3GhMF"},"hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Hier Klicken","color":"green"}]}},"bold":false},{"text":"]","color":"yellow","bold":true}]'
  866. permission-required: false
  867. Discord2:
  868. command: /phildiscord
  869. type: RUN_CONSOLE
  870. runcmd:
  871. - '/tellraw @a ["",{"text":"My","bold":true,"color":"green","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":"Farm","bold":true,"color":"dark_green","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":" ","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":"»","color":"dark_gray","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":" ","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":"Hier findet ihr den ","color":"green","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":"Discord Server","color":"dark_aqua","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":" von ykPhil!","color":"green","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}},{"text":" [Klick]","color":"red","clickEvent":{"action":"open_url","value":"https:/discord.gg/kuE8ytm"},"hoverEvent":{"action":"show_text","value":"Hier klicken!"}}]'
  872. permission-required: false
Advertisement
Add Comment
Please, Sign In to add comment