Plugin Problèmes de meurtres sur mon serveur

BrinDeNuage

Architecte en herbe
26 Mars 2014
59
0
82
France
J'ai un soucis sur mon serveur, mon serveur est un serveur survival sans PVP, mais certains joueurs tuent d'autres joueurs en les asphyxiant avec du gravier/sable ou encore avec des briquets et des seau de lave. Comment sans désactiver ces objets je peux régler ce problème ?
 

Chourri

Aventurier
19 Juillet 2014
19
3
3
25
Bonjour,
Normalement sur ton essentials tu as sa dans ta config:
Code:
 disable:
    # Should fall damage be disabled?
    fall: false
 
    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false
 
    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value.)
    drown: false
    suffocate: false
 
    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false
 
    # Should arrow damage be disabled?
    projectiles: false
 
    # This will disable damage from touching cacti.
    contactdmg: false
 
    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false
 
    # Should the damage after hit by a lightning be disabled?
    lightning: false
 
    # Should Wither damage be disabled?
    wither: false
 
    # Disable weather options?
    weather:
      storm: false
      thunder: false
      lightning: false

Tu as juste besoin de mettre true sur PvP

Cordialement