Advertisement
Lansagna

Untitled

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