... | ... | @@ -386,3 +386,11 @@ display: |
|
|
#unlockable: ...
|
|
|
#fully-locked: ...
|
|
|
```
|
|
|
|
|
|
## Skill Tree GUI
|
|
|
|
|
|
There is 2 possibilities to open a skill tree:
|
|
|
|
|
|
The first option is to use "/skilltrees," which will open the GUI using the `gui/skill-tree.yml` configuration file. It allows you to browse through each skill tree within the GUI. You can enable or disable this feature by modifying the `enable-global-skill-tree-gui` field in the `config.yml` file.
|
|
|
|
|
|
The second option is to use "/skilltrees " to open a specific skill tree without the ability to browse between skill trees. This will utilize the GUI configuration file from `gui/specific-skill-tree/specific-skill-tree-<skill-tree-id>.yml`. Make sure that your skill tree IDs follow the YAML format to avoid any issues. If no configuration is found, it will load the GUI from `gui/specific-skill-tree/specific-skill-tree-default.yml`. You can also toggle this feature on or off by modifying the `enable-specific-skill-tree-gui` field in the `config.yml` file. |
|
|
\ No newline at end of file |