Un warning de Permissions Bukkit

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

titou1384

Linuxien convaincu
9 Juin 2012
6
1
3
Bonsoir,

comme vous l'avez sans doute deviné, j'ai dans l'idée de lancer un serveur, et j'ai justement besoin de votre aide.
Je suis en train de configurer les permissions de Command Book, et, malheur, quand je démarre le serveur, je m'aperçois que je n'ai pas les droits admin. Je fouille dans les logs pour trouver :
21:07:45 [GRAVE] [PermissionsBukkit] Unable to load configuration!

Misère de misère !

Voilà donc mon fichier de configuration :

"
# PermissionsBukkit configuration file
#
# A permission node is a string like 'permissions.build', usually starting
# with the name of the plugin. Refer to a plugin's documentation for what
# permissions it cares about. Each node should be followed by true to grant
# that permission or false to revoke it, as in 'permissions.build: true'.
# Some plugins provide permission nodes that map to a group of permissions -
# for example, PermissionsBukkit has 'permissions.*', which automatically
# grants all admin permissions. You can also specify false for permissions
# of this type.
#
# Users inherit permissions from the groups they are a part of. If a user is
# not specified here, or does not have a 'groups' node, they will be in the
# group 'default'. Permissions for individual users may also be specified by
# using a 'permissions' node with a list of permission nodes, which will
# override their group permissions. World permissions may be assigned to
# users with a 'worlds:' entry.
#
# Groups can be assigned to players and all their permissions will also be
# assigned to those players. Groups can also inherit permissions from other
# groups. Like user permissions, groups may override the permissions of their
# parent group(s). Unlike users, groups do NOT automatically inherit from
# default. World permissions may be assigned to groups with a 'worlds:' entry.
#
# The cannot-build message is configurable. If it is left blank, no message
# will be displayed to the player if PermissionsBukkit prevents them from
# building, digging, or interacting with a block. Use '&' characters to
# signify color codes.

users:
titou1384:
groups:
- user
titi:
groups:
- admin



debug: true


groups:
default:
inheritance:
permissions:
permissions.build: false
admin:
inheritance:
- user
permissions:
permissions.*: true
worldedit.*: true
worldguard.*: true
user:
inheritance:
- default
permissions:
permissions.build: true
commandbook.who: true
commandbook.motd: true
commandbook.rules: true
commandbook.kit.list:true
commandbook.kit.kits.starter:true
commandbook.time.check:true
commandbook.spawn:true
commandbook.teleport:true
commandbook.say.me:true
commandbook.msg:true
commandbook.whereami:true
commandbook.whereami.compass:true



messages:
build: 'Vous ne pouvez pas construire, postulez sur le forum!'


backup:
interval: 5
"

Pourriez-vous, s'il vous plaît m'indiquer ce qui ne va pas dans mon fichier de config ?
Non pas que je sois paresseux (quoique :p) mais j'ai passé 2 bonnes heures à passer au crible ce fichier pour ne rien trouver...

Cordialement, titou1384.
 
commandbook.kit.list:true
commandbook.kit.kits.starter:true
commandbook.time.check:true
commandbook.spawn:true
commandbook.teleport:true
commandbook.say.me:true
commandbook.msg:true
commandbook.whereami:true
commandbook.whereami.compass:true

il manque des espace après ":"

Voila sinon y reste les espaces que je ne peux pas vérifier ici
 
Hmm ! Quel imbécile !
Merci beaucoup. Le fait est que pour les espaces j'ai déjà vérifié, mais bon, ça devrait déjà aller beaucoup mieux maintenant :)