Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Pregen & Walls By GreenDoomsDay#
- command /pregen <text> <number>:
- description: Pregens automatically with little self-input.
- usage: /pregen <radius>
- permission: pregen.op
- trigger:
- make player execute command "/mvtp %arg-1"
- make player execute command "/mw goto %arg-1"
- execute player command "/tp %player% 0 100 0"
- wait 1 second
- execute player command "/wb shape square"
- wait 0.1 second
- execute player command "/wb set <arg-1>"
- wait 0.1 second
- execute player command "/wb fill 50"
- wait 0.1 second
- execute player command "/wb fill confirm"
- broadcast "&a&lPregenning! Expect lag!"
- loop all players:
- execute console command "/playsound %loop-player%" mob.wither.spawn ~ ~ ~ 1 1 1"
- command /walls <number> <text>:
- description: Set's walls autmatically with little self-input.
- usage: /walls <radius> <block>
- permission: walls.op
- trigger:
- execute player command "//pos1 0,0,0"
- wait 0.1 second
- execute player command "//pos2 0,0,0"
- wait 0.1 second
- execute player command "//expand %arg-1% n"
- wait 0.1 second
- execute player command "//expand %arg-1% e"
- wait 0.1 second
- execute player command "//expand %arg-1% s"
- wait 0.1 second
- execute player command "//expand %arg-1% w"
- wait 0.1 second
- execute player command "//expand vert"
- broadcast "&c&lSetting walls! Expect lag!"
- loop all players:
- execute console command "/playsound %loop-player%" mob.wither.spawn ~ ~ ~ 1 1 1"
- wait 3 seconds
- execute player command "//walls %arg-2%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement