NonExplosivePvP:

Disables bed, respawn anchor, end crystal explosions on set dimensions to encourage "traditional pvp"
Features:
- Disable the usage of beds and respawn anchors in non-whitelisted worlds
- Disable end crystal damage and block damage
- Can choose which worlds to whitelist the usage of beds and respawn anchors on
- Can choose which block or entity (BED, RESPAWN ANCHOR, END CRYSTAL) to disable/enable its usage/explosion
Config:
# block explosion toggles
disable_bed_explosion: true
disable_respawn_anchor_explosion: true
# block usage whitelist worlds
bed_usage_whitelist_worlds:
- world
respawn_anchor_usage_whitelist_worlds:
- world_nether
# entity explosion toggles
disable_end_crystal_explosion: true

