Advertisement
Guest User

Untitled

a guest
May 30th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. on fish:
  2. fish state is CAUGHT_FISH:
  3. if "%region at player%" contains "whitgardefish":
  4. chance of 2% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  5. set {locx} to player's x-coordinate
  6. set {locy} to player's y-coordinate
  7. set {locz} to player's z-coordinate
  8. set {World} to player's world
  9. execute console command "/mm m spawn FrozenDead:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  10. send "&a&lNICE CATCH! &fYou have caught a &cFrozen Dead&f!" to player
  11. else if fish state is CAUGHT_FISH:
  12. if "%region at player%" contains "whitgardefish":
  13. chance of 10% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  14. set {locx} to player's x-coordinate
  15. set {locy} to player's y-coordinate
  16. set {locz} to player's z-coordinate
  17. set {World} to player's world
  18. execute console command "/mm m spawn IceChild:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  19. send "&aGOOD CATCH! &fYou have caught an &cIce Child&f!" to player
  20. else if fish state is CAUGHT_FISH:
  21. if "%region at player%" contains "whitgardefish":
  22. chance of 5% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  23. set {locx} to player's x-coordinate
  24. set {locy} to player's y-coordinate
  25. set {locz} to player's z-coordinate
  26. set {World} to player's world
  27. execute console command "/mm m spawn LostScubaDiver:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  28. send "&a&lNICE CATCH! &fYou have caught an &cLost Scuba Diver&f!" to player
  29. else if fish state is CAUGHT_FISH:
  30. if "%region at player%" contains "whitgardefish":
  31. chance of 3% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  32. set {locx} to player's x-coordinate
  33. set {locy} to player's y-coordinate
  34. set {locz} to player's z-coordinate
  35. set {World} to player's world
  36. execute console command "/mm m spawn SnowTheSnowman:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  37. send "&a&lNICE CATCH! &fYou have caught a &cSnow The Snowman&f!" to player
  38. else if fish state is CAUGHT_FISH:
  39. if "%region at player%" contains "whitgardefish":
  40. chance of 2% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  41. set {locx} to player's x-coordinate
  42. set {locy} to player's y-coordinate
  43. set {locz} to player's z-coordinate
  44. set {World} to player's world
  45. execute console command "/mm m spawn MutatedDrowned:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  46. send "&a&lNICE CATCH! &fYou have caught a &cMutated Drowned&f!" to player
  47. else if fish state is CAUGHT_FISH:
  48. if "%region at player%" contains "whitgardefish":
  49. chance of 10% + {fishingluck::%player's uuid%} + {fishingluckarmor::%player's uuid%}:
  50. set {locx} to player's x-coordinate
  51. set {locy} to player's y-coordinate
  52. set {locz} to player's z-coordinate
  53. set {World} to player's world
  54. execute console command "/mm m spawn IceChild:0 1 %{World}%,%{locx}%,%{locy}%,%{locz}%"
  55. send "&aGOOD CATCH! &fYou have caught an &cIce Child&f!" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement