Advertisement
siso_

Untitled

Feb 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. on right click on player:
  2. entity is npc
  3. citizen named is "alex1"
  4. wait 8 tick
  5. bind hologram "&6シコって寝る" to clicked entity for 1 seconds offset by 0, 1.2, 0
  6. on citizen right click:
  7. citizen named is "alex1"
  8. force citizen with id 1 to sleep
  9. wait 3 seconds
  10. force citizen with id 1 to wake up
  11. command /npcskin [<number>] [<offline player>]:
  12. trigger:
  13. change citizen arg 1 skin to "%arg 2%"
  14. send "&aChanged"
  15. command /dl [<text>] [<text>]:
  16. trigger:
  17. download from url "%arg 1%" to "%arg 2%"
  18. send "&7%arg 1% &6dl to &a%arg 2%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement