Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. command /start:
  2. trigger:
  3. if {player::%uuid of player%::entered} is false:
  4. set {player::%uuid of player%::entered} to true
  5. wait 1 tick
  6. set slot 4 of player to clock named "&c> &7Choose Gender &c<" with lore "&c>&7 Choose your gender to Start&c <"
  7.  
  8. on right click:
  9. player's tool is a clock:
  10. name of player's tool is "&c> &7Choose Gender &c<":
  11. open chest with 3 rows named "&c>&7 Choose Gender &c<" to players
  12. format slot 12 with blue wool named "&c> &bBoy &c<" with lore "&c>&7 Become a boy for masterbation &c<" to close then run [make player execute command "/boy"]
  13. format slot 13 with pink wool named "&c> &dGirl&c <" with lore "&c>&a Coming Soon&c <" to be unstealable
  14.  
  15. command /boy:
  16. trigger:
  17. if {player::%uuid of player%::entered} is true:
  18. if {player::%uuid of player%::gender} is false:
  19. set {player::%uuid of player%::gender} to "boy"
  20. set slot 0 of player to hopper named "&c> &7Pocket Pussy&c <" with lore "&c>&a Coming Soon&c <"
  21. set slot 4 of player to bone named "&c> &f&lBONER &c<" with lore "&c> &BSPAM RIGHT CLICK &c<"
  22. set slot 3 of player to bone meal named "&c> &7Towel &c<" with lore "&c>&7 Make a mess Freely &c<"
  23.  
  24. on inventory click:
  25. if {player::%uuid of player%::gender} is boy:
  26. cancel Event
  27.  
  28. on right click:
  29. player's tool is a bone:
  30. name of player's tool is "&c> &f&LBONER &c<":
  31. if {player::%uuid of player%::nut} < 51:
  32. add 1 to {player::%uuid of player%::nut}
  33. message "&c> &7Thrust &b(%{player::%uuid of player%::nut}%/50)"
  34. if {player::%uuid of player%::nut} = 50:
  35. set {drop} to player's location
  36. add 0.5 to y-coordinate of {drop}
  37. drop 5 cobweb at {drop}
  38.  
  39. on pickup:
  40. if {player::%uuid of player%::gender} is true:
  41. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement