Plugin Vérification de la configuration de PermissionEx.

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

Guswaye

Aventurier
6 Avril 2011
23
1
3
Bonjour,

J'ai une requête assez simple à demander aux personnes maitrisant la configuration des plugins.J'aimerais savoir si mon plugin de PermissionEx est bien configuré. Je parle pas vraiment de la syntaxe (vérifié avec ce site : http://yaml-online-parser.appspot.com/), mais plus sur les autorisations qu'on les groupes (je cibleraisprincipalement sur les groupes Default, Iron et Admin). Je viens demander ça histoire d'être sur qu'une fois mis sur mon serveur je n'ai pas de gros problèmes avec ces groupes. Pour le reste je pourrais aisément me débrouiller.

Avant de vous mettre le fichier permissions.yml, sachez que je tourne avec les plugins suivants :
- ChestShop
- iConomy
- Essentials
- EssentialsSpawn
- Lockette
- WorldEdit
- WorldGuard
- Automessage
- Factions (prochainement)
- VoxelSniper (prochainement mais réservé à un seul joueur, moi)

Voici maintenant le fichier permissions.yml :
Code:
users:
    Guswaye:
        group:
        - admin
    Luciolex29:
        group:
        - admin
    Tyraboah:
        group:
        - gold
    Bobuble:
        group:
        - Iron
    Joueur X:
        group:
        - default
    Joueur Y:
        group:
        -Iron
    Joueur Z:
        group:
        - Obsidian      
groups:
  Default:
    prefix: '&4Visiteur&f'
    suffix: '&f' 
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - bukkit.broadcast.user
    - bukkit.command.plugins
    - modifyworld.chat
    - modifyworld.vehicle.destroy
    - modifyworld.vehicle.enter
    - modifyworld.vehicle.collide
  Iron:
    prefix: '&2Iron&f'
    suffix: '&f' 
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.chat.color
    - essentials.chat.shout
    - essentials.chat.question
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.ping
    - essentials.sethome
    - essentials.suicide
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdenye
    - essentials.worth
    - essentials.getpos
    - essentials.info
    - essentials.sethome.multiple.iron
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.create
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - modifyworld.*
    inheritance:
    - Default
  Gold:
    prefix: '&eGold&f'
    suffix: '&f' 
    permissions:
    permissions:
    - essentials.powertool
    - essentials.tpa
    - essentials.tppos
    - essentials.sethome.multiple.gold
    inheritance:
    - Default
    - Iron
  Obsidian:
    prefix: '&5Obsidian&f'
    suffix: '&f' 
    permissions:
    - essentials.jump
    - essentials.sethome.multiple.obsidian
    inheritance:
    - Default
    - Iron
    - Gold
  Admin:
    prefix: '&bMaster of Luciocraft&f'
    suffix: '&f' 
    default: true
    permissions:
    - essentials.*
    - bukkit.broadcast.*
    - bukkit.command.*
    - modifyworld.*
    - WorldEedit.*
    - WorldGuard.*
    - iConomy.*
    - ChestShop.*

Maintenant pouvais vous me dire si le groupe Default peut bien faire les choses suivantes avec cette configuration :
- Ne pas casser de blocs | poser des blocs
- Ouvrir les portes | Activer les plaques pressions et autres leviers
- Parler sur le tchat.
- Utiliser les commandes : "/help" | "/helpop" | "/list" | "/motd" | "/rules" | "/spawn"
- Casser | Utiliser | Percuter les wagons et bateaux
- Et me dire l'utilité des permissions nodes : - bukkit.broadcast.user et - bukkit.command.plugins Dans toutes ces histoires de configuration, je ne sais plus comment ils sont arrivés là et ni à quoi ils servent...
Et est-ce que le groupe Iron (et par inheritance Gold et Obsidian) peuvent :
- Construire | Casser | Poser des blocs.
- Hériter des droits du groupe Default.
Le groupe Admin vous parait-il configuré normalement ?

Enfin les permissions node :

- essentials.chat sont elles utiles. J'avoue n'être pas sur. Il me semble qu'elles appartiennent à un autre plugin de tchat, amis la encore j'ai un doute.
Dois-je mettre
- essentials.sethome
Si j'ai
- essentials.sethome.multiple.iron

Voilà, je pense avoir tout dit. Je remercie d'avance les âmes charitables qui accepterait de m'aider.
 
Manque un espace entre le tiret et le nom du rang pour joueur Y
Pas besoin des droits bukkit.broadcast.user et bukkit.command.plugins
Par contre il faut rajouter les droits d'interagir avec les leviers et compagnie.
Si tu as sethome.multiple, pas besoin de sethome
Pour les commandes d'Essentialchat il faut les mettre si tu utilises le plugin EssentialsChat. Mais ça coincera probablement si tu utilises Chatmanager en même temps (j'utilise toujours Chatmanager donc je ne saurai être affirmatif).
Pour tes inheritance, n'indique que le groupe précédent, pas besoin d'indiquer tous les groupes en dessous.
Pour l'admin, peut-être est il plus simple d'utiliser la permissions '*' qui donne tous les droits.
Et enlève le default: true dans ce groupe
Tes suffixes ne servent à rien, tu peux les enlever.
Tu n'as pas mis de rangs. Sans ça, les commandes /pex promote et /pex demote ne marcherons pas.

Voilà quelques remarques en vrac.
 
  • J'aime
Reactions: Guswaye
Merci,

J'ai corrigé tout les points que tu ma cité.

Il me manque juste les points suivants à corriger, mais je sais pas comment :

Mettre la commande des leviers/portes. Connait tu la permission node qui permet de le faire ?
Les rangs c'est la ligne "- rank : " ???
Avec mes permissions actuels je n'ai pas Chatmanger non ? Je veux dire qu'il ne peut qu'écrire des messages basiques, sans faire de mp via /msg par exemple ? Ou est-ce que "- modifyworld.tchat" prends en compte tout ça ?

Encore merci pour ton aide en tout cas !
 
Salut, que veux-tu dire par la commande des leviers/portes ?

Si tu parles de l'interaction avec les leviers, il va te falloir utiliser Modifyworld (assure toi qu'enable est bien sur true dans le fichier config.yml, celui-ci se trouvant dans "/plugins/Modifyworld"). La permission est modifyworld.blocks.interact.id.
L'ID du levier étant 69, il va falloir que tu mettes - modifyworld.blocks.interact.(69|lever), c'est comme ça avec tous les blocs. Cette ligne autorisera donc l'interaction avec les leviers.
Si tu veux justement l'interdire, met - -modifyworld.blocks.interact.(69|lever). Les deux tirets au début permettent de rendre la permissions "négative".

Les rangs correspondent à un nombre, ils permettent de "hiérarchiser" tes groupes, et ainsi de pouvoir monter ou descendre un membre directement en jeu à l'aide des commandes /pex promote et /pex demote. Plus ce nombre est important, plus le groupe est bas dans cette hiérarchie. Je te conseille de mettre rank: '0' au groupe des admins, ce qui rendra impossible l'utilisation de cette commande pour monter quelqu'un en admin dans le jeu (c'est pas un truc qu'on fait tous les jours quand même :p). Une sécurité en quelque sorte.
Moi je les fais de 100 en 100, dans ton cas, le groupe Default aurait pour rang '400', Iron '300', et ainsi de suite pour arriver au groupe des admins '0'.

Chatmanager n'est activé que si la ligne enable est sur true. Pour écrire dans le chat, il me semble qu'ils aient besoin de la permission modifyworld.chat (ou modifyworld.* bien sûr). Chatmanager sert plutôt pour les préfixes/suffixes.

Pour finir, je confirme que la permission essentials.chat est inutile vu que tu as déjà la permissions modifyworld.chat (je viens de le remarquer :p).

Si tu as besoin de plus de précisions sur un point, n'hésite pas ;)
 
  • J'aime
Reactions: Guswaye
Merci pour ta réponse Spozify,

Depuis j'ai corrigé les points cités par toi et par Echec-critique. Donc merci à vous deux.

Il me reste par contre encore quelques questions :
- Peut-on ajouter quelqu'un à la liste des users sans aller dans les FTP ? Via une commande.
- La commande " - essentials.msg" sert-elle à quelque chose ? Je crois qu'elle est similaire à
" - modifyworld.chat.private" Non ?
- La commande "- essentials.sethome.multiple.iron" Ne marche pas. Lorsqu'un joueur la tape il y à écrit qu'il n'a pas accès à cette commande. D'ailleurs mes joueurs ne peuvent plus faire /spawn, /home ou /tp. Ils doivent attendre 2 mois avant le prochain tp.

Même si le sujet principal de mon post n'est pas essentials, quelqu'un peut me dire si il voit une erreur dans la config ?

Code:
############################################################
# +------------------------------------------------------+ #
# |                      Notes                          | #
# +------------------------------------------------------+ #
############################################################
 
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#  - No tabs are present: YAML only allows spaces
#  - Indents are correct: YAML heirarchy is based entirely on indentation
#  - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
#  - List items are prefixed with a hyphen and indented:
#      lists:
#        - look like this
#      not:
#      - like this
#  - Text with symbols is enclosed in single or double quotation marks
#  - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
#  - You have saved the document as UTF-8, NOT the default, ANSI
 
 
 
############################################################
# +------------------------------------------------------+ #
# |                Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################
 
# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'b'
 
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'
 
# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true
 
# Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
# The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
# The value of change-displayname (above) has to be true.
# If you don't set this, it will default to true if essentials chat is installed.
# Don't forget to remove the # infront of the line
#add-prefix-suffix: false
 
# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 5
 
# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 0
 
# The delay, in seconds, required between /heal attempts
heal-cooldown: 60
 
# What to prevent from /i /give
# e.g item-spawn-blacklist: 46,11,10
item-spawn-blacklist:
 
# Set this to true if you want permission based item spawn rules
# Note: The blacklist above will be ignored then.
# Permissions:
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
permission-based-item-spawn: false
 
# Mob limit on spawnmob
spawnmob-limit: 10
 
# Shall we notify users when using /lightning
warn-on-smite: true
 
# motd and rules are now configured in the files motd.txt and rules.txt
 
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
# priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
# usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
# For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
# will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
# such as /egod, will always grant Essentials priority.
# We should try to take priority over /god.  If this doesn't work, use
# /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
overridden-commands:
  - god
 
# Disabled commands will be completelly unavailable on the server.
disabled-commands:
# - nick
 
# Restricted commands have been removed.
# Now we have a whitelist, all commands not on this list are only available to ops.
# These will have NO EFFECT if you have Permissions installed!
# They are here only if you want something simpler than Permissions.
# These are the permissions without the "essentials." part.
player-commands:
  - afk
  - back
  - back.ondeath
  - balance
  - clearinventory
  - compass
  - depth
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - kit
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - nick
  - pay
  - ping
  - powertool
  - protect
  - r
  - rules
  - seen
  - sell
  - sethome
  - sethome.multiple
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.free
  - signs.use.heal
  - signs.use.mail
  - signs.use.protection
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp
 
# Note: All items MUST be followed by a quantity!
# Times are measured in seconds.
kits:
  tools:
    delay: 10
    items:
      - 277 1
      - 278 1
      - 279 1
 
# Disable all signs
signs-disabled: false
 
# Backup runs a command while saving is disabled
backup:
  # Interval in minutes
  interval: 60
  # Add a command that backups your data, e.g.
  #command: 'rdiff-backup World1 backups/World1'
 
# Set this true to enable permission per warp.
per-warp-permission: false
 
# Sort output of /list command by groups
sort-list-by-groups: false
 
# More output to the console
debug: false
 
# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
# Don't forget to remove the # infront of the line
#locale: de_DE
 
# Turn off god mode when people exit
remove-god-on-disconnect: false
 
# Use the permission system of bukkit
# This only works if no other permission plugins are installed
use-bukkit-permissions: false
 
# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# Set to -1 for no timeout.
auto-afk: 300
 
# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# Set to -1 for no timeout.
auto-afk-kick: -1
 
# Set this to true, if you want to freeze the player, if he is afk.
# Other players or monsters can't push him out of afk mode then.
# This will also enable temporary god mode for the afk player.
# The player has to use the command /afk to leave the afk mode.
freeze-afk-players: false
 
# When the player is afk, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: true
 
# You can disable the death messages of minecraft here
death-messages: true
 
# Add worlds to this list, if you want to automatically disable god mode there
no-god-in-worlds:
#  - world_nether
 
# Set to true to enable per-world permissions for teleporting with /world
# Give someone permission to teleport to a world with essentials.world.<worldname>
world-teleport-permissions: false
 
# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If oversized stacks
# is not enabled, any number higher then the maximum stack size results in more than one stack.
default-stack-size: -1
 
# Oversized stacks are stacks that ignore the normal max stacksize.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
# How many items should be in a oversized stack?
oversized-stacksize: 64
 
# Do you allow to repair enchanted weapons and armor?
# If you set this to false, you can still allow it for certain players using the permission
# essentials.repair.enchanted
repair-enchanted: true
 
#Do you want essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false
 
############################################################
# +------------------------------------------------------+ #
# |                  EssentialsHome                    | #
# +------------------------------------------------------+ #
############################################################
 
# When users die, should they respawn at their first home, instead of the spawnpoint or bed?
respawn-at-home: false
 
# If no home is set send you to bed or spawn when /home is used
spawn-if-no-home: true
 
# Allows people to set their bed at daytime
update-bed-at-daytime: true
 
# Allow players to have multiple homes.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple:
  # essentials.sethome.multiple.iron
  iron: 1
  # essentials.sethome.multiple.gold
  gold: 3
  # essentials.sethome.multiple.obsidian
  obsidian: 5
  # essentials.sethome.multiple.staff
  staff: 10
 
#Set timeout in seconds for players to accept tpa before request is cancelled.
#Set to 0 for no timeout
tpa-accept-cancellation: 0
 
############################################################
# +------------------------------------------------------+ #
# |                  EssentialsEco                      | #
# +------------------------------------------------------+ #
############################################################
 
# Defines the balance with which new players begin.  Defaults to 0.
starting-balance: 0
 
# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml
 
# Defines the cost to use the given commands PER USE
command-costs:
  # /example costs $1000 PER USE
  #example: 1000
  # /kit tools costs $1500 PER USE
  #kit-tools: 1500
 
# Set this to a currency symbol you want to use.
currency-symbol: '$'
 
# Set the maximum amount of money a player can have
# The amount is always limited to 10 trillions because of the limitations of a java double
max-money: 10000000000000
 
# Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled: false
 
############################################################
# +------------------------------------------------------+ #
# |                  EssentialsHelp                    | #
# +------------------------------------------------------+ #
############################################################
 
# Show other plugins commands in help
non-ess-in-help: true
 
# Hide plugins which dont give a permission
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
# You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true
 
############################################################
# +------------------------------------------------------+ #
# |                  EssentialsChat                    | #
# +------------------------------------------------------+ #
############################################################
 
chat:
 
  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0
 
  # Chat formatting can be done in two ways, you can either define a standard format for all chat
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
 
  format: '<{DISPLAYNAME}> {MESSAGE}'
  #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
 
  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
 
  # If your using group formats make sure to remove the '#' to allow the setting to be read.
 
 
 
############################################################
# +------------------------------------------------------+ #
# |                EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################
 
protect:
  # Database settings for sign/rail protection
 
  # mysql or sqlite
  datatype: 'sqlite'
 
  # If you specified MySQL above, you MUST enter the appropriate details here.
  # If you specified SQLite above, these will be IGNORED.
  username: 'root'
  password: 'root'
  mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
 
  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement: 10,11,46,327
    on-use: 327
    on-break:
 
  blacklist:
 
    # Which blocks should people be prevented from placing
    placement: 10,11,46,327
 
    # Which items should people be prevented from using
    usage: 327
 
    # Which blocks should people be prevented from breaking
    break:
 
    # Which blocks should not be pushed by pistons
    piston:
 
  # 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: true
    tnt-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: true
    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:
      chicken: false
      cow: false
      creeper: false
      ghast: false
      giant: false
      monster: false
      pig: false
      pig_zombie: false
      sheep: false
      skeleton: false
      slime: false
      spider: false
      squid: false
      zombie: false
      wolf: false
      cave_spider: false
      enderman: false
      silverfish: false
      ender_dragon: false
      villager: false
      blaze: false
      mushroom_cow: false
      magma_cube: false
      snowman: 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
 
  # Protect various blocks.
  protect:
    # Protect all signs
    signs: true
 
    # Prevent users from destroying rails
    rails: true
 
    # Blocks below rails/signs are also protected if the respective rail/sign is protected.
    # This makes it more difficult to circumvent protection, and should be enabled.
    # This only has an effect if "rails" or "signs" is also enabled.
    block-below: true
 
    # Prevent placing blocks above protected rails, this is to stop a potential griefing
    prevent-block-on-rails: false
 
    # Store blocks / signs in memory before writing
    memstore: false
 
  # 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 people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true
 
    # Should people with build: false in permissions be allowed to use items
    # Set true to disable useing for those people
    use: true
 
    # Should we tell people they are not allowed to build
    warn-on-build-disallow: true
 
 
    # Disable weather options
    weather:
      storm: false
      thunder: false
      lightning: false
 
############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################
 
newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&dBienvenue {DISPLAYNAME}&d sur le serveur!'
 
  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies
 
# Set this to lowest, if you want Multiverse to handle the respawning
# Set this to normal, if you want EssentialsSpawn to handle the respawning
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
respawn-listener-priority: normal
 
# End of File <-- No seriously, you're done with configuration.

Sinon je crois que c'est tout au niveau des questions.

Histoire d'être sur je vous redonne mon fichier permissions.yml

Code:
users:
    Guswaye:
        group:
        - AdminGus
    Luciolex29:
        group:
        - AdminLuc
    Tyraboah:
        group:
        - Gold
    Bobuble:
        group:
        - Iron
    Joueur X:
        group:
        - Default
    Joueur Y:
        group:
        - Iron
    Joueur Z:
        group:
        - Obsidian
    KyouxX:
        group:
        - Iron
    V33R:
        group:
        - Iron
    Ken_Iwase:
        group:
        - Iron
    Ashen_Guard:
        group:
        - Iron
    quentroad:
        group:
        - Iron
    zeza27:
        group:
        - Iron
    freefree340:
        group:
        - Iron
    Gagahou:
        group:
        - Iron
    srfrzebrefbv:
        group:
        - Iron
    leandred:
        group:
        - Iron
    thecooljason1999:
        group:
        - Iron
    SkyWOoRpS:
        group:
        - Iron
groups:
  Default:
    prefix: '&4Visiteur &f'
    suffix:
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - modifyworld.chat
    - modifyworld.vehicle.destroy
    - modifyworld.vehicle.enter
    - modifyworld.vehicle.collide
    - modifyworld.blocks.interact.<blockid>
    - modifyworld.items.pickup.<itemid>
    - modifyworld.items.drop.<itemid>
    - modifyworld.items.have.<itemid>
    - ChestShop.shop.buy
    options:
        rank: '500'
  Iron:
    prefix: '&2Iron &f'
    suffix:
    default: false   
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.ping
    - essentials.suicide
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdenye
    - essentials.worth
    - essentials.getpos
    - essentials.info
    - essentials.sethome.multiple.iron
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - modifyworld.*
    inheritance:
    - Default
    options:
        rank: '300'
  Gold:
    prefix: '&eGold &f'
    suffix:
    default: false   
    permissions:
    - essentials.powertool
    - essentials.tpa
    - essentials.tppos
    - essentials.sethome.multiple.gold
    - ChestShop.shop.create
    inheritance:
    - Iron
    options:
        rank: '200'
  Obsidian:
    prefix: '&5Obsidian &f'
    suffix:
    default: false   
    permissions:
    - essentials.jump
    - essentials.sethome.multiple.obsidian
    inheritance:
    - Gold
    options:
        rank: '100'
  AdminLuc:
    prefix: '&bPresident de Grenelle &f'
    suffix:
    default: false
    permissions:
    - essentials.*
    - bukkit.broadcast.*
    - bukkit.command.*
    - modifyworld.*
    - WorldEedit.*
    - WorldGuard.*
    - iConomy.*
    - ChestShop.*
    - PermissionsEx.*
    options:
        rank: '0'
  AdminGus:
    prefix: '&bIngenieur Principale  &f'
    suffix:
    default: false
    permissions:
    - essentials.*
    - bukkit.broadcast.*
    - bukkit.command.*
    - modifyworld.*
    - WorldEedit.*
    - WorldGuard.*
    - iConomy.*
    - ChestShop.*
    - PermissionsEx.*
    options:
        rank: '0'

Voilà, en vous remerciant pour le temps que vous prenez pour me répondre !
 
La node de modifyworld passe par le /tell donc la permission msg d'essentials est à garder.
Sinon maintenant que j'y pense, me semble qu'il te faut ces trois permissions pour avoir plusieurs /home
- essentials.sethome
- essentials.sethome.multiple
- essentials.sethome.mutiple.NOM

La commande pour ajouter quelqu'un est longue.
/pex user NOM group set NOMGROUPE
Maintenant, avec les rangs tu peux faire monter d'un cran avec :
/pex promote NOM
ou descendre avec:
/pex demote NOM
 
Petite question en passant. Après avoir configuré mon fichier permissions.yml et l'avoir vérifié. Voulant créer un nouveau groupe nommé "à l'essai". Je voulais lui enlever les permissions de lockette, et là je me suis rendu compte que je n'avais aucune permissions node pour lockette. Or tout les joueurs (visiteurs exclus) peuvent utiliser les lockettes normalement. Sans avoir les commandes admins pour autant. Du coup je me demande comme il se gère.

Sinon pour résoudre mon problème je pensais mettre cette permissions node dans le groupe "a l'essai" :

"- -lockette.user.create.*

J'obtiens alors ce fichier de permission :

Code:
users:
    Guswaye:
        group:
        - AdminGus
    Luciolex29:
        group:
        - AdminLuc
    Tyraboah:
        group:
        - Gold
    Bobuble:
        group:
        - Iron
    Joueur X:
        group:
        - Default
    Joueur Y:
        group:
        - Iron
    Joueur Z:
        group:
        - Obsidian
    KyouxX:
        group:
        - Iron
    V33R:
        group:
        - Iron
    Ken_Iwase:
        group:
        - Iron
    Ashen_Guard:
        group:
        - Iron
    quentroad:
        group:
        - Iron
    zeza27:
        group:
        - Iron
    freefree340:
        group:
        - Iron
    Gagahou:
        group:
        - Iron
    srfrzebrefbv:
        group:
        - Iron
    leandred:
        group:
        - Iron
    thecooljason1999:
        group:
        - Iron
    SkyWOoRpS:
        group:
        - Iron
groups:
  Default:
    prefix: '&4Visiteur &f'
    suffix:
    default: true
    permissions:
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.motd
    - essentials.rules
    - essentials.spawn
    - modifyworld.chat
    - modifyworld.vehicle.destroy
    - modifyworld.vehicle.enter
    - modifyworld.vehicle.collide
    - modifyworld.blocks.interact.69
    - modifyworld.blocks.interact.72
    - modifyworld.blocks.interact.70
    - modifyworld.blocks.interact.96
    - modifyworld.blocks.interact.107
    - modifyworld.blocks.interact.324
    - modifyworld.blocks.interact.330
    - modifyworld.blocks.interact.328
    - modifyworld.blocks.interact.<blockid>
    - ChestShop.shop.buy
    options:
        rank: '500'
  Essai :
    prefix: '&2Essai &f'
    suffix:
    default: false
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.ping
    - essentials.suicide
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdenye
    - essentials.worth
    - essentials.getpos
    - essentials.info
    - essentials.sethome
    - essentials.sethome.multiple
    - essentials.sethome.multiple.Iron
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - modifyworld.*
    - -lockette.user.create
    options:
        rank: '400'
  Iron:
    prefix: '&2Iron &f'
    suffix:
    default: false 
    permissions:
    - lockette.user.create
    inheritance:
    - Default
    options:
        rank: '300'
  Gold:
    prefix: '&eGold &f'
    suffix:
    default: false 
    permissions:
    - essentials.powertool
    - essentials.tpa
    - essentials.tppos
    - essentials.sethome.multiple.Gold
    - ChestShop.shop.create
    inheritance:
    - Iron
    options:
        rank: '200'
  Obsidian:
    prefix: '&5Obsidian &f'
    suffix:
    default: false 
    permissions:
    - essentials.jump
    - essentials.sethome.multiple.Obsidian
    inheritance:
    - Gold
    options:
        rank: '100'
  AdminLuc:
    prefix: '&bPresident de Grenelle &f'
    suffix:
    default: false
    permissions:
        - '*'
    options:
        rank: '1'
  AdminGus:
    prefix: '&bIngenieur Principale  &f'
    suffix:
    default: false
    permissions:
    - essentials.*
    - bukkit.broadcast.*
    - bukkit.command.*
    - modifyworld.*
    - WorldEedit.*
    - WorldGuard.*
    - iConomy.*
    - ChestShop.*
    - PermissionsEx.*
    options:
        rank: '0'
 
Il faut aller dans la config de Lockette, il y a une ligne du genre
enablepermissions: false
A passer en true bien sûr.
Ensuite faudra ajouter la node aux groupes pour lesquels tu veux que lockette soit utilisable.