Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. pvp {
  2. # Whether a player can drop items during combat to hide them.
  3. allow-combat-item-drops=false
  4. # How long combat is considered to continue after the most recent damage.
  5. combat-timeout=10
  6. # Whether to make newly spawned players immune until they pick up an item.
  7. protect-fresh-spawns=false
  8. # Whether player's dropped on death items are protected in pvp worlds.
  9. protect-item-drops-death=true
  10. # Whether players may fight in admin-owned land claims.
  11. protect-players-in-adminclaims=false
  12. # Whether players may fight in player-owned land claims.
  13. protect-players-in-claims=true
  14. # Whether players may fight in subdivisions of admin-owned land claims.
  15. protect-players-in-subdivisions=true
  16. # Whether players may fight in wilderness.
  17. protect-players-in-wilderness=false
  18. # Whether to kill players who log out during PvP combat.
  19. punish-logout=true
  20. # Whether or not pvp anti-grief rules apply.
  21. rules-enabled=true
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement