Problème permission pour des plugins autres que Essentials

Dam'sPik

Aventurier
21 Juin 2018
2
0
2
27
Bonjour, j'ai une petite question, je sais assez bien utiliser groupe manager et essentials. J'ai donc pu crée mes permission sans problème, à par pour les plugin qui ne sont pas Essentials, J'ai le plug in Lock Chest, que les gens ne peuvent utilisé qu'étant op. Et c'est donc très problématique. Savez vous comment je peut donner la permission pour que les gens Lock leurs coffre/portes?
Merci d'avance
 
Dernière édition:

rsquatre

Doge
1 Mars 2013
203
7
125
France
Bonjour, tout est sur la page Bukkit du plugin :)
Tu voudras surement leur donner LockChest.user.* qui permet d'utiliser le plugin comme un joueur en aurait besoin.

Permissions:

  • LockChest.user.lock.chest: Allow to lock chests.
  • LockChest.user.block.chest: Allow to block chests.
  • LockChest.user.lock.hopper: Allow to lock hoppers.
  • LockChest.user.block.hopper: Allow to block hoppers.
  • LockChest.user.lock.furnace: Allow to lock furnaces.
  • LockChest.user.block.furnace: Allow to block furnaces.
  • LockChest.user.lock.beacon: Allow to lock beacons.
  • LockChest.user.block.beacon: Allow to block beacons.
  • LockChest.user.lock.jukebox: Allow to lock jukeboxes.
  • LockChest.user.block.jukebox: Allow to block jukeboxes.
  • LockChest.user.lock.anvil: Allow to lock anvils.
  • LockChest.user.block.anvil: Allow to block anvils.
  • LockChest.user.lock.door: Allow to lock doors.
  • LockChest.user.block.door: Allow to block doors.
  • LockChest.user.lock.bed: Allow to lock beds.
  • LockChest.user.block.bed: Allow to block beds.
  • LockChest.user.lock.*: Gives all lock permissions.
  • LockChest.user.block.*: Gives all block permissions.
  • LockChest.user.editsign: Allow user to edit his signs.
  • LockChest.user.*: Gives the permissions a normal user would normaly need!
  • LockChest.admin.editother: Allow to edit other people signs.
  • LockChest.admin.break: Allow to break other people containers and signs.
  • LockChest.admin.bypass: Allow to use the doors locked by other users
  • LockChest.admin.add: Allow to add chests or doors to already protected ones.
  • LockChest.admin.version: Allow to use the version command.
  • LockChest.admin.snoop: Allow to open another player's container, and blocked containers.
  • LockChest.admin.tell: Tell the player if he is online that someone opened his container.
  • LockChest.admin.lockother: Allow to lock containers to other players.
  • LockChest.admin.help: Allow to use help command.
  • LockChest.admin.*: Gives all admin permissions.
  • LockChest.*: Gives all the plugin permissions.
 
  • J'aime
Reactions: Dam'sPik

Dam'sPik

Aventurier
21 Juin 2018
2
0
2
27
Ah ok c'est ça que je cherchais justement, car je l'ai installer via OMGServ directement donc j'avais pas la list des perm.
Merci !