Kusa_Haenai_wWW

Untitled

Jun 27th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. on right click on entity:
  2. open chest with 1 rows named "&a&lName Settings" to player
  3. wait 1 tick
  4. format slot 0 of player with Gray Stained glass Pane named "" to be unstealable
  5. format slot 1 of player with Gray Stained glass Pane named "" to be unstealable
  6. format slot 2 of player with Gray Stained glass Pane named "" to be unstealable
  7. format slot 3 of player with Gray Stained glass Pane named "" to be unstealable
  8. format slot 4 of player with clock named "&e&lName" with lore "&d&lHey!!" to run [make player execute command "/namekettei"]
  9. format slot 5 of player with Gray Stained glass Pane named "" to be unstealable
  10. format slot 6 of player with Gray Stained glass Pane named "" to be unstealable
  11. format slot 7 of player with Gray Stained glass Pane named "" to be unstealable
  12. format slot 8 of player with Gray Stained glass Pane named "" to be unstealable
  13.  
  14. command /namekettei:
  15. trigger:
  16. set {nametime} to 0
  17. message "&e&l名前書けかす"
  18.  
  19. on chat:
  20. if {nametime} is set:
  21. cancel event
  22. set {nameninaru} to message
  23. set name of entity to {nameninaru}
  24. delete {nametime}
Advertisement
Add Comment
Please, Sign In to add comment