Configuration Settings
Configuration Settings
Updated for v4.0
Options: Language Pack
- The name of the language file to be used. If you name an invalid file, HorseStats will automatically unpack and default to en-us.yml.
Options: Show Tag
If set to false, the [HorseStats] tag will not display on any HorseStats messages.
Options: Anarchy Mode
- To disable all owner checking, set this to true. All horses will be at the mercy of the players. Setting this to true will also disable the HorseStats internal permission system and its SQL connection.
Options: Stat Item
- This is the item used to display a horse's stats. Note that this MUST be a valid Bukkit Material type. If it is not, HorseStats will say so in console at startup and fall back to the lead as a default.
- If you need to look up the name of a Bukkit Material type, here is a list maintained by Spigot.
Options: Stat Item Name
- This is the user-friendly name of the above Material type. This is what will be shown in /horsestats as the item to use for stat display. It is a good idea to keep this surrounded in quotes.
Options: Teleport Item
- This is the item used to toggle horse teleport. Note that this MUST be a valid Bukkit Material type. If it is not, HorseStats will say so in console at startup and fall back to the lead as a default.
- If you need to look up the name of a Bukkit Material type, here is a list maintained by Spigot.
Options: Teleport Item Name
- This is the user-friendly name of the above Material type. This is what will be shown in /horsestats as the item to use for teleporting. It is a good idea to keep this surrounded in quotes.
Options: Update Checks
- Allow the plugin to check for updates at startup? If an update is available, HorseStats will notify you in the console when the plugin is enabled, and players with the 'HorseStats.plugin-alerts' permission will get this message when they join the server as well.
Options: Multi World Transport
- Should horses be able to teleport to other worlds?
- Initial testing showed that horse data for the entire server could be lost if this is allowed.
- This result has not been successfully reproduced since MC 1.6.x.
Settings for SQL database. You can safely leave this alone and HorseStats will work fine. If you know what you are doing, you can modify the below to meet the needs of your server environment.
SQL: Driver
- The SQL driver to use. HorseStats supports SQLite and MySQL. This field ignores capitals.
SQL: SQLite Database Path
- The path to your SQLite database. This must end with '.db'. This is only used for SQLite.
SQL: MySQL Host Name
- The address of your MySQL server. This is only used for MySQL.
SQL: MySQL Port
- The port your MySQL server uses. The default port for MySQL is usually 3306. This is only used for MySQL.
SQL: MySQL Database
- The database in your MySQL server to save protections to. This is only used for MySQL.
SQL: MySQL Username
- The username that HorseStats will use to connect to your MySQL server. This is only used for MySQL.
SQL: MySQL Password
- The password that HorseStats will use to connect to your MySQL server. This is only used for MySQL.