mirror of
https://github.com/TotalFreedomMC/VulnerabilityPatcher.git
synced 2025-02-05 06:12:46 +00:00
8935f3824c
Blocked structure blocks.
46 lines
No EOL
1.1 KiB
YAML
46 lines
No EOL
1.1 KiB
YAML
# VulnerabilityPatcher by CoolJWB.
|
|
|
|
# Patches: DeathPotions, DeathItems, CrashItems, Books, RougeEntity, Arrows, Riptide, FollowRange, DisconnectItems, EntityTag.
|
|
# All patches added in the list below will be activated on server startup.
|
|
Patches:
|
|
- DeathPotions
|
|
- DeathItems
|
|
- CrashItems
|
|
- Books
|
|
- RougeEntity
|
|
- Arrows
|
|
- 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
|
|
|
|
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
|
|
|
|
Notify:
|
|
Enabled: false
|
|
Permission: vulnerability.notify
|
|
|
|
# DevMode should be set to false, unless you're a developer of this plugin.
|
|
DevMode: false |