PvP
2021年9月10日ConfPVP小于 1 分钟
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.yml
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 to ADMIN inminecraft.yml
/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
/cf
to launch flag GUI. - Make sure
PRESET
USER
tab is selected. - Toggle
pvp
tofalse
.
Allow users to configure PvP as they wish
- Run command
/cf
to launch flag GUI. - Make sure
PRESET
USER
tab is selected. - Toggle
pvp
tofalse
ortrue
.