-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
The current default configuration file may be found on GitHub. The configuration options may be changed to reflect your preferences'
parameter | default | description |
defaults.activation-distance | 20 | The distance at which a hologram may be seen, in blocks. |
defaults.show-time | 15 | The time a hologram will be displayed, in seconds. |
save-frequency | 60 | For NTIMES holograms, how frequently player view data are saved to the database, in seconds.
🚩 The data should not be saved too frequently, to minimize performance impact. Values below 20 will generate a WARN message in the server log. |
storage-type | SQLITE | Data storage may be either SQLITE or YAML. SQLITE will provide better performance on larger installations. |
check-for-updates | true | If you do not want available updates announced in the console log, you may disable it. |
enable-metrics | true | By default, the plugins collects and transmits anonymous statistics to bstats.org. Data collection may be disabled here, or generally in the bStats/config.yml. |
debug | false | This will print a large amount of debugging information to the console/log. Recommendation: Leave this false unless specifically requested by the pHD support team. |
Recommendation: Save a backup of the file before you change it.
- Edit plugins/pHD/config.yml to suit your preferences.
- Reload pHD or restart the server.
The configuration file must contain valid YAML.
🚩 YAML errors in the configuration will cause pHD to be disabled. Check the log, correct the errors and restart the server.
🛑 End Of Life
▪ Overview
▪ Version Support 🚩
▪ How It Works
▪ Installation
▪ Configuration
▪ Localization
▫ Formatting Codes
▪ Commands & Perms
▫ list
▫ info
▫ report
▫ manage
▫ set
▫ unset
▫ unmanage
▫ reload
▫ convert
▪ Sample Use Cases
▪ Support
▪ FAQ
▪ Technical Details
▪ Futures