VulnerabilityPatcher/out/production/resources/config.yml

46 lines
1.1 KiB
YAML
Raw Normal View History

# VulnerabilityPatcher by CoolJWB.
2019-01-20 00:33:46 +00:00
# Patches: DeathPotions, DeathItems, CrashItems, Books, RougeEntity, Arrows, Riptide, FollowRange, DisconnectItems, EntityTag.
# All patches added in the list below will be activated on server startup.
2019-01-20 00:33:46 +00:00
Patches:
- DeathPotions
- DeathItems
- CrashItems
2019-01-20 00:33:46 +00:00
- Books
- RougeEntity
- Arrows
2019-01-20 00:33:46 +00:00
- Riptide
- FollowRange
- DisconnectItems
- EntityTag
- Blocks
- StructureBlocks
# All entities added below will be blocked to use in a spawn egg.
BlockedEntityTags:
- lightning_bolt
- falling_block
- area_effect_cloud
2019-01-20 00:33:46 +00:00
Commands:
Help:
Permission: vulnerability.help
Version:
Permission: vulnerability.version
Reload:
Permission: vulnerability.reload
BlockTags:
Permission: vulnerability.tags.block
UnblockTags:
Permission: vulnerability.tags.unblock
EnablePatch:
Permission: vulnerability.patch.enable
DisablePatch:
Permission: vulnerability.patch.disable
2019-01-20 00:33:46 +00:00
Notify:
Enabled: false
Permission: vulnerability.notify
# DevMode should be set to false, unless you're a developer of this plugin.
2019-01-20 00:33:46 +00:00
DevMode: false