bentobox/src
tastybento d7c7559546 Adds a persistent metadata API to User and Island classes.
This is modeled after the Bukkit metadata API with the difference that
it is persistent, i.e., metadata is stored to the database. Metadata can
be placed on Islands or Users.

This API should be useful for addons that do not want or need to create
their own database tables and instead just want to tag the user with
some data, or tag the island with some data. It is intended for small
amounts of data, like boolean tags or other values.
2020-12-28 20:39:08 -08:00
..
main Adds a persistent metadata API to User and Island classes. 2020-12-28 20:39:08 -08:00
test/java/world/bentobox/bentobox Adds a persistent metadata API to User and Island classes. 2020-12-28 20:39:08 -08:00