smp2/plugins/CombatLogX/expansions/CheatPrevention/blocks.yml

34 lines
1.2 KiB
YAML

# Should players be prevented from interacting with blocks during combat?
# Default: false
prevent-interaction: false
# This is a list of blocks that players should not interact with during combat.
# Spigot Material List: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# This defaults to prevent all block interactions.
prevent-interaction-list:
- "*"
# Should players be prevented from breaking blocks during combat?
# Default: true
prevent-breaking: false
# This is a list of blocks that should be prevented from breaking
# Spigot Material List: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# This defaults to prevent all block breaking
prevent-breaking-list:
- "*"
# Should players be prevented from placing blocks during combat?
# Default: true
prevent-placing: false
# This is a list of blocks that should be prevented from placing
# Spigot Material List: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# This defaults to prevent all block placing
prevent-placing-list:
- "*"
# Should players be prevented from creating portals during combat?
# This option only works in 1.14.4+
# Default: false
prevent-portal-creation: false