-
Notifications
You must be signed in to change notification settings - Fork 95
PvP
bloodmc edited this page Jun 4, 2022
·
11 revisions
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.
To disable PvP on server, open server.properties
and set pvp
to false (On Sponge, set PVP to false in the Sponge config).
- Open
presets/minecraft.conf
in the GD config directory. - Change
default-value=true
todefault-value=false
under thepvp
definition - Toggle the
pvp
definition to true in claims where pvp is wanted - Optional: Move the
pvp
flag definition from USER group to ADMIN group inminecraft.conf
Note: Make this change if you ONLY want admins to be able to togglepvp
in claims. /gdreload
- Run command
/cfp <player> entity-damage player false source=player
- Run command
/cfg <group> entity-damage player false source=player
If you want to allow users to enable/disable PvP then have them do the following
- Run command
/cf
to launch flag GUI. - Make sure
PRESET
USER
tab is selected. - Toggle
pvp
tofalse
.
- Run command
/cf
to launch flag GUI. - Make sure
PRESET
USER
tab is selected. - Toggle
pvp
tofalse
ortrue
.