quelqu'un peux m'aider ? ... (sur le plugins essentials)

  • Auteur de la discussion Auteur de la discussion didi005
  • Date de début Date de début

didi005

Architecte en herbe
22 Mai 2018
17
1
64
27
quelqu'un peut m'aider Essentials il m'affiche une erreur vous prouver m'aider à la retrouver:

Code:
# This section requires the EssentialsProtect.jar to work.
protect:
  # General physics/behavior modifications.
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: false
    tnt-playerdamage: false
    tnt-minecart-explosion: false
    tnt-minecart-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    witherskull-explosion: false
    witherskull-playerdamage: false
    wither-spawnexplosion: false
    wither-blockreplace: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: false
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players.
    # permission essentials.protect.entitytarget.bypass disables this.
    entitytarget: false
    # Prevent the spawning of creatures.
    spawn:
      creeper: true
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false
      wither: false
      bat: false
      witch: false
      horse: false
  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1
  # Disable various default physics and behaviors.
  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
si vous voyer l'erreur réponder merci =)
 
Dernière édition par un modérateur:
Bonjour,

Déjà, il y a des balises pour mieux afficher tes logs/config (Clique sur le "+" dans la barre en haut, lorsque tu écris un message, puis "Code").
Ensuite, tu nous dis de trouver une erreur. C'est-à-dire ? Il y a des logs sur le serveur ? Si oui, lesquels ?
Enfin, n'hésite pas à garder l'indentation de base (sinon spigot va mal comprendre les configs).
 
  • J'aime
Reactions: DiscowZombie