TownyResources
TownyResources copied to clipboard
Eggs cannot be collected
- For some reason, eggs cannot be collected
- You can run the collect command, there is no error, but the eggs do not appear in your inventory
- It looks like the egg drop (world.dropNaturally(eggs)) is being intercepted by the daily egg limiter
- This is not good, both because it prevents the resources being collected unless the player is in their owned plot, and if they are in their owned plot, it would count towards their daily limit.
- Solutions:
- Remove the egg limiter altogether.....so it would be unlimited just like honey at the moment
- Temporarily suspend the spawn listener just for that spawn....oof how to do do that?
- Applied solution 1. Removed eggs from both limits, and offers, and disabled the item spawn limiter.
- For release, we will just include a note that eggs are not limited or offered
- This ticket can be revisited later