I'm making a server just for me and my friends on PloudOs and I wanted to leave the permissions to open and get the custom heads for decors and etc.
btw, I'll be leaving the config.yml here:
How often the database should be updated in seconds.
refresh: 86400
If local heads should be enabled.
Local heads are heads from players that have joined your server at least once.
localHeads: true
If enabled categories will require a permission to be used.
I'm making a server just for me and my friends on PloudOs and I wanted to leave the permissions to open and get the custom heads for decors and etc. btw, I'll be leaving the config.yml here:
How often the database should be updated in seconds.
refresh: 86400
If local heads should be enabled.
Local heads are heads from players that have joined your server at least once.
localHeads: true
If enabled categories will require a permission to be used.
Permission: headdb.category.
requireCategoryPermission: false
Economy Options
economy: enable: false provider: "VAULT" # Supported: VAULT format: "##.##" cost: alphabet: 100 animals: 100 blocks: 100 decoration: 100 food-drinks: 100 humans: 100 humanoid: 100 miscellaneous: 100 monsters: 100 plants: 100
Command Configuration. Supports PlaceholderAPI.
commands:
Commands to run ONLY if the purchase is successful.
They are run as CONSOLE after the player has receiver the head in their inventory.
purchase:
Graphical User Interface customization
gui: main: fill: material: "BLACK_STAINED_GLASS_PANE" name: "Vago" lore: [.]
Categories are set in the slots 20-24 & 29 - 33. You can add specific ones here to relocate them.
If the original fetching fails and this is enabled,
the plugin will attempt to fetch the heads from an archive.
The archive is static so some heads may be missing, this will only be used when all else fails.
fallback: true
Shows more plugin information. (/hdb info)
showAdvancedPluginInfo: true
Storage Options
storage:
Amount of threads in the executor pool used for storage.
threads: 2
Debug Mode
debug: false