Probleme Worldguard dégats de chute, feu et lave.

williamspeth

Architecte en herbe
2 Novembre 2012
36
3
69
27
Bonsoir à tous,
J'ai un problème sur mon serveur concernant Worldguard. En effet, au bout d'un certain moment, les dégats de chute, de lave, de feu et la gravité sont annulés. Ce qui me pose quelques soucis. J'ai donc essayé de localiser l'erreur, et il semblerait que ca vienne du fichier regions.yml
Voici le fichier :

Code:
#
# WorldGuard regions file
#
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
# the contents of this file will reset. Please use a YAML validator such as
# http://yaml-online-parser.appspot.com (for smaller files).
#
# REMEMBER TO KEEP PERIODICAL BACKUPS.
#
regions:
    shop1:
        min: {x: 998.0, y: 75.0, z: 391.0}
        flags: {}
        max: {x: 1000.0, y: 77.0, z: 395.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    shop5:
        min: {x: 998.0, y: 75.0, z: 365.0}
        flags: {}
        max: {x: 1000.0, y: 77.0, z: 369.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    shop4:
        min: {x: 1002.0, y: 75.0, z: 371.0}
        flags: {}
        max: {x: 1006.0, y: 77.0, z: 373.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    shop3:
        min: {x: 998.0, y: 75.0, z: 375.0}
        flags: {}
        max: {x: 1000.0, y: 77.0, z: 379.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    __global__:
        flags: {build: deny}
        priority: 0
        type: global
        owners: {}
        members: {}
    shop2:
        min: {x: 998.0, y: 75.0, z: 383.0}
        flags: {}
        max: {x: 1000.0, y: 77.0, z: 387.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    shop7:
        min: {x: 984.0, y: 75.0, z: 371.0}
        flags: {}
        max: {x: 988.0, y: 77.0, z: 373.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}
    shop6:
        min: {x: 992.0, y: 75.0, z: 371.0}
        flags: {}
        max: {x: 996.0, y: 77.0, z: 373.0}
        priority: 0
        type: cuboid
        owners: {}
        members: {}
    parcelle1:
        min: {x: 962.0, y: 64.0, z: 367.0}
        flags: {}
        max: {x: 968.0, y: 78.0, z: 374.0}
        priority: 1
        type: cuboid
        owners: {}
        members: {}

Apart supprimer le fichier lui-même, je n'ai trouvé aucune solution..
Merci donc de vous pencher sur le problème.
Ma version de Worldguard est la 6.0.0 -beta-2
Je joue en 1.7.9
Merci d'avance!