Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. aliases:
  2. clan-create:
  3. - scoreboard players tag @p add create
  4. - setblock 14 4 82 minecraft:repeating_command_block 1 replace {Command:"testfor @e[type=armor_stand,name=$$1,tag=!$$1$$2]",auto:1}
  5. - setblock 16 5 82 minecraft:chain_command_block 9 replace {Command:"scoreboard teams add c$$1$$2",auto:1}
  6. - setblock 16 6 82 minecraft:chain_command_block 9 replace {Command:"scoreboard teams option c$$1$$2 color $$3",auto:1}
  7. - setblock 16 7 82 minecraft:chain_command_block 9 replace {Command:"scoreboard teams option c$$1$$2 friendlyfire false",auto:1}
  8. - setblock 16 8 82 minecraft:chain_command_block 9 replace {Command:"scoreboard teams join c$$1$$2 @p",auto:1}
  9. - setblock 16 9 82 minecraft:chain_command_block 9 replace {Command:"summon armor_stand ~ ~ ~ {CustomName:\"$$1\",Tags:[\"spread\",\"c$$1$$2\"],CustomNameVisible:1,NoGravity:1,Small:1}",auto:1}
  10. - setblock 16 10 82 minecraft:chain_command_block 9 replace {Command:"manuaddv @a[tag=create] suffix &f [&c$$1&f]",auto:1}
  11. - setblock 16 14 82 minecraft:chain_command_block 9 replace {Command:"scoreboard players tag @a remove create",auto:1}
  12. - setblock 16 12 82 minecraft:chain_command_block 9 replace {Command:"fill 16 5 82 16 20 82 air",auto:1}
  13. - setblock 16 13 82 minecraft:chain_command_block 9 replace {Command:"scoreboard players reset @a timer",auto:1}
  14. - setblock 16 11 82 minecraft:chain_command_block 9 replace {Command:"scoreboard players tag @a[tag=create] add l$$1",auto:1}
  15. clan-create-item:
  16. - replaceitem entity @p slot.weapon.mainhand diamond 1 0
  17. - menu script add /clan-create {the clan's name} {the clan's password} {the clan's color}
  18. - menu script hide
  19. - menu script title &7Create a clan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement