Version 1.2.16
Changelog
- Added an option to disable claiming of horses with no saddle
- Added an option to disable items in the horse-gui (you can now disable the market and upgrade item for example!)
- Added an option to switch to per-horse trail permissions
- Added an option to configure console and player commands on each horse upgrade
- Added an option to allow horses to wander like they normally do when nobody is riding them
Config Changes
Code (YAML):
horse-options
:
# Should horses have to have saddles on before being claimable?
no-claiming-without-saddle
: false
# Should rpg-horses wander around like they normally do?
allow-wandering
: false
trails-options
:
# When true, players will need the permission rpghorses.trail.<horseid>.<trail> in order to use each trail for each horse
per-horse-permissions
: false
horse-tiers:
1
:
# Commands to be run on upgrade, use CONSOLE: for console commands and PLAYER: for commands to be run by the upgrade player
commands
:
- 'CONSOLE:say
{PLAYER
} upgraded their horse to tier 2'
- 'PLAYER:me I have just upgraded my horse to tier 2'
horse-gui-options:
sell-item
:
# Should this item be enabled?
enabled
: true
rename-item
:
# Should this item be enabled?
enabled
: true
toggle-automount-on
:
# Should this item be enabled?
enabled
: true
toggle-automount-off
:
# Should this item be enabled?
enabled
: true
trails-item
:
# Should this item be enabled?
enabled
: true
upgrade-item
:
# Should this item be enabled?
enabled
: true
delete-item
:
# Should this item be enabled?
enabled
: true
messages:
claim-saddle-fail
: '
{PREFIX
}Your horse must have a saddle equipped in order for it to be claimed'