Added:Support for PlaceHolderAPI! You can now use papi placeholders in all lang.yml messages! ( Currently only working for chat messages )
Added:Support for VanishNoPacket! You can now disable fighting while you are vanished + You can disable vanish when you hit other players!
Added:Support for LibsDisguises! You can now enable that you will get undisguised when you get hit by other players / hit other players
Changed:Completely rewrote the hook behaviour of the plugin. ( DeluxeCombat now hooks better into other plugins )
WARNING: You need to update your config.yml! Config changes:
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
VanishNoPacket: # Download VanishNoPacket here: dev.bukkit.org/projects/vanish # DeluxeCombat was build against VNP version: 3.20.1 # DeluxeCombat + VanishNoPacket Features: # - Prevent you from hitting players while you are vanished # - Unvanish yourself when you hit a player
# Enable / Disable vanishnopacket support # ( You need to install the plugin for this ) enable: false
# Even with /ni you cant hit other players deny-vanish: true
# If deny-vanish is enabled, you will quit # vanish if you hit another player unvanish-on-hit: true
LibsDisguises: # Download LibsDisguises here: spigotmc.org/resources/32453/ # DeluxeCombat was build against LD version: 9.8.2 # DeluxeCombat + LibsDisguises Features: # - Undisguise when you hit a player
# Enable / Disable libsdisguises support # ( You need to install the plugin for this ) enable: false
undisguise-on-hit: true
PlaceholderAPI: # Download PlaceHolderAPI here: spigotmc.org/resources/6245/ # DeluxeCombat was build against PAPI version: 2.10.3 # DeluxeCombat + PlaceHolderAPI Features: # - Use papi placeholders in all lang.yml values
# Enable / Disable placeholderapi support # ( You need to install the plugin for this ) enable: false