Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. xpparty:
  2. item:
  3. type: EXP_BOTTLE
  4. name: "&a&lEXP PARTY"
  5. consumed: true
  6. actions:
  7. - { action: REPEAT, period: 1, delay: 0, from: 0, to: 99, actions: [
  8. { action: ITER, what: ONLINE_PLAYERS, actions: [
  9. { action: CALC, a: "{iter_locY}", b: "4", op: ADD, target: "y", actions: [
  10. { action: COMMAND, by: CONSOLE, command: "minecraft:summon minecraft:xp_bottle {iter_locX} {y} {iter_locZ}" }]}]}]}
  11. - { action: MESSAGE, to: EVERYBODY, message: "&a&l{player} has started an XP party!" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement