Advertisement
kazuken0814

Untitled

Oct 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. on first join:
  2. set the maximum health of the player to 0.5
  3. wait 2 second
  4. send "&a??? &b> &cおや...そこにいるのは誰だい?"
  5. wait 2 second
  6. send "&a??? &b> &cもしかして...選ばれし者かい?"
  7. wait 2 second
  8. send "&a??? &b> &cおっと、自己紹介がまだだったね"
  9. wait 2 second
  10. send "&aフィル &b> 僕の名は&4「フィル」&cだよ"
  11. wait 2 second
  12. command /heart <player> [<number>]:
  13. aliases: ht
  14. permission: heart.command
  15. trigger:
  16. if arg 1 is player:
  17. set the maximum health of the player to arg 2
  18. command /th <player> [<number>]:
  19. permission: heart.command
  20. trigger:
  21. if arg 1 is player:
  22. add arg 2 to the player's health
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement