bentobox/src/main/java/us/tastybento/bskyblock
tastybento 20d74e19c9 Added a concept of UUID to the class that is to be saved.
If the class to be saved does not define its own uuid, then one will be
generated at random by the database manager. For flat file databases,
the UUID is used for filenames. For other databases, it's an index
record. If the class defines a UUID then the same record will be
replaced again and again. i.e., it's like a config file.
2017-05-23 22:41:05 -07:00
..
api/events Changed everything to BSkyBlock 2017-05-20 14:52:52 -07:00
commands WIP: Island class - saving to flat file. 2017-05-21 21:37:10 -07:00
config Removed "breedingLimit" setting 2017-05-23 16:29:09 +02:00
database Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
util Changed checkPerm to hasPerm. 2017-05-21 00:17:20 -07:00
BSkyBlock.java WIP: Island class - saving to flat file. 2017-05-21 21:37:10 -07:00
Metrics.java Changed checkPerm to hasPerm. 2017-05-21 00:17:20 -07:00