Daniel12321 / AdventureMMO

MIT License
11 stars 10 forks source link

Farming skill issue, maybe #37

Open aWitch-Doctor opened 7 years ago

aWitch-Doctor commented 7 years ago

I'm not sure if this was intended or not but once a player breaks a crop in a location all future crops broken in that location don't give farming xp. If this was intended can you make a config setting for farming to continue to give xp for blocks broke in the same location?

As always, Thank you for your work on this plugin. We appreciate it.

Daniel12321 commented 7 years ago

There is currently a bug in sponge, that causes the ChangeBlockEvent.Grow event to never be posted, so i cant listen to block growing. Im currently working om a way around it, but its not very easy.

aWitch-Doctor commented 7 years ago

Mkay, seems a lot of plugins are waiting on sponge updates to get things to work correctly. No worries. As always, thank you for all your work on these plugins.