Advertisement
ALPHADOIDE

Untitled

Feb 25th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on drop:
  2. if {drop.%player%} is 0:
  3. message "&dアイテムをドロップできないよ!解除したい場合は/drop on" to player
  4. cancel event
  5. command /drop <text>:
  6. trigger:
  7. if arg 1 is "on":
  8. delete {drop.%player%}
  9. else if arg 1 is "off":
  10. set {drop.%player%} to 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement