Update 1.9 | Worldguard region borders, Minor changes
UPDATE v1.9
Changelogs:
Added: Worldguard region borders! You now get thrown out of a pvp-deny region when you are in combat ( You can disable this function ) Thank you @justiinfighter for the idea!
Added: Support options in the config.yml. You can now enable / disable supported plugins ( At the moment you can disable / enable support for HolographicDisplays and Worldguard )
Added:Added message for region borders.
Removed: You no longer need HolographicDisplays as an hard dependency.
Config changes: You really should add these lines to the config.yml or regenerate it completely. lang.yml has only one new line.
config.yml
Code (YAML):
Support:
# DeluxeCombat supports some other # plugins. Here you can enable / disable # plugin hooks. Many new plugins will follow # in the future! WorldGuard: # Download Worldguard here: dev.bukkit.org/projects/worldguard # DeluxeCombat was build against WG version: 7.0.0 # DeluxeCombat + Worldguard Features: # - Prevent players from entering pvp deny regions while in combat # - ( Players wont get tagged in pvp deny regions )
# Enable / Disable Worldguard support # ( You need to install the plugin for this ) enable: true
# If combat tagger is enabled and this option # too: Players cant go into a no-pvp region # They will get thrown out of this region if # they do so combat_throw_out_of_region: true
HolographicDisplays: # Download HD Lines here: dev.bukkit.org/projects/holographic-displays # DeluxeCombat was build against HD version: 2.3.2 # DeluxeCombat + HolographicDisplays Features: # - Create leaderboard holograms
# Enable / Disable HolographicDisplays support # ( You need to install the plugin for this ) enable: true
lang.yml:
Code (YAML):
# COMBAT-LOGGER combat-logger:
damage-to-enemy: '&eYou are now in &ccombat &ewith &6
%victim% &eso do not quit.' damage-from-enemy: '&6
%damager% &eis now in &ccombat &ewith you so do not quit.' disabled-command: '&eYou can not use the command &c
%command% &ewhile in combat.' leave-broadcast: '&c
%player% left while in combat with %damager% and has played himself.' items-broadcast: "&4%player%'s &citems are at: &4%world%&c, &4%x%, %y%, %z%" combat-expired: '&eYou are &anot &ein combat anymore and allowed to quit.'
enderpearl-disabled-during-combat: "&cYou cant use enderpearls during combat!" chorusfruit-disabled-during-combat: "&cYou cant use chorus fruits during combat!" deny-pvp-deny-enter: "&cYou cant enter this region during a fight!"