Advertisement
Lansagna

Untitled

Oct 14th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 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. sban:
  30. command: /sban
  31. type: RUN_COMMAND
  32. runcmd:
  33. - '/eban $arg1 $arg2'
  34. - /tellraw @a [{text:"Der Spieler " $player " verbannte " $arg1 " wegen "$arg2"}]
  35. - '/scoreboard players set $arg1 PERMABAN 1'
  36. permission-required: true
  37. permission-node: system.sban
  38. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  39. error-message: '&cSyntax: /sban [Spieler]'
  40. me:
  41. command: /me
  42. type: TEXT
  43. text:
  44. - '&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!'
  45. permission-required: false
  46. eme:
  47. command: /eme
  48. type: TEXT
  49. text:
  50. - '&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!'
  51. permission-required: false
  52. mcme:
  53. command: /minecraft:me
  54. type: TEXT
  55. text:
  56. - '&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!'
  57. permission-required: false
  58. cjoin:
  59. command: /cjoin
  60. type: RUN_COMMAND
  61. runcmd:
  62. - '$broadcasttext$&8[&a✔&8] &9$multiargs'
  63. permission-required: true
  64. permission-node: system.cjoin
  65. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  66. cleave:
  67. command: /cleave
  68. type: RUN_COMMAND
  69. runcmd:
  70. - '$broadcasttext$&8[&c✖&8] &9$multiargs'
  71. permission-required: true
  72. permission-node: system.cleave
  73. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  74. join:
  75. command: /fjoin
  76. type: RUN_COMMAND
  77. runcmd:
  78. - '$broadcasttext$&8[&a✔&8] &9$player'
  79. permission-required: true
  80. permission-node: system.fjoin
  81. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  82. leave:
  83. command: /fleave
  84. type: RUN_COMMAND
  85. runcmd:
  86. - '$broadcasttext$&8[&c✖&8] &9$player'
  87. permission-required: true
  88. permission-node: system.fleave
  89. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  90. System_Changelog:
  91. command: /cl
  92. type: RUN_COMMAND
  93. runcmd:
  94. - '$broadcasttext$&c&lCHANGELOG &a&l➜ &b&l$multiargs'
  95. permission-required: true
  96. permission-node: system.changelog
  97. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  98. cmds:
  99. command: /cmds
  100. type: TEXT
  101. text:
  102. - '&6&lC&c&lMS &a&l➜ &c&lUnsere Custom-Befehle:'
  103. - '&6&lC&c&lMS &a&l➜ &b/cmds /bewerben'
  104. - '&6&lC&c&lMS &a&l➜ &b/YT /Discord'
  105. - '&6&lC&c&lMS &a&l➜ &b/Regeln /SMS'
  106. - '&6&lC&c&lMS &a&l➜ &b/Tagesbelohnung /bc'
  107. - '&6&lC&c&lMS &a&l➜ &b/System /Pl'
  108. - '&6&lC&c&lMS &a&l➜ &b/cc /cl'
  109. - '&6&lC&c&lMS &a&l➜ &b/fleave /fjoin'
  110. - '&6&lC&c&lMS &a&l➜ &b/cleave /cjoin'
  111. - '&6&lC&c&lMS &a&l➜ &c&lMORE COMING SOON...'
  112. permission-required: false
  113. bewerben:
  114. command: /bewerben
  115. type: RUN_COMMAND
  116. runcmd:
  117. - "$text$&0&6&lC&c&lMS &a&l➜ &bHi $player! hier ist dein Buch zum bewerben!"
  118. - "%PlayerOptions%addItem: BOOK_AND_QUILL:1"
  119. permission-required: false
  120. YT:
  121. command: /YT
  122. type: TEXT
  123. text:
  124. - '&6&lC&c&lMS &a&l➜ &c&lYT-Rang Voraussetzungen:'
  125. - '&6&lC&c&lMS &a&l➜ &bMindestens 250 Abonnenten'
  126. - '&6&lC&c&lMS &a&l➜ &bAktiver (Minecraft) Content'
  127. - '&6&lC&c&lMS &a&l➜ &bRegelmäßige Videos von diesem MyServer auf deinem Kanal'
  128. - '&6&lC&c&lMS &a&l➜ &bEin Angemessenes Abonnenten-Klick Verhältnis'
  129. permission-required: false
  130. Discord:
  131. command: /Discord
  132. type: TEXT
  133. text:
  134. - '&6&lC&c&lMS &a&l➜ &c&lMyServer-Discord'
  135. - '&6&lC&c&lMS &a&l➜ &bhttps://discord.gg/w5ZG9DQ'
  136. permission-required: false
  137. Regeln:
  138. command: /Regeln
  139. type: TEXT
  140. text:
  141. - '&6&lC&c&lMS &a&l➜ &c&lMyServer-Regeln'
  142. - '&6&lC&c&lMS &a&l➜ &bKein Cheaten / Hacken'
  143. - '&6&lC&c&lMS &a&l➜ &bKein Spammen'
  144. - '&6&lC&c&lMS &a&l➜ &bKein Autoclicker'
  145. - '&6&lC&c&lMS &a&l➜ &bKein Beleidigen'
  146. - '&6&lC&c&lMS &a&l➜ &bKein AFK-Farmen'
  147. - '&6&lC&c&lMS &a&l➜ &bTeammitglieder haben Recht'
  148. - '&6&lC&c&lMS &a&l➜ &bDas Regelwerk kann sich ändern.'
  149. - '&6&lC&c&lMS &a&l➜ &bJeder User ist dazu verpflichtet sich über Regel-Änderungen zu Informieren'
  150. - '&6&lC&c&lMS &a&l➜ &bNUR DrachenfeuerHD ist der MyServer-Besitzer'
  151. - '&6&lC&c&lMS &a&l➜ &bDrohungen den MyServer Crashen zu lassen etc. werden dem MyPvP Team Gemeldet.'
  152. - '&6&lC&c&lMS &a&l➜ &bUnwissenheit schützt nicht vor STRAFE!'
  153. permission-required: false
  154. sms:
  155. command: /sms
  156. type: RUN_COMMAND
  157. runcmd:
  158. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 10'
  159. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 9'
  160. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 8'
  161. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 7'
  162. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 6'
  163. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 5'
  164. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 4'
  165. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 3'
  166. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 2'
  167. - '$delay$$broadcasttext$&6&lC&c&lMS &a&l➜ &bDer MyServer stoppt in 1'
  168. - '/stop'
  169. delaytimer: 1
  170. delaytimer_format: SECONDS
  171. permission-required: true
  172. permission-node: system.sms
  173. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  174. tagesbelohnung:
  175. command: /tagesbelohnung
  176. type: RUN_COMMAND
  177. runcmd:
  178. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  179. - "$text$&0&6&lC&c&lMS &a&l➜ &bHi $player! hier ist deine Tägliche-Cookiebelohnung!"
  180. - "%PlayerOptions%addItem: COOKIE:32"
  181. - "$Script$%PlayerData%DailyBonus=$todaydate"
  182. - "$Script$%else%"
  183. - "$text$&0&6&lC&c&lMS &a&l➜ &bHey $player! die nächste Tägliche-Cookiebelohung gibt es erst bald!"
  184. permission-required: false
  185. system_bc:
  186. command: /broadcast
  187. type: RUN_COMMAND
  188. runcmd:
  189. - '$broadcasttext$&6&lC&c&lMS &a&l➜ &b$multiargs'
  190. permission-required: true
  191. permission-node: system.broadcast
  192. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  193. system_ebc:
  194. command: /ebroadcast
  195. type: RUN_COMMAND
  196. runcmd:
  197. - '$broadcasttext$&6&lC&c&lMS &a&l➜ &b$multiargs'
  198. permission-required: true
  199. permission-node: system.broadcast
  200. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  201. System:
  202. command: /System
  203. type: TEXT
  204. text:
  205. - '&e[&cConsole &e-> &cmir&e] &c&lSystem von &a&lDrachenfeuerHD'
  206. permission-required: false
  207. plugins:
  208. command: /plugins
  209. type: TEXT
  210. text:
  211. - '&fModule (1): &6&lC&c&lMS'
  212. pl:
  213. command: /pl
  214. type: TEXT
  215. text:
  216. - '&fModule (1): &6&lC&c&lMS'
  217. system_ebroadcast:
  218. command: /ebc
  219. type: RUN_COMMAND
  220. runcmd:
  221. - '$broadcasttext$&6&lC&c&lMS &a&l➜ &b$multiargs'
  222. permission-required: true
  223. permission-node: system.broadcast
  224. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  225. system_broadcast:
  226. command: /bc
  227. type: RUN_COMMAND
  228. runcmd:
  229. - '$broadcasttext$&6&lC&c&lMS &a&l➜ &b$multiargs'
  230. permission-required: true
  231. permission-node: system.broadcast
  232. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  233. gamemode_alias:
  234. command: /gm
  235. type: ALIAS
  236. alias: /gamemode
  237. permission-required: true
  238. simple_dice:
  239. command: /mycmd-dice
  240. type: TEXT
  241. text:
  242. - '&0[&6Dice&0] &eYou got &6$rnd6 !'
  243. permission-required: true
  244. permission-node: mycommand.cmd.dice
  245. permission-error: "&a$player! , &2You can't use this command!"
  246. tab_completer:
  247. command: /greets
  248. type: RUN_COMMAND
  249. mycmd_colors:
  250. command: /mycmd-colors
  251. type: TEXT
  252. text:
  253. - "&11 &22 &33 &44 &55 &66 &77 &88 &99 &00 &aa &bb &cc &dd &ee &ff"
  254. - "&nn&r &mm&r &ll&r &oo&r $random_color :D"
  255. permission-required: false
  256. mycmd_list_command:
  257. command: /mycmd-online
  258. type: TEXT
  259. text:
  260. - '&2There are &a$online &2players online.'
  261. - '&a $ponline'
  262. clear_chat:
  263. command: /cc
  264. type: BROADCAST_TEXT
  265. text:
  266. - '%Repeat%100% '
  267. - '&6&lC&c&lMS &a&l➜ &bDer Chat wurde von &c$player &bgecleart!'
  268. permission-required: true
  269. permission-node: system.clearchat
  270. permission-error: "&6&lC&c&lMS &a&l➜ &4$player! &bdu darfst das nicht!"
  271. cost: 0
  272. delaytimer: 5
  273. help_page_0:
  274. command: /mycmd-help
  275. type: TEXT
  276. text:
  277. - '&a ---- &6MyCommand Help &eMain Page &a----'
  278. - '&e This is the Main page of the help '
  279. - '&e Type &6/mycmd-help 2 &efor see the second page'
  280. help_page_1:
  281. command: /mycmd-help 2
  282. type: TEXT
  283. text:
  284. - '&a ---- &6MyCommand Help &ePage two &a----'
  285. - '&e And this is the page two of the help'
  286. Cookie:
  287. command: /Cookie
  288. type: RUN_CONSOLE
  289. runcmd:
  290. - /tellraw $player [{text:"&7Du hast &a16 &6&lCookies &aeingezahlt&7!"}]
  291. - /scoreboard players add $player Cookies 160
  292. itemcost: COOKIE:16
  293. error-message: '&7Du hast &czu wenig &6&lCookies &7zum &aeinzahlen&7.'
  294. permission-required: false
  295. Cookie2:
  296. command: /Cookie2
  297. type: RUN_CONSOLE
  298. runcmd:
  299. - /tellraw $player [{text:"&7Du hast &a32 &6&lCookies &aeingezahlt&7!"}]
  300. - /scoreboard players add $player Cookies 320
  301. itemcost: COOKIE:32
  302. error-message: '&7Du hast &czu wenig &6&lCookies &7zum &aeinzahlen&7.'
  303. permission-required: false
  304. Cookie3:
  305. command: /Cookie3
  306. type: RUN_CONSOLE
  307. runcmd:
  308. - /tellraw $player [{text:"&7Du hast &a64 &6&lCookies &aeingezahlt&7!"}]
  309. - /scoreboard players add $player Cookies 640
  310. itemcost: COOKIE:64
  311. error-message: '&7Du hast &czu wenig &6&lCookies &7zum &aeinzahlen&7.'
  312. permission-required: false
  313. Einzahlung:
  314. command: /einzahlung
  315. type: ICON_MENU
  316. iconmenu_size: 9
  317. iconmenu_title: '&6&lCookies &aeinzahlen'
  318. iconmenu_mode: ICON_MENU
  319. permission-required: false
  320. iconmenu_itemflags:
  321. - HIDE_ENCHANTS
  322. iconmenu_commands:
  323. - '0:STAINED_GLASS_PANE:14:%stayopen%: : '
  324. - 1:16,COOKIE;FIRE_ASPECT;1:0:%stayopen%/Cookie:&a16 &6&lCookies:&7Verwandeln sie &a16 &6echte &6&lCookies &7in &a160 &6&lCookies&7 um!
  325. - '2:STAINED_GLASS_PANE:14:%stayopen%: : '
  326. - '3:STAINED_GLASS_PANE:14:%stayopen%: : '
  327. - 4:32,COOKIE;FIRE_ASPECT;1:0:%stayopen%/Cookie2:&a32 &6&lCookies:&7Verwandeln sie &a32 &6echte &6&lCookies &7in &a320 &6&lCookies&7 um!
  328. - '5:STAINED_GLASS_PANE:14:%stayopen%: : '
  329. - '6:STAINED_GLASS_PANE:14:%stayopen%: : '
  330. - 7:64,COOKIE;FIRE_ASPECT;1:0:%stayopen%/Cookie3:&a64 &6&lCookies:&7Verwandeln sie &a64 &6echte &6&lCookies &7in &a640 &6&lCookies&7 um!
  331. - '8:STAINED_GLASS_PANE:14:%stayopen%: : '
  332. Goldrang:
  333. command: /Goldrang
  334. type: RUN_CONSOLE
  335. runcmd:
  336. - /scoreboard players add $player Gold 1
  337. - /tellraw @a[score_Gold_min=1,score_Cookies_min=10000] [{text:"&7Du hast den &6Gold-Rang &aerhalten&7!"}]
  338. - /tellraw @a[score_Gold_min=1,score_Cookies_min=0,score_Cookies=9999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  339. - /pex user @a[score_Gold_min=1,score_Cookies_min=10000] group set Gold
  340. - /scoreboard players remove @a[score_Gold_min=1,score_Cookies_min=10000] Cookies 10000
  341. - /scoreboard players set $player Gold 0
  342. permission-required: false
  343. EmeraldRang:
  344. command: /EmeraldRang
  345. type: RUN_CONSOLE
  346. runcmd:
  347. - /scoreboard players add $player Emerald 1
  348. - /tellraw @a[score_Emerald_min=1,score_Cookies_min=40000] [{text:"&7Du hast den &2Emerald-Rang &aerhalten&7!"}]
  349. - /pex user @a[score_Emerald_min=1,score_Cookies_min=40000] group set Emerald
  350. - /tellraw @a[score_Emerald_min=1,score_Cookies_min=0,score_Cookies=3999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  351. - /scoreboard players remove @a[score_Emerald_min=1,score_Cookies_min=40000] Cookies 40000
  352. - /scoreboard players set $player Emerald 0
  353. permission-required: false
  354. DiamondRang:
  355. command: /DiamondRang
  356. type: RUN_CONSOLE
  357. runcmd:
  358. - /scoreboard players add $player Diamond 1
  359. - /tellraw @a[score_Diamond_min=1,score_Cookies_min=100000] [{text:"&7Du hast den &bDiamond-Rang &aerhalten&7!"}]
  360. - /tellraw @a[score_Diamond_min=1,score_Cookies_min=0,score_Cookies=99999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  361. - /pex user @a[score_Diamond_min=1,score_Cookies_min=100000] group set Diamond
  362. - /scoreboard players remove @a[score_Diamond_min=1,score_Cookies_min=100000] Cookies 100000
  363. - /scoreboard players set $player Diamond 0
  364. permission-required: false
  365. MasterRang:
  366. command: /MasterRang
  367. type: RUN_CONSOLE
  368. runcmd:
  369. - /scoreboard players add $player Master 1
  370. - /tellraw @a[score_Master_min=1,score_Cookies_min=200000] [{text:"&7Du hast den &5Master-Rang &aerhalten&7!"}]
  371. - /tellraw @a[score_Master_min=1,score_Cookies_min=0,score_Cookies=199999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  372. - /pex user @a[score_Master_min=1,score_Cookies_min=200000] group set Master
  373. - /scoreboard players remove @a[score_Master_min=1,score_Cookies_min=200000] Cookies 200000
  374. - /scoreboard players set $player Master 0
  375. permission-required: false
  376. SupremeRang:
  377. command: /SupremeRang
  378. type: RUN_CONSOLE
  379. runcmd:
  380. - /scoreboard players add $player Supreme 1
  381. - /tellraw @a[score_Supreme_min=1,score_Cookies_min=300000] [{text:"&7Du hast den &dSupreme-Rang &aerhalten&7!"}]
  382. - /tellraw @a[score_Supreme_min=1,score_Cookies_min=0,score_Cookies=299999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  383. - /pex user @a[score_Supreme_min=1,score_Cookies_min=300000] group set Supreme
  384. - /scoreboard players remove @a[score_Supreme_min=1,score_Cookies_min=300000] Cookies 300000
  385. - /scoreboard players set $player Supreme 0
  386. permission-required: false
  387. CookieGottRang:
  388. command: /CookieGottRang
  389. type: RUN_CONSOLE
  390. runcmd:
  391. - /scoreboard players add $player Cookiegott 1
  392. - /tellraw @a[score_Cookiegott_min=1,score_Cookies_min=200000] [{text:"&7Du hast den CookieGott &aerhalten&7!"}]
  393. - /tellraw @a[score_Cookiegott_min=1,score_Cookies_min=0,score_Cookies=499999] [{text:"&7Du hast &czuwenig &6&lCookies&7."}]
  394. - /pex user @a[score_Cookiegott_min=1,score_Cookies_min=200000] group set CookieGott
  395. - /scoreboard players remove @a[score_Cookiegott_min=1,score_Cookies_min=200000] Cookies 500000
  396. - /scoreboard players set $player Cookiegott 0
  397. permission-required: false
  398. Ränge:
  399. command: /Rangkaufen
  400. type: ICON_MENU
  401. iconmenu_size: 27
  402. iconmenu_title: '&c&lRänge &aholen'
  403. iconmenu_mode: ICON_MENU
  404. permission-required: false
  405. iconmenu_itemflags:
  406. - HIDE_ENCHANTS
  407. iconmenu_commands:
  408. - 0:INK_SACK;FIRE_ASPECT;1:11:%stayopen%/Goldrang:&eGold-Rang:&7Holen sie sich den &eGold-Rang&7, wenn sie &a10000 &6&lCookies &7haben!
  409. - '1:STAINED_GLASS_PANE:14:%stayopen%: : '
  410. - 2:INK_SACK;FIRE_ASPECT;1:2:%stayopen%/EmeraldRang:&2Emerald-Rang:&7Holen sie sich den &2Emerald-Rang&7, wenn sie &a40000 &6&lCookies &7haben!
  411. - '3:STAINED_GLASS_PANE:14:%stayopen%: : '
  412. - 4:INK_SACK;FIRE_ASPECT;1:12:%stayopen%/Diamondrang:&bDiamond-Rang:&7Holen sie sich den &bDiamond-Rang&7, wenn sie &a100000 &6&lCookies &7haben!
  413. - '5:STAINED_GLASS_PANE:14:%stayopen%: : '
  414. - 6:INK_SACK;FIRE_ASPECT;1:5:%stayopen%/MasterRang:&5Master-Rang:&7Holen sie sich den &5Master-Rang&7, wenn sie &a200000 &6&lCookies &7haben!
  415. - '7:STAINED_GLASS_PANE:14:%stayopen%: : '
  416. - 8:INK_SACK;FIRE_ASPECT;1:13:%stayopen%/SupremeRang:&dSupreme-Rang:&7Holen sie sich den &dSupreme-Rang&7, wenn sie &a300000 &6&lCookies &7haben!
  417. - '9:STAINED_GLASS_PANE:14:%stayopen%: : '
  418. - 10:COOKIE;FIRE_ASPECT;1:0:%stayopen%/CookieGottRang:&6Cookie&eGott-Rang:&7Holen sie sich den &6Cookie&eGott-Rang&7, wenn sie &a500000 &6&lCookies &7haben!
  419. - '11:STAINED_GLASS_PANE:14:%stayopen%: : '
  420. - '12:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  421. - '13:STAINED_GLASS_PANE:14:%stayopen%: : '
  422. - '14:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  423. - '15:STAINED_GLASS_PANE:14:%stayopen%: : '
  424. - '16:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  425. - '17:STAINED_GLASS_PANE:14:%stayopen%: : '
  426. - '18:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  427. - '19:STAINED_GLASS_PANE:14:%stayopen%: : '
  428. - '20:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  429. - '21:STAINED_GLASS_PANE:14:%stayopen%: : '
  430. - '22:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  431. - '23:STAINED_GLASS_PANE:14:%stayopen%: : '
  432. - '24:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
  433. - '25:STAINED_GLASS_PANE:14:%stayopen%: : '
  434. - '26:BARRIER:5:%stayopen%:&cBald Verfügbar!:'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement