Advertisement
JediLuke_HD

Untitled

Sep 14th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.61 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. broadcast:
  30. command: /cc
  31. type: BROADCAST_TEXT
  32. text:
  33. - '&0'
  34. - '&0'
  35. - '&0'
  36. - '&0'
  37. - '&0'
  38. - '&0'
  39. - '&0'
  40. - '&0'
  41. - '&0'
  42. - '&0'
  43. - '&0'
  44. - '&0'
  45. - '&0'
  46. - '&0'
  47. - '&0'
  48. - '&0'
  49. - '&0'
  50. - '&0'
  51. - '&0'
  52. - '&0'
  53. - '&0'
  54. - '&0'
  55. - '&0'
  56. - '&0'
  57. - '&0'
  58. - '&0'
  59. - '&0'
  60. - '&0'
  61. - '&0'
  62. - '&0'
  63. - '&0'
  64. - '&0'
  65. - '&0'
  66. - '&0'
  67. - '&0'
  68. - '&0'
  69. - '&0'
  70. - '&0'
  71. - '&0'
  72. - '&0'
  73. - '&0'
  74. - '&0'
  75. - '&0'
  76. - '&0'
  77. - '&0'
  78. - '&0'
  79. - '&0'
  80. - '&0'
  81. - '&0'
  82. - '&0'
  83. - '&0'
  84. - '&0'
  85. - '&0'
  86. - '&0'
  87. - '&0'
  88. - '&0'
  89. - '&0'
  90. - '&0'
  91. - '&0'
  92. - '&0'
  93. - '&0'
  94. - '&0'
  95. - '&0'
  96. - '&0'
  97. - '&0'
  98. - '&0'
  99. - '&0'
  100. - '&0'
  101. - '&0'
  102. - '&0'
  103. - '&0'
  104. - '&0'
  105. - '&0'
  106. - '&0'
  107. - '&0'
  108. - '&0'
  109. - '&0'
  110. - '&0'
  111. - '&0'
  112. - '&0'
  113. - '&0'
  114. - '&0'
  115. - '&0'
  116. - '&0'
  117. - '&0'
  118. - '&0'
  119. - '&0'
  120. - '&0'
  121. - '&0'
  122. - '&0'
  123. - '&0'
  124. - '&0'
  125. - '&0'
  126. - '&0'
  127. - '&0'
  128. - '&0'
  129. - '&0'
  130. - '&0'
  131. - '&0'
  132. - '&0'
  133. - '&0'
  134. - '&0'
  135. - '&0'
  136. - '&0'
  137. - '&0'
  138. - '&0'
  139. - '&0'
  140. - '&aDer Chat wurde erfolgreich &cGecleart&7!'
  141. permission-required: true
  142. permission-node: cc.cmd
  143. permission-error: "&a$player! , &2Der command ist für dich verboten"
  144. gamemode_alias:
  145. command: /gm
  146. type: ALIAS
  147. alias: /gamemode
  148. permission-required: true
  149. simple_dice:
  150. command: /mycmd-dice
  151. type: TEXT
  152. text:
  153. - '&0[&6Dice&0] &eYou got &6$rnd6 !'
  154. permission-required: true
  155. permission-node: mycommand.cmd.dice
  156. permission-error: "&a$player! , &2You can't use this command!"
  157. tab_completer:
  158. command: /greets
  159. type: RUN_COMMAND
  160. runcmd:
  161. - '$broadcasttext$&0[&e$player&0]&r $multiargs'
  162. required_args: 1
  163. register: true
  164. tab_completer:
  165. - Hi
  166. - Hello!
  167. - Well Met!
  168. shortcut:
  169. command: /l
  170. type: RUN_COMMAND
  171. runcmd:
  172. - '/list'
  173. cost: 0
  174. mycmd_colors:
  175. command: /mycmd-colors
  176. type: TEXT
  177. text:
  178. - "&11 &22 &33 &44 &55 &66 &77 &88 &99 &00 &aa &bb &cc &dd &ee &ff"
  179. - "&nn&r &mm&r &ll&r &oo&r $random_color :D"
  180. permission-required: false
  181. shortcut_with_arguments:
  182. command: /t
  183. type: RUN_COMMAND
  184. runcmd:
  185. - '/time $arg1 $arg2'
  186. cost: 0
  187. error-message: '&cType &e/t set day'
  188. require_all_arguments: true
  189. delay_example:
  190. command: /mycmd-countdown
  191. type: RUN_COMMAND
  192. runcmd:
  193. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color3..'
  194. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color2..'
  195. - '$delay$$broadcasttext$&0[&eCountdown&0] $random_color1..'
  196. - '$delay$$broadcasttext$&0[&eCountdown&0] &eGO!!'
  197. cost: 0
  198. delaytimer: 1
  199. delaytimer_format: SECONDS
  200. broadcast_example:
  201. command: /mycmd-broadcast
  202. type: BROADCAST_TEXT
  203. text:
  204. - '&0[&e$player&0]&r $multiargs'
  205. required_args: 1
  206. run_by_console:
  207. command: /mycmd-runconsole
  208. type: RUN_CONSOLE
  209. runcmd:
  210. - /say This message is getting performed by the console.
  211. cost: 0
  212. warmups_cooldowns_info:
  213. command: /warmupsandcooldowns
  214. type: TEXT
  215. text:
  216. - 'Put your command over /warmupsandcooldowns'
  217. - 'And change type : from text to WARMUP for Warmups and COOLDOWN for Cooldowns'
  218. - 'adjust the warmup and cooldowns time with delaytimer'
  219. delaytimer: 5
  220. add_permission:
  221. command: /command-to-override
  222. type: ADD_PERMISSION
  223. text:
  224. - '$6Add an extra permission to another existing command'
  225. permission-node: permission.name
  226. cost: 0
  227. some_placeholders:
  228. command: /mycmd-playerinfo
  229. type: TEXT
  230. text:
  231. - '&2Player name : &a$player'
  232. - '&2World : &a$world'
  233. - '&2Health : &a$health &2Food : &a$food'
  234. - '&2Exp : &a$exp &2Level : &a$level'
  235. - '&2Gamemode : &a$gamemode'
  236. - '&2LastDamage : &a$lastdamage'
  237. mycmd_list_command:
  238. command: /mycmd-online
  239. type: TEXT
  240. text:
  241. - '&2There are &a$online &2players online.'
  242. - '&a $ponline'
  243. clear_chat:
  244. command: /clearchat
  245. type: BROADCAST_TEXT
  246. text:
  247. - '%Repeat%100% '
  248. - '&0[&eMyCommand&0]&b Chat clared :D'
  249. shortcut_with_multiargs:
  250. command: /mycmd-shortcut
  251. type: RUN_COMMAND
  252. runcmd:
  253. - '/say $multiargs'
  254. random_example:
  255. command: /rockpaperscissors
  256. type: RUN_COMMAND_RANDOM
  257. runcmd:
  258. - '/me Rock!'
  259. - '/me Paper!'
  260. - '/me Scissors!'
  261. iconmenu_page1:
  262. command: /iconmenu
  263. type: ICON_MENU
  264. text:
  265. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  266. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  267. iconmenu_title: '&cMyCommand &4ItemMenu'
  268. iconmenu_size: 27
  269. iconmenu_commands:
  270. - 0:GOLDEN_APPLE:0:/help:&2Help:&aOpen the help menu
  271. - 1:COMPASS;DAMAGE_ALL;1:0:/mycmd:Menu:MyCommand menu
  272. - 9:EMERALD:0:/list:Player List:&bShow online players
  273. - 10:LEGACY_WATCH:0:/time set 0:Day:Turn day
  274. - 11:PLAYER_HEAD%$player:0:/command:Title:Description
  275. - 26:LEGACY_WOOL:11:%openiconmenu%/iconmenu2:Next Page:&cChange IconMenu Page;&a--------->
  276. cost: 0
  277. delaytimer: 5
  278. iconmenu_page2:
  279. command: /iconmenu2
  280. type: ICON_MENU
  281. iconmenu_title: 'Page 2'
  282. iconmenu_size: 9
  283. iconmenu_commands:
  284. - '0:LEGACY_GOLDEN_APPLE:0:Do something:Hello!:=)'
  285. - '8:LEGACY_WOOL:13:%openiconmenu%/iconmenu:Return Back:&cChange IconMenu Page;&a<---------'
  286. cost: 0
  287. delaytimer: 5
  288. help_page_0:
  289. command: /mycmd-help
  290. type: TEXT
  291. text:
  292. - '&a ---- &6MyCommand Help &eMain Page &a----'
  293. - '&e This is the Main page of the help '
  294. - '&e Type &6/mycmd-help 2 &efor see the second page'
  295. help_page_1:
  296. command: /mycmd-help 2
  297. type: TEXT
  298. text:
  299. - '&a ---- &6MyCommand Help &ePage two &a----'
  300. - '&e And this is the page two of the help'
  301. itemcost_example:
  302. command: /itemcostexample
  303. type: TEXT
  304. text:
  305. - '$random_colorYou have spent 5 Cobblestone for see this message.'
  306. itemcost: 'COBBLESTONE:5'
  307. scoreboard_example:
  308. command: /sbexample
  309. type: SCOREBOARD
  310. text:
  311. - The Scoreboard will get removed after DelayTimer(sec). If 0 don't remove
  312. - Use $marquee$ as a prefix of the scoreboard name for scroll the text.
  313. - Use scoreboard_refresh_ticks, for determinate how frequent the plugin have to update the scoreboard.
  314. scoreboard_name: "$marquee$&1M&2y&3C&4o&5m&6m&7a&8n&9d &aS&bc&co&dr&ee&fb&0o&1a&2r&3d &nExample&r "
  315. scoreboard_text:
  316. - "4;&c&lCoordinates:"
  317. - "3;&6X:&e $locX &6Y:&e $locY &6Z:&e $locZ "
  318. - "2;&c&lPlayer Info:"
  319. - "1;&6Health: &e$health"
  320. - "0;&6Food: &e$food"
  321. scoreboard_refresh_ticks: 5
  322. delaytimer: 10
  323. bungeecord_example:
  324. command: /bungeetest
  325. type: BUNGEE_TP
  326. server_name: hub
  327. allowed_worlds_example:
  328. command: /onlynether
  329. type: TEXT
  330. text:
  331. - "&cYea,The Nether!"
  332. allowed_worlds:
  333. - world_nether
  334. per_world_commands:
  335. command: /perworldcommand
  336. type: RUN_COMMAND
  337. runcmd:
  338. - "$world=%world%/me This command will be performed only if you are in the world"
  339. - "$world=%world_nether%/me And this only if you are in the nether"
  340. permission-required: false
  341. executefor_example:
  342. command: /executeforall
  343. type: RUN_CONSOLE
  344. executefor: ONLINE_PLAYERS
  345. runcmd:
  346. - "/tp $player 0 64 0"
  347. permission-required: false
  348. ouch:
  349. command: /ouch
  350. type: RUN_COMMAND
  351. runcmd:
  352. - '%PlayerOptions%damage: 1'
  353. - '$text$&c<3'
  354. permission-required: false
  355. heal_me:
  356. command: /mycmd-heal
  357. type: RUN_COMMAND
  358. runcmd:
  359. - '%PlayerOptions%setHealth: 20'
  360. - '%PlayerOptions%setFoodLevel: 20'
  361. - '%PlayerOptions%sendMessage: &aHealed!'
  362. permission-required: false
  363. world_guard_example:
  364. command: /checkregion
  365. type: TEXT
  366. text:
  367. - 'You are in $wgregionname region!'
  368. allowed_wg_region:
  369. - 'region_name_here'
  370. custom_cmd_cooldown:
  371. command: /cooldown-example
  372. type: TEXT
  373. text:
  374. - '&aBla bla bla, type the command again for see the cooldown effect.'
  375. cooldown: 5
  376. custom_cmd_warmup:
  377. command: /warmup-example
  378. type: TEXT
  379. text:
  380. - '&aYou have waited 5 second for see this command performed'
  381. warmup: 5
  382. call_url:
  383. command: /call-url
  384. type: CALL_URL
  385. url: 'http://localhost/yourscript.php?variable=$arg1&player=$player'
  386. get_output : true
  387. show_output_ingame : true
  388. save_output_as : httpResponse
  389. script_example_420:
  390. command: /example420
  391. type: RUN_COMMAND
  392. runcmd:
  393. - $Script$%if%$arg1==password
  394. - $text$&eRight!
  395. - $Script$%if%$arg1==420
  396. - $text$&aBLAZE IT
  397. - $Script$%else%
  398. - $text$Password not correct
  399. bar_text:
  400. command: /bar_example
  401. type: BAR_API_TEXT
  402. text:
  403. - '&aHello $random_color$player'
  404. bar_seconds: 5
  405. bar_percentage: 8
  406. bar_style: SEGMENTED_20
  407. bar_flag: DARKEN_SKY
  408. bar_color: PINK
  409. rawmessage_example:
  410. command: /raw-example
  411. type: RAW_TEXT
  412. text:
  413. - '&aHello &b$player! &aHover your mouse over me!; &dMAGIC'
  414. - '&0[&d*&0]&e Click me; &eClick Here for suggest the command &d/mycmd;/mycmd'
  415. - '$RUN_COMMAND$&0[&e*&0]&c Set the time to day; &eClick for Execute;/time set day'
  416. - '$OPEN_URL$&0[&e*&0]$random_color Open Google.com; &eClick for open;http://www.google.com'
  417. lottery_example:
  418. command: /lottery_example
  419. type: RUN_COMMAND
  420. runcmd:
  421. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  422. - '$text$&6Welcome to &eMyCommand &6Lottery!'
  423. - '$delay$'
  424. - '$text$&b+------------------------------------'
  425. - '$text$&b| &2Prize of today :'
  426. - '$text$&b| &aCOBBLESTONE, BREAD, APPLE, GOLD_INGOT or DIAMOND! '
  427. - '$text$&b+------------------------------------'
  428. - '$text$&ePlease wait for the results!'
  429. - '$delay$$delay$$delay$'
  430. - '$delay$$text$&0[$random_colorLottery&0] &65...'
  431. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  432. - '$delay$$text$&0[$random_colorLottery&0] &64...'
  433. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  434. - '$delay$$text$&0[$random_colorLottery&0] &63...'
  435. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  436. - '$delay$$text$&0[$random_colorLottery&0] &62...'
  437. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  438. - '$delay$$text$&0[$random_colorLottery&0] &61...'
  439. - '%PlayerOptions%playSound: BLOCK_LEVER_CLICK:1.0F:1'
  440. - '$delay$'
  441. - '%PlayerOptions%playSound: ENTITY_EXPERIENCE_ORB_PICKUP:1.0F:1'
  442. - '$Script$%PlayerData%lotteryprize=$GetRandomStringFromList%COBBLESTONE;DIAMOND;LEGACY_GOLD_INGOT;BREAD;APPLE%'
  443. - '$Script$%PlayerData%amount_lotteryprize=$randomnumber%3%'
  444. - '$delay$'
  445. - '$text$&b+------------------------------------'
  446. - '$text$&b| &6Congratulation! You won : &e $PlayerData%amount_lotteryprize% $PlayerData%lotteryprize%! '
  447. - '$text$&b+------------------------------------'
  448. - '%PlayerOptions%addItem: $PlayerData%lotteryprize%:$PlayerData%amount_lotteryprize%'
  449. delaytimer: 1
  450. dailybonus:
  451. command: /dailybonus
  452. type: RUN_COMMAND
  453. runcmd:
  454. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  455. - "$text$&0[&6Daily&eBonus&0]&b Hello $player! Here, your daily reward!"
  456. - "$text$&0[&6Daily&eBonus&0]&b Received &a1 DIAMOND!"
  457. - "%PlayerOptions%addItem: DIAMOND:1"
  458. - "$Script$%PlayerData%DailyBonus=$todaydate"
  459. - "$text$&0[&6Daily&eBonus&0]&b Come back tomorrow!"
  460. - "$Script$%else%"
  461. - "$text$&0[&6Daily&eBonus&0]&b That's enough for today! Come back tomorrow!"
  462. permission-required: false
  463. broadcast_message_with_perm:
  464. command: /brmsgwithperm
  465. type: BROADCAST_TEXT
  466. text:
  467. - "Only the player with the correct permission can see this message"
  468. broadcast_message_permission_node: permission.for.see.this.message
  469. dynamiciconmenu:
  470. command: /dynamiciconmenu
  471. type: ICON_MENU
  472. iconmenu_size: 36
  473. iconmenu_mode: DYNAMIC
  474. permission-required: false
  475. iconmenu_commands:
  476. - "0:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  477. - "1:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  478. - "2:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  479. - "3:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  480. - "4:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  481. - "5:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  482. - "6:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  483. - "7:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  484. - "8:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  485. - "9:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  486. - "11:CLOCK:0:%stayopen%:&aServer time - $random_color$time:&bToday Date - &6 $todaydate"
  487. - "13:BEACON:0:/mycmd:&6MyCommand:&eLaunch MyCommand"
  488. - "15:ENDER_PEARL<next>ENDER_EYE<next>AIR:0:%stayopen%:???<next>!!!<next>AIR: "
  489. - "17:YELLOW_WOOL<next>LIME_WOOL:4:/command_example: : "
  490. - "18:LIME_WOOL<next>YELLOW_WOOL:5:/command_example: : "
  491. - "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"
  492. - "22:1,IRON_CHESTPLATE<next>GOLDEN_CHESTPLATE;PROTECTION_ENVIRONMENTAL;1<next>DIAMOND_CHESTPLATE;PROTECTION_EXPLOSIONS;3:0:/command_example::Description;Line 2..."
  493. - "25:BARRIER:0:%close%:Close this menu:&cClick here;&cto close"
  494. - "26:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  495. - "27:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  496. - "28:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  497. - "29:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  498. - "30:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  499. - "31:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  500. - "32:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  501. - "33:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  502. - "34:LIME_WOOL<next>YELLOW_WOOL:5:%stayopen%: : "
  503. - "35:YELLOW_WOOL<next>LIME_WOOL:4:%stayopen%: : "
  504. delaytimer: 2
  505. holographic_example:
  506. command: /holoexample
  507. type: HOLOGRAPHIC_TEXT
  508. text:
  509. - "&eHello $player, how are you?"
  510. - "$random_coloryeah, i'm fineeeee thanks!"
  511. - "&dCurrent time &5$time"
  512. delaytimer: 3
  513. merchant_example:
  514. command: /mymerchant
  515. type: MERCHANT
  516. merchant_title: '&3Hello &b$player'
  517. merchant_items:
  518. - STONE_SWORD:1:0:DAMAGE_ALL;1;FIRE_ASPECT;1:&3Old Sword:&bA very old sword<cost>GOLD_INGOT:20<max_uses>2
  519. - STONE_SWORD:1<cost>EMERALD:5<max_uses>4
  520. - IRON_BLOCK:1<cost>EMERALD:1<cost>GOLD_INGOT:1
  521. - GOLD_BLOCK:1<cost>IRON_INGOT:10
  522. - EMERALD_BLOCK:1<cost>GOLD_INGOT:50
  523. - DIAMOND_BLOCK:1<cost>GOLD_INGOT:50<cost>EMERALD:50
  524. - LEVER:1
  525. - COBBLESTONE:1
  526. eban:
  527. command: /rban
  528. type: ICON_MENU
  529. iconmenu_size: 27
  530. iconmenu_title: '&cBan menü'
  531. iconmenu_mode: ICON_MENU
  532. iconmenu_commands:
  533. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  534. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  535. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  536. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  537. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  538. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  539. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  540. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  541. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  542. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  543. - '10:STAINED_GLASS_PANE:15:%stayopen%: : '
  544. - '11:STAINED_GLASS_PANE:11:/mute $arg1:&eMute '
  545. - '12:STAINED_GLASS_PANE:15:%stayopen%: : '
  546. - '13:STAINED_GLASS_PANE:4:/eban $arg1:&cBan: '
  547. - '14:STAINED_GLASS_PANE:15:%stayopen%: : '
  548. - '15:STAINED_GLASS_PANE:7:/ekick $arg1:&eKick: '
  549. - '16:STAINED_GLASS_PANE:15:%stayopen%: : '
  550. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  551. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  552. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  553. - '20:STAINED_GLASS_PANE:15:%stayopen%: : '
  554. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  555. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  556. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  557. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  558. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  559. - '26:BARRIER:15:%close%:&cSchließen: '
  560. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  561. permission-required: true
  562. permission-node: ban.cmd
  563. permission-error: "&a$player! , &cDer command ist für dich verboten"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement