Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. on join:
  2. if {start.%player's uuid%} is false:
  3. execute player command "/plot auto"
  4. set {_s} to 1 of unbreakable wooden hoe
  5. give player 1 of {_s}
  6. give player 2 wheat seeds named "&b&lWheat Plant" with lore "&7Place to use"
  7. set {start.%player's uuid%} to true
  8. send "&8| &5&lHARVEST &8| &7Your &dplot &7has been created."
  9. give player 1 water bucket
  10. if {start.%player's uuid%} is not set:
  11. execute player command "/plot auto"
  12. set {_s} to 1 of unbreakable wooden hoe
  13. give player 1 of {_s}
  14. give player 2 wheat seeds named "&b&lWheat Plant" with lore "&7Place to use"
  15. set {start.%player's uuid%} to true
  16. send "&8| &5&lHARVEST &8| &7Your &dplot &7has been created."
  17. give player 1 water bucket
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement