PVP
GriefDefender has the ability to control PvP globally, per user/group, or per claim.
Here are a few examples on how to configure PvP
Note: These examples assume a clean installation with no modified settings.
# Disable PvP on server
To disable PvP on server, open server.properties and set pvp to false (On Sponge, set PVP to false in the Sponge config).
# Disable PvP globally except specific claims
- Open
presets/minecraft.confin the GD config directory. - Change
default-value=truetodefault-value=falseunder thepvpdefinition - Toggle the
pvpdefinition to true in claims where pvp is wanted - Optional: Move the
pvpflag definition from USER to ADMIN inminecraft.conf /gdreload
# Disable PvP for a specific player
- Run command
/cfp <player> entity-damage player false context[source=player, override=global]
# Disable PvP for a specific group of users
- Run command
/cfg <group> entity-damage player false context[source=player, override=global]
# Allow PvP globally except specific claims
If you want to allow users to enable/disable PvP then have them do the following
- Run command
/cfto launch flag GUI. - Make sure
PRESETUSERtab is selected. - Toggle
pvptofalse.
# Allow users to configure PvP as they wish
- Run command
/cfto launch flag GUI. - Make sure
PRESETUSERtab is selected. - Toggle
pvptofalseortrue.