paulcorradi Posted March 24, 2011 Share Posted March 24, 2011 (edited) Bonjour,Bonsoir j'ai un problème avec le pluggin permission :S Quand je fais par exemple la commande /lwc on me dit : you do not have permission to do that alors que je pense avoir bien configuré le pluggins permission :S Voici ma config de permissions : # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you must # leave copies blank. # Example: copies: Derp - This will clone the permissions of the world Derp # # Make sure to rename this file to the name of the world that is in sever.properties under # level-name. So if it is level-name: world then this should be world.yml and in the # plugins/Permissions directory (ie. plugins/Permissions/world.yml) # # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid # doing this is to use Notepad++ and replace the tab with 4 spaces. plugin: permissions: system: default copies: ## # AntiBuild is included with this. To disable a group from being able to build then # set the build: flag to false (build: false). If you want a group to be able to build # then set it to true. ## # Groups can contain inheritance. # To make a group inherit the permissions from another # group simply place the groups name in the "inheritance:" like so: # # Example: # inheritance: # - Default ## # All permissions including the asterisks must be placed in single quotes. # like so: # # - 'foo.bar' # # Otherwise errors will happen! ## # Globalized Permission settings: # # If a permission contains periods (.) you can denote a globalized parameter: # # - 'foo.*' # - 'magiccarpet.mc' # - 'WorldEdit' # - 'LWC' # This will allow you to use all general commands. # ## # Single Asterisk denotes all commands: # # - 'foo.*' # - 'magiccarpet.mc' # - 'WorldEdit' # - 'LWC' # If you give a group this permissions, do not have the group inherit any permissions # from other groups. Any users assigned to this group should NOT be given any additional # permissions either. ## # To exempt a node use the - prefix like so: # - '-foo.bar' ## # prefix: and suffix: do not do anything on their own. You need another outside plugin # such as iChat or HeroChat in order for these to do anything. groups: Default: default: true info: prefix: suffix: build: false inheritance: permissions: - 'foo.bar' - 'LWC' Moderator: default: false info: prefix: suffix: build: true inheritance: - Default permissions: - 'bar.foo' - 'magiccarpet' - 'WorldEdit' - 'LWC' Admins: default: false info: prefix: suffix: build: true inheritance: permissions: - 'magiccarpet.mc' - 'WorldEdit' - 'LWC' ## # Users denote which users are included in which group. # TheNo1Yeti is in the Admin group # Herpina is a member of the Moderator group but also has access # to the herp.derp permissions # Derpina is a member of the admin group but does not have access # to the derp.derp permission node # Users can also have a prefix and suffix as seen with Herpina ## users: Antoine: group: Admins permissions: - 'magiccarpet.mc' - 'WorldEdit' - 'LWC' Gurra: group: Admins permissions: - 'magiccarpet.mc' - 'WorldEdit' - 'LWC' Fox: group: Admins permissions: - 'magiccarpet.mc' - 'WorldEdit' - 'LWC' Merci d'avance pour l'aide, Cordialement, Antoine. Edited March 25, 2011 by leeroy521 Quote Link to comment Share on other sites More sharing options...
Omicron93 Posted March 25, 2011 Share Posted March 25, 2011 Bonjour, Pense a mettre les balises pour les codes. Sa donnera plus envie, de t'aider. Merci, bonne journée. Quote Link to comment Share on other sites More sharing options...
PetitSnickers Posted March 25, 2011 Share Posted March 25, 2011 Salut, La permission pour utilisé lwc n'est pas LWC mais lwc.protect si je n'me trompes pas. Essayes et n'oublies pas de redemarrer ton serveur. Quote Link to comment Share on other sites More sharing options...
paulcorradi Posted March 25, 2011 Author Share Posted March 25, 2011 Merci beaucoup PetitSnickers c'est résolut :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.