Eon-Nations / EonCore

Core framework for Eon Islands
GNU General Public License v3.0
0 stars 0 forks source link

Recurring task for adding items to nodes #99

Open SerenityCodes opened 8 months ago

SerenityCodes commented 8 months ago

Each node won't get its own bukkittask (There could be thousands if not millions of these things), so one recurring task looping through all of them is needed in order to add items every second.

SerenityCodes commented 8 months ago

For this task, it integrates closely with #98. Node lookup can be done with a HashMap until it is fully integrated with the database.