Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.29 KB | None | 0 0
  1. gm:
  2. command: /gm
  3. type: TEXT
  4. text:
  5. - '&cFehler &8| &c/gm &7<&a0&7/&a1&7/&a2&7/&a3&7>'
  6. permission-required: true
  7. gamemode0:
  8. command: /gm 0
  9. type: RUN_COMMAND
  10. runcmd:
  11. - /minecraft:gamemode 0
  12. - /tellraw $player [{text:"&7Du bist nun im &cGamemode &a0&7"}]
  13. permission-required: true
  14. required_args: 0
  15. gamemode1:
  16. command: /gm 1
  17. type: RUN_COMMAND
  18. runcmd:
  19. - /minecraft:gamemode 1
  20. - /tellraw $player [{text:"&7Du bist nun im &cGamemode &a1&7"}]
  21. permission-required: true
  22. required_args: 0
  23. gamemode2:
  24. command: /gm 2
  25. type: RUN_COMMAND
  26. runcmd:
  27. - /gamemode 2
  28. - /minecraft:tellraw $player [{text:"&7Du bist nun im &cGamemode &a2&7"}]
  29. permission-required: true
  30. required_args: 0
  31. gamemode3:
  32. command: /gm 3
  33. type: RUN_COMMAND
  34. runcmd:
  35. - /minecraft:gamemode 3
  36. - /tellraw $player [{text:"&7Du bist nun im &cGamemode &a3&7"}]
  37. permission-required: true
  38. required_args: 0
  39. bc:
  40. command: /bc
  41. type: BROADCAST_TEXT
  42. text:
  43. - '&4Server &8| &c$multiargs'
  44. required_args: 1
  45. list:
  46. command: /list
  47. type: TEXT
  48. text:
  49. - '&7Es sind &a$online &7Spieler &7online.'
  50. - '&7$ponline'
  51. cc:
  52. command: /cc
  53. type: BROADCAST_TEXT
  54. text:
  55. - '%Repeat%100% '
  56. - '&cChatClear &8| &7Der Chat wurde von &c$player &7geleert.'
  57. iconmenu_page1:
  58. command: /settings
  59. type: ICON_MENU
  60. text:
  61. - 'POSITION:ITEM_NAME:ITEMDATA:COMMAND/MESSAGE:TITLE:DESCRIPTION;MULTILINES'
  62. - 'ITEM_NAME can also be ITEM_NAME;ENCHANTMENT_NAME;LEVEL'
  63. iconmenu_title: '&8» §cSettings &8| &cEinstellungen'
  64. iconmenu_size: 27
  65. iconmenu_commands:
  66. - 0:EMERALD:0:/scoreboard players set @p TBReset 1:&4Tägliche Belohnungen:&cZurücksetzen
  67. permission-required: true
  68. Wort:
  69. command: /Wort
  70. type: RUN_COMMAND
  71. runcmd:
  72. - $Script$%if%$arg1==Baum
  73. - $text$&cRätsel &8| &7Deine Antwort ist &aRichtig&7.
  74. - $Script$%else%
  75. - $text$&cRätsel &8| &7Deine Antwort ist &cFalsch&7.
  76. lottery:
  77. command: /lottery
  78. type: RUN_COMMAND
  79. runcmd:
  80. - '/eco take $player 500'
  81. - '$text$&7Willkommen bei der &eLottery'
  82. - '$delay$'
  83. - '$text$&8---------------------------------------'
  84. - '$text$&7Das kannst du gewinnen&8:'
  85. - '$text$&7Stein Spitzhacke&8, &7Eisen Spitzhacke&8, &7Diamant&8.'
  86. - '$text$&8---------------------------------------'
  87. - '$text$&7Bitte warte auf das Ergebnis&8.'
  88. - '$delay$'
  89. - '$delay$$text$&8[&eLottery&8] &73...'
  90. - '$delay$$text$&8[&eLottery&8] &72...'
  91. - '$delay$$text$&8[&eLottery&8] &71...'
  92. - '$Script$%PlayerData%lotteryprize=$GetRandomStringFromList%STONE_PICKAXE;IRON_PICKAXE;DIAMOND%'
  93. - '$Script$%PlayerData%amount_lotteryprize=1'
  94. - '$delay$'
  95. - '$text$&8---------------------------------------'
  96. - '$text$&8[&eLottery&8] &7Du hast&e $PlayerData%amount_lotteryprize%&ex&c $PlayerData%lotteryprize% &7gewonnen.'
  97. - '$text$&8---------------------------------------'
  98. - '%PlayerOptions%addItem: $PlayerData%lotteryprize%:$PlayerData%amount_lotteryprize%'
  99. delaytimer: 1
  100. daily:
  101. command: /Daily
  102. type: RUN_COMMAND
  103. runcmd:
  104. - "$Script$%if%$todaydate!=$PlayerData%DailyBonus%"
  105. - "$text$&8[&cTäglicher Bonus&8] &7Du hast deinen Täglichen Bonus erhalten."
  106. - "/eco give $player 500"
  107. - "$Script$%PlayerData%DailyBonus=$todaydate"
  108. - $Script$%else%
  109. - "$text$&8[&cTäglicher Bonus&8] &7Komm morgen wieder."
  110. permission-required: false
  111. geld_remove:
  112. command: /rem
  113. type: RUN_COMMAND
  114. runcmd:
  115. - /scoreboard players remove $arg1 Geld $arg2
  116. required_args: 2
  117. permission-required: true
  118. error-message: '&cFehler &8| &c/remove &7<Spieler> <Geld Anzahl>'
  119. permission-node: ms.geld.remove
  120. permission-error: '&4Server &8| &cDu hast keine Rechte darauf.'
  121. register: true
  122. arg1_tab_completer:
  123. - suggestion
  124. - autotab
  125. geld_sets:
  126. command: /set
  127. type: RUN_COMMAND
  128. runcmd:
  129. - /scoreboard players set $arg1 Geld $arg2
  130. required_args: 2
  131. permission-required: true
  132. permission-node: ms.geld.set
  133. error-message: '&cFehler &8| &c/set &7<Spieler> <Geld Anzahl>'
  134. permission-error: '&4Server &8| &cDu hast keine Rechte darauf.'
  135. register: true
  136. arg1_tab_completer:
  137. - suggestion
  138. - autotab
  139. geld_add:
  140. command: /add
  141. type: RUN_COMMAND
  142. runcmd:
  143. - /scoreboard players add $arg1 Geld $arg2
  144. required_args: 2
  145. permission-required: true
  146. error-message: '&cFehler &8| &c/add &7<Spieler> <Geld Anzahl>'
  147. permission-node: ms.geld.add
  148. permission-error: '&4Server &8| &cDu hast keine Rechte darauf.'
  149. register: true
  150. arg1_tab_completer:
  151. - suggestion
  152. - autotab
  153. konto_alias:
  154. command: /konto
  155. type: ALIAS
  156. alias: /money
  157. permission-required: false
  158. geld_alias:
  159. command: /geld
  160. type: ALIAS
  161. alias: /money
  162. permission-required: false
  163. ebal:
  164. command: /ebal
  165. type: ALIAS
  166. alias: /konto
  167. permission-required: false
  168. ebalance:
  169. command: /ebalance
  170. type: ALIAS
  171. alias: /konto
  172. permission-required: false
  173. emoney:
  174. command: /emoney
  175. type: ALIAS
  176. alias: /konto
  177. permission-required: false
  178. money:
  179. command: /money
  180. type: RUN_CONSOLE
  181. runcmd:
  182. - /scoreboard players set $player Konto 1
  183. - /tellraw $player [{text:"Konto ",color:red},{text:"| ",color:dark_gray},{text:"Dein Kontostand:",color:gray},{text:" "},{"score":{"name":"@a[score_Konto_min=1]","objective":"Geld"},"color":"red"}]
  184. - /scoreboard players set $player Konto 0
  185. permission-required: false
  186. tell:
  187. command: /tell
  188. type: RUN_CONSOLE
  189. runcmd:
  190. - /tellraw $player [{text:"&8[&cMSG&8] &cDu &8-> &c$arg1 &8» &7$multiargs&7"}]
  191. - /tellraw $arg1 [{text:"&8[&cMSG&8] &c$player &8» "},{text:"&7$multiargs&7"}]
  192. - /tellraw @a[score_T_min=1] [{text:"&8[&cMSG&8] &c$player &8-> &c$arg1 &8» "},{text:"&7$multiargs&7"}]
  193. error-message: '&cFehler &8| &c/tell &7<Spieler> <Nachricht>'
  194. required_args: 2
  195. register: true
  196. arg1_tab_completer:
  197. - suggestion
  198. - autotab
  199. permission-required: false
  200. emsg:
  201. command: /emsg
  202. type: TEXT
  203. text:
  204. - '&cFehler &8| &7Benutze &c/tell'
  205. permission-required: false
  206. ewhispher:
  207. command: /whisper
  208. type: TEXT
  209. text:
  210. - '&cFehler &8| &7Benutze &c/tell'
  211. permission-required: false
  212. etell:
  213. command: /etell
  214. type: TEXT
  215. text:
  216. - '&cFehler &8| &7Benutze &c/tell'
  217. permission-required: false
  218. ewhisper:
  219. command: /ewhisper
  220. type: TEXT
  221. text:
  222. - '&cFehler &8| &7Benutze &c/msg'
  223. permission-required: false
  224. eme:
  225. command: /eme
  226. type: TEXT
  227. text:
  228. - '&7Der Befehl &c/eme &7ist &4deaktiviert&7.'
  229. permission-required: false
  230. mc:tell:
  231. command: /minecraft:tell
  232. type: TEXT
  233. text:
  234. - '&cFehler &8| &7Benutze &c/tell'
  235. permission-required: false
  236. teamchat:
  237. command: /t
  238. type: RUN_CONSOLE
  239. runcmd:
  240. - /tellraw @a[score_T_min=1] [{text:"&9Teamchat &8| &7$player &8» &7$multiargs&7"}]
  241. permission-required: true
  242. error-message: '&cFehler &8| &c/t &7<Nachricht>'
  243. required_args: 1
  244. permission-error: '&4Server &8| &cDu hast keine Rechte darauf.'
  245. permission-node: mycmd.team
  246. warp_alias:
  247. command: /warps
  248. type: ALIAS
  249. alias: /warp
  250. permission-required: false
  251. Verkaufen:
  252. command: /Verkaufen
  253. type: ICON_MENU
  254. iconmenu_size: 45
  255. iconmenu_title: '&cVerkaufen'
  256. iconmenu_mode: ICON_MENU
  257. permission-required: false
  258. iconmenu_commands:
  259. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  260. - '1:STAINED_GLASS_PANE:15:%stayopen%: : '
  261. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  262. - '3:STAINED_GLASS_PANE:15:%stayopen%: : '
  263. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  264. - '5:STAINED_GLASS_PANE:15:%stayopen%: : '
  265. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  266. - '7:STAINED_GLASS_PANE:15:%stayopen%: : '
  267. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  268. - '9:STAINED_GLASS_PANE:15:%stayopen%: : '
  269. - 10:BOOK:0:%openiconmenu%/Coal:&cKohle
  270. - '11:STAINED_GLASS_PANE:15:%stayopen%: : '
  271. - 12:BOOK:0:%openiconmenu%/Iron:&rEisen
  272. - '13:STAINED_GLASS_PANE:15:%stayopen%: : '
  273. - 14:BOOK:0:%openiconmenu%/Gold:&eGold
  274. - '15:STAINED_GLASS_PANE:15:%stayopen%: : '
  275. - 16:BOOK:0:%openiconmenu%/Lapis:&1Lapis
  276. - '17:STAINED_GLASS_PANE:15:%stayopen%: : '
  277. - '18:STAINED_GLASS_PANE:15:%stayopen%: : '
  278. - '19:STAINED_GLASS_PANE:15:%stayopen%: : '
  279. - 20:BOOK:0:%openiconmenu%/Redstone:&4Redstone
  280. - '21:STAINED_GLASS_PANE:15:%stayopen%: : '
  281. - '22:STAINED_GLASS_PANE:15:%stayopen%: : '
  282. - '23:STAINED_GLASS_PANE:15:%stayopen%: : '
  283. - '24:STAINED_GLASS_PANE:15:%stayopen%: : '
  284. - '25:STAINED_GLASS_PANE:15:%stayopen%: : '
  285. - '26:STAINED_GLASS_PANE:15:%stayopen%: : '
  286. - '27:STAINED_GLASS_PANE:15:%stayopen%: : '
  287. - '28:STAINED_GLASS_PANE:15:%stayopen%: : '
  288. - '29:STAINED_GLASS_PANE:15:%stayopen%: : '
  289. - '30:STAINED_GLASS_PANE:15:%stayopen%: : '
  290. - '31:STAINED_GLASS_PANE:15:%stayopen%: : '
  291. - '32:STAINED_GLASS_PANE:15:%stayopen%: : '
  292. - '33:STAINED_GLASS_PANE:15:%stayopen%: : '
  293. - '34:STAINED_GLASS_PANE:15:%stayopen%: : '
  294. - '35:STAINED_GLASS_PANE:15:%stayopen%: : '
  295. - '36:STAINED_GLASS_PANE:15:%stayopen%: : '
  296. - '37:STAINED_GLASS_PANE:15:%stayopen%: : '
  297. - '38:STAINED_GLASS_PANE:15:%stayopen%: : '
  298. - '39:STAINED_GLASS_PANE:15:%stayopen%: : '
  299. - '40:STAINED_GLASS_PANE:15:%stayopen%: : '
  300. - '41:STAINED_GLASS_PANE:15:%stayopen%: : '
  301. - '42:STAINED_GLASS_PANE:15:%stayopen%: : '
  302. - '43:STAINED_GLASS_PANE:15:%stayopen%: : '
  303. - 44:BARRIER:0:%close%:&cSchließe das Menü&7.
  304. delaytimer: 1
  305. Coal:
  306. command: /Coal
  307. type: ICON_MENU
  308. iconmenu_size: 9
  309. iconmenu_title: '&cVerkaufen &8| &0Kohle'
  310. iconmenu_mode: ICON_MENU
  311. permission-required: false
  312. iconmenu_commands:
  313. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  314. - '1:COAL:0:/Kohle1:&e1x &cKohle:&7Verkaufe &e1x &cKohle&8.'
  315. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  316. - '3:COAL:0:/Kohle16:&e16x &cKohle:&7Verkaufe &e16x &cKohle&8.'
  317. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  318. - '5:COAL:0:/Kohle32:&e32x &cKohle:&7Verkaufe &e32x &cKohle&8.'
  319. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  320. - '7:COAL:0:/Kohle64:&e64x &cKohle:&7Verkaufe &e64x &cKohle&8.'
  321. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  322. Kohle1:
  323. command: /Kohle1
  324. type: RUN_CONSOLE
  325. runcmd:
  326. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e1x &cKohle &7erfolgreich verkauft."}]'
  327. - '/scoreboard players add $player Geld 1'
  328. itemcost: 'COAL:1'
  329. permission-required: false
  330. Kohle16:
  331. command: /Kohle16
  332. type: RUN_CONSOLE
  333. runcmd:
  334. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e16x &cKohle &7erfolgreich verkauft."}]'
  335. - '/scoreboard players add $player Geld 16'
  336. itemcost: 'COAL:16'
  337. permission-required: false
  338. Kohle32:
  339. command: /Kohle32
  340. type: RUN_CONSOLE
  341. runcmd:
  342. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e32x &cKohle &7erfolgreich verkauft."}]'
  343. - '/scoreboard players add $player Geld 32'
  344. itemcost: 'COAL:32'
  345. permission-required: false
  346. Kohle64:
  347. command: /Kohle64
  348. type: RUN_CONSOLE
  349. runcmd:
  350. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e64x &cKohle &7erfolgreich verkauft."}]'
  351. - '/scoreboard players add $player Geld 64'
  352. itemcost: 'COAL:64'
  353. permission-required: false
  354. Iron:
  355. command: /Iron
  356. type: ICON_MENU
  357. iconmenu_size: 9
  358. iconmenu_title: '&cVerkaufen &8| &rEisen'
  359. iconmenu_mode: ICON_MENU
  360. permission-required: false
  361. iconmenu_commands:
  362. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  363. - '1:IRON_ORE:0:/Eisen1:&e1x &cEisenerz:&7Verkaufe &e1x &cEisenerz&8.'
  364. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  365. - '3:IRON_ORE:0:/Eisen16:&e16x &cEisenerz:&7Verkaufe &e16x &cEisenerz&8.'
  366. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  367. - '5:IRON_ORE:0:/Eisen32:&e32x &cEisenerz:&7Verkaufe &e32x &cEisenerz&8.'
  368. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  369. - '7:IRON_ORE:0:/Eisen64:&e64x &cEisenerz:&7Verkaufe &e64x &cEisenerz&8.'
  370. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  371. Eisen1:
  372. command: /Eisen1
  373. type: RUN_CONSOLE
  374. runcmd:
  375. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e1x &cEisen &7erfolgreich verkauft."}]'
  376. - '/scoreboard players add $player Geld 3'
  377. itemcost: 'IRON_ORE:1'
  378. permission-required: false
  379. Eisen16:
  380. command: /Eisen16
  381. type: RUN_CONSOLE
  382. runcmd:
  383. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e16x &cEisen &7erfolgreich verkauft."}]'
  384. - '/scoreboard players add $player Geld 48'
  385. itemcost: 'IRON_ORE:16'
  386. permission-required: false
  387. Eisen32:
  388. command: /Eisen32
  389. type: RUN_CONSOLE
  390. runcmd:
  391. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e32x &cEisen &7erfolgreich verkauft."}]'
  392. - '/scoreboard players add $player Geld 96'
  393. itemcost: 'IRON_ORE:32'
  394. permission-required: false
  395. Eisen64:
  396. command: /Eisen64
  397. type: RUN_CONSOLE
  398. runcmd:
  399. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e64x &cEisen &7erfolgreich verkauft."}]'
  400. - '/scoreboard players add $player Geld 192'
  401. itemcost: 'IRON_ORE:64'
  402. permission-required: false
  403. Gold:
  404. command: /Gold
  405. type: ICON_MENU
  406. iconmenu_size: 9
  407. iconmenu_title: '&cVerkaufen &8| &eGold'
  408. iconmenu_mode: ICON_MENU
  409. permission-required: false
  410. iconmenu_commands:
  411. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  412. - '1:GOLD_ORE:0:/Gold1:&e1x &cGolderz:&7Verkaufe &e1x &cGolderz&8.'
  413. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  414. - '3:GOLD_ORE:0:/Gold16:&e16x &cGolderz:&7Verkaufe &e16x &cGolderz&8.'
  415. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  416. - '5:GOLD_ORE:0:/Gold32:&e32x &cGolderz:&7Verkaufe &e32x &cGolderz&8.'
  417. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  418. - '7:GOLD_ORE:0:/Gold64:&e64x &cGolderz:&7Verkaufe &e64x &cGolderz&8.'
  419. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  420. Gold1:
  421. command: /Gold1
  422. type: RUN_CONSOLE
  423. runcmd:
  424. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e1x &cGold &7erfolgreich verkauft."}]'
  425. - '/scoreboard players add $player Geld 7'
  426. itemcost: 'GOLD_ORE:1'
  427. permission-required: false
  428. Gold16:
  429. command: /Gold16
  430. type: RUN_CONSOLE
  431. runcmd:
  432. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e16x &cGold &7erfolgreich verkauft."}]'
  433. - '/scoreboard players add $player Geld 112'
  434. itemcost: 'GOLD_ORE:16'
  435. permission-required: false
  436. Gold32:
  437. command: /Gold32
  438. type: RUN_CONSOLE
  439. runcmd:
  440. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e32x &cGold &7erfolgreich verkauft."}]'
  441. - '/scoreboard players add $player Geld 224'
  442. itemcost: 'GOLD_ORE:32'
  443. permission-required: false
  444. Gold64:
  445. command: /Gold64
  446. type: RUN_CONSOLE
  447. runcmd:
  448. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e64x &cGold &7erfolgreich verkauft."}]'
  449. - '/scoreboard players add $player Geld 448'
  450. itemcost: 'GOLD_ORE:64'
  451. permission-required: false
  452. Lapis:
  453. command: /Lapis
  454. type: ICON_MENU
  455. iconmenu_size: 9
  456. iconmenu_title: '&cVerkaufen &8| &1Lapis'
  457. iconmenu_mode: ICON_MENU
  458. permission-required: false
  459. iconmenu_commands:
  460. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  461. - '1:INK_SACK:4:/Lapis1:&e1x &cLapis:&7Verkaufe &e1x &cLapis&8.'
  462. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  463. - '3:INK_SACK:4:/Lapis16:&e16x &cLapis:&7Verkaufe &e16x &cLapis&8.'
  464. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  465. - '5:INK_SACK:4:/Lapis32:&e32x &cLapis:&7Verkaufe &e32x &cLapis&8.'
  466. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  467. - '7:INK_SACK:4:/Lapis64:&e64x &cLapis:&7Verkaufe &e64x &cLapis&8.'
  468. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  469. Lapis1:
  470. command: /Lapis1
  471. type: RUN_CONSOLE
  472. runcmd:
  473. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e1x &cLapis &7erfolgreich verkauft."}]'
  474. - '/scoreboard players add $player Geld 12'
  475. itemcost: 'INK_SACK:1'
  476. permission-required: false
  477. Lapis16:
  478. command: /Lapis16
  479. type: RUN_CONSOLE
  480. runcmd:
  481. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e16x &cLapis &7erfolgreich verkauft."}]'
  482. - '/scoreboard players add $player Geld 192'
  483. itemcost: 'INK_SACK:16'
  484. permission-required: false
  485. Lapis32:
  486. command: /Lapis32
  487. type: RUN_CONSOLE
  488. runcmd:
  489. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e32x &cLapis &7erfolgreich verkauft."}]'
  490. - '/scoreboard players add $player Geld 384'
  491. itemcost: 'INK_SACK:32'
  492. permission-required: false
  493. Lapis64:
  494. command: /Lapis64
  495. type: RUN_CONSOLE
  496. runcmd:
  497. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e64x &cLapis &7erfolgreich verkauft."}]'
  498. - '/scoreboard players add $player Geld 768'
  499. itemcost: 'INK_SACK:64'
  500. permission-required: false
  501. Redstone:
  502. command: /Redstone
  503. type: ICON_MENU
  504. iconmenu_size: 9
  505. iconmenu_title: '&cVerkaufen &8| &4Redstone'
  506. iconmenu_mode: ICON_MENU
  507. permission-required: false
  508. iconmenu_commands:
  509. - '0:STAINED_GLASS_PANE:15:%stayopen%: : '
  510. - '1:REDSTONE:0:/Redstone1:&e1x &cRedstone:&7Verkaufe &e1x &cRedstone&8.'
  511. - '2:STAINED_GLASS_PANE:15:%stayopen%: : '
  512. - '3:REDSTONE:0:/Redstone16:&e16x &cRedstone:&7Verkaufe &e16x &cRedstone&8.'
  513. - '4:STAINED_GLASS_PANE:15:%stayopen%: : '
  514. - '5:REDSTONE:0:/Redstone32:&e32x &cRedstone:&7Verkaufe &e32x &cRedstone&8.'
  515. - '6:STAINED_GLASS_PANE:15:%stayopen%: : '
  516. - '7:REDSTONE:0:/Redstone64:&e64x &cRedstone:&7Verkaufe &e64x &cRedstone&8.'
  517. - '8:STAINED_GLASS_PANE:15:%stayopen%: : '
  518. Redstone1:
  519. command: /Redstone1
  520. type: RUN_CONSOLE
  521. runcmd:
  522. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e1x &cRedstone &7erfolgreich verkauft."}]'
  523. - '/scoreboard players add $player Geld 18'
  524. itemcost: 'REDSTONE:1'
  525. permission-required: false
  526. Redstone16:
  527. command: /Redstone16
  528. type: RUN_CONSOLE
  529. runcmd:
  530. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e16x &cRedstone &7erfolgreich verkauft."}]'
  531. - '/scoreboard players add $player Geld 288'
  532. itemcost: 'REDSTONE:16'
  533. permission-required: false
  534. Redstone32:
  535. command: /Redstone32
  536. type: RUN_CONSOLE
  537. runcmd:
  538. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e32x &cRedstone &7erfolgreich verkauft."}]'
  539. - '/scoreboard players add $player Geld 576'
  540. itemcost: 'REDSTONE:32'
  541. permission-required: false
  542. Redstone64:
  543. command: /Redstone64
  544. type: RUN_CONSOLE
  545. runcmd:
  546. - '/tellraw $player [{text:"&cVerkaufen &8| &7Du hast &e64x &cRedstone &7erfolgreich verkauft."}]'
  547. - '/scoreboard players add $player Geld 1152'
  548. itemcost: 'REDSTONE:64'
  549. permission-required: false
  550. Event bc:
  551. command: /ebc
  552. type: BROADCAST_TEXT
  553. text:
  554. - '&6&lSpeed&c&lMine &4Event&8| &c$multiargs'
  555. required_args: 1
  556. Lapis Enchanter:
  557. command: /enchlapis
  558. type: RUN_CONSOLE
  559. runcmd:
  560. - '/tellraw $player [{text:"&aKaufen &8| &7Du hast &e64x &cLapis &7erfolgreich gekauft."}]'
  561. - '/scoreboard players remove $player 20'
  562. - '/give $player INK_SACK:16'
  563. permission-required: false
  564. delaytimer: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement