Eon-Nations / EonCore

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

Node lookup #98

Open SerenityCodes opened 11 months ago

SerenityCodes commented 11 months ago

In order to make tasks that add items to the node repeatedly, we need a way to look them up for easy access. The nodes shouldn't all be loaded into memory. They should be cached and loaded as chunks are loaded/unloaded. Integration with the database is needed here.