Simple Fabric server-side mod (plugin), that allow your players to enable/disable PVP for themselves.
It ignores server.properties
pvp flag currently
- Fabric loader >= 0.13.1
- Fabric API
- PlayerAbilityLib
- Also, you need some permission manager mod, that works with Fabric Permissions API. I suggest LuckPerms
- Install all required libraries
- Download mod
- Copy it to
mods/
folder
Command | Permission | Description |
---|---|---|
/pvp | togglepvp.base | Toggle PVP status for self |
/pvp <target_player> <on/off> | togglepvp.others | Toggle PVP status for other player (Suggests this for admins) |
- | togglepvp.ignorecooldown | Ignore command cooldown (Not implemented yet) |
Will be added later
cooldown
config optionignoreServerPropertiesPvp
config optionforcePvpStatusInDimmention
config option
This mod is available under the GNU LGPL v3.0 license.