CombatLogX | Custom Jumppads now support CombatLogX. You can now decide if players should be able to use jumppads if they are in combat. Please add the following to your config.yml file if you wish to make use of this feature:
Code (YAML):
# Should players be allowed to use Jumppads when in combat? # Requires CombatLogX. disableInCombat: true
The default is false. You do not have to add this if you do not want to make use of it.
The following message has been added to the messages.yml:
Code (YAML):
Messages:
InCombat: '
%prefix% &cYou can't use jumppads when in combat!'