So some more new stuff:
- I have fixed the RegionbreedLimit plugin, a.k.a. headcount. The issue here was that the plugin itself was broken for 1.13. Once I fixed that, I found out it conflicts somehow with the ModifyWorld plugin which regulates who cannot do some things in a world (like Guests cannot do anything in Darklands despite that there is no region that prevents them). When I tried to update Modifyworld to the latest minecraft version, I realized it depends on PermissionsEX (those two used to be a bundle from the same developer), which is managing all our Permissions. I had to update that as well. So once I tried to update that one, I basically failed. This let me to believe that I need to find an updated verison, which also failed. So I started looking into new plugins and quickly realized that this will be much more complicated so I went back and managed a way how to update ModifyWorld without updating PermissionsEX. That make RegionBreedLimit work again, but I somehow could not fix Iron Golems from being able to be built. So I had to change the debug-code in RegionBreedLimit, found that the name of that mob changed from villager_golem to iron_golem, and now (for now) this is fixed and works again. Yay!
- I am still running into stuff in the deposit/store stock that was not properly updated in the database to 1.13. I am updating all of those things as they pop up in alerts on my screen. So there might still be some instances of stuff failing when you retrieve it from the deposit, please let me know ASAP if that happens.
- [Update] I also managed now to fix Voting. I still need to make sure that all the rewards work, from a plugin point of view, the functionality is back. [/update]