Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. every 10 second:
  2. loop all players:
  3. set {_koxy} to number of enchanted golden apple in the loop-player's inventory
  4. set {_refile} to number of golden apple in the loop-player's inventory
  5. set {_perly} to number of ender pearl in the loop-player's inventory
  6. if player's world is "world":
  7. if {_koxy} is more than 6:
  8. set {_a} to {_koxy}-6
  9. remove {_a} of enchanted golden apple from loop-player
  10. add {_a} to {schowek.%loop-player%.koxy}
  11. send "&6Posiadasz przy sobie wiecej niz 6 koxow, %{_a}% koxow zostaje odlozone do twojego schowka" to loop-player
  12. if {_refile} is more than 12:
  13. set {_a} to {_refile}-12
  14. remove {_a} of golden apple from loop-player
  15. add {_a} to {schowek.%loop-player%.refile}
  16. send "&ePosiadasz przy sobie wiecej niz 12 refili, %{_a}% refili zostaje odlozone do twojego schowka" to loop-player
  17. if {_perly} is more than 3:
  18. set {_a} to {_perly}-3
  19. remove {_a} of ender pearl from loop-player
  20. add {_a} to {schowek.%loop-player%.perly}
  21. send "&5Posiadasz przy sobie wiecej niz 3 perly, %{_a}% perel zostaje odlozone do twojego schowka" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement