Advertisement
Guest User

<none>

a guest
Oct 14th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /queue [<Text>] [<Text>]:
  2.     permission: sc.DT.spawn
  3.     permission message: &cYou are not allowed to do this.
  4.     trigger:
  5.         if arg 1 is "DropTower":
  6.         if arg 2 is "Join":
  7.             send "&bYou have joined the &3&oDrop Tower &bqueue."
  8.             stop
  9.            
  10. on rightclick on sign:
  11.     line 2 of the clicked block is "&3Drop Tower"
  12.     line 3 of the clicked block is "&aOpen!":
  13.         heal the player
  14.         make player execute command "/queue DropTower Join"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement