Advertisement
ALPHADOIDE

Untitled

Sep 29th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. variables:
  2. {point} = 0
  3. every second:
  4. if {point} is greater than or equal to 1:
  5. remove 1 from {point}
  6. on sign change:
  7. line 1 is "占領"
  8. set line 1 to "&4&l===占領ポイント==="
  9. on rightclick:
  10. if block is sign line 1 is "&4&l===占領ポイント===":
  11. if {point} is 0:
  12. add 3 emerald to player's inventory
  13. broadcast "&b%player%さんが占領しました!"
  14. set {point} to 30
  15. else:
  16. send "&cあと%{point}%秒&e待ってください"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement