nsporillo / GlobalWarming

Server side global warming mechanics in Minecraft!
GNU Lesser General Public License v3.0
473 stars 46 forks source link

Carbon contributions not tied to furnaces #36

Open nsporillo opened 5 years ago

nsporillo commented 5 years ago

Currently the plugin bases carbon contributions from furnaces based on who placed the furnace.

A nice upgrade would support tracking contributions based on who put fuel into a furnace which caused a smelt.

Some edge cases to consider are when multiple players add fuel to furnaces, that information must be persisted through restarts because leftover fuel is allowed to stored in furnaces until the next item to be smelted is inserted.

honsq90 commented 5 years ago

hello! sounds like a cool plugin, don't mind if I try and tackle this? I play Minecraft myself so this'll be interesting

nsporillo commented 5 years ago

You’re more then welcome to give it a try, feel free to reach out to me in Discord to discuss anything. This is a pretty substantial change that will likely involve another database table and a lot of new logic that needs testing but the end result will be amazing!

honsq90 commented 5 years ago

alrighty, looking to block out some time this weekend :)