Advertisement
arri2323567_dark

Untitled

Oct 4th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #==============================================#
  2. options:
  3. adminprefix: &c[&dgrapeerver&9Admin&c]
  4. normalprefix: &6[&aLife&dServer&6]
  5. #==============================================#
  6.  
  7. command /setspawn:
  8. permission: admin.setspawn
  9. trigger:
  10. set {spawncommand} to location of player
  11. play sound "block.note.pling" at player
  12. send "{@adminprefix} &aspawnコマンドのTP場所をここに設定しました。"
  13. command /spawn:
  14. permission: admin.spawn
  15. trigger:
  16. play sound "entity.enderpearl.throw" at player
  17. send "{@normalprefix} &fスポーン地点にTPします..."
  18. Wait 3 seconds
  19. teleport the player to {spawncommand}
  20. play sound "entity.endermen.teleport" at player
  21. send "{@normalprefix} &fスポーン地点にTPしました。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement