Advertisement
dai_pon

Untitled

May 11th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. command /level-s:
  2. permission: sk.syougou
  3. trigger:
  4. if {level.%player%} is greater than or equal to 5:
  5. execute console command "pex user %player% prefix &8[&7新兵&8]&r"
  6. send "&9》 &e称号を&7新兵&eに変更しました!"
  7. set {_location} to location of player
  8. play sound "ENTITY_PLAYER_LEVELUP" with volume 1 with pitch 1 at {_location}
  9. else:
  10. send "&9》 &c称号の獲得に必要な条件を満たしていません。"
  11. set {_location} to location of player
  12. play sound "BLOCK_NOTE_BELL" with volume 1 with pitch 1 at {_location}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement