Advertisement
kaizyukun

fly

Jul 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. command /fly [<text>] :
  2. permission:minecraft.command.gamemode
  3. permission message: &cYou do not have permission
  4. trigger:
  5. if arg 1 is not set:
  6. send "&c金額を設定してください"
  7. stop
  8. if arg 1 is set:
  9. execute player command "/pfly %arg 1%"
  10. Wait 3seconds
  11. execute player command "/pfly accept"
  12. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement