locations.put(coord, new Chest(chest.owner(), coord));
} else {
locations.put(coord, new Chest(chest.owner(), coord, chest.name()));
}
}
old.save();
}
void save() {
NBTList<NBTCompound> node = new NBTList<NBTCompound>(CHESTS, NBT.COMPOUND);
for (Chest chest : locations.values()) {