PvP
MiscmiscLess than 1 minute
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.ymlin 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 group to ADMIN group inminecraft.yml
Note: Make this change if you ONLY want admins to be able to togglepvpin claims. /gdreload
Disable PvP for a specific player
- Run command
/cfp <player> entity-damage player false source=player
Disable PvP for a specific group of users
- Run command
/cfg <group> entity-damage player false source=player
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.
