
HoloTools 1.1.6
Various tools with a holographic interface
[ x ] Fixed an error with MySQL. When disconnecting, the cache was not being cleared, preventing future updates when rejoining the server.
[ + ] An option called "storage" was added to change the storage location of the holos.
Now you can store the data using YAML and MySQL, in addition to the default "item" option.
The player mode works differently to ensure that the player always opens the same holo regardless of the item.
storage:
#available modes: item, player, uuid
#item: Saves all data inside the ItemStack and ignores the type config.
#player: Saves all data using the type config. Holos are also per player, and everyone will see the same holo.
#uuid: Saves all data using the type config. Holos also have a unique UUID so that each item has a different holo, similar to item mode.
mode: item
#available types: yaml and mysql, others coming soon
type: yaml
#config for mysql type and others in the future
config:
host: localhost
port: '3306'
user: user
password: '123456'
database: database
[ x ] An error in the configuration of the HoloCrafter and HoloWardrobe item was fixed. The issue was resolved by changing the option from "custom_model_id" to "custom_model_data."
[ + ] An UpdateChecker was added to notify the server when a new version is available.
[ + ] The "tooltip.enabled" option was added in "holowardrobe.yml" to disable the tooltip in case of incompatibility or other reasons.
[ + ] Added an option in config.yml called "visible_for_everyone." This option allows other players to see your Holos, including the HoloCrafter and HoloWardrobe. This option is experimental, so if you find any errors, please report them.
[ x ] Fixed an error that appeared in the console when a player reconnected in version 1.21.
Colors per slot in tools, fix bugs, new messages in crafter and more