Configuration Permissions Plugin GroupManagerX préfix [default]

sfcblvcky

Mineur des cavernes
26 Mai 2015
67
0
33
24
Bonjour à tous, sur mon serveur Spigot 1.12 j'ai uniquement installé en tant que plugin Essentials, EssentialsChat, Vault, ainsi que GroupManagerX.

Quand j'écris dans le chat, voici ce qui ce passe :
1500240282-2017-07-16-23-22-19.png


Code:
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 (!)
  # Users 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.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

  format: '{GROUP} {DISPLAYNAME} &8>  &f{MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'

  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

Code:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Membre:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
      prefix: '&e[Membre]'
      build: false
      suffix: ''
  Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
      prefix: '&3[Builder]'
      build: true
      suffix: ''
  Modérateur:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
      prefix: '&2[Modérateur]'
      build: true
      suffix: ''
  Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
      prefix: '&4[&cAdmin&4]'
      build: true
      suffix: ''
  Fondateur:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
      prefix: '&4[&cFondateur&4]'
      build: true
      suffix: ''
 

DiscowZombie

Développeur
Staff
Modérateur
Support
2 Mars 2017
2 659
1
931
298
Alsace
www.discowzombie.fr
Salut,

alors déjà les UP c'est toutes les 24 heures minimum, pas toutes les douze heures ^^

Et ensuite, je ne vois pas ou est ton soucis ?? Ta config correspond à ce qu'il y a notez IG, ou est le problème ? J'ai l'impression que tu nous montre ta config pour nous dire que tout va bien ?
 
  • J'aime
Reactions: Oromis

sfcblvcky

Mineur des cavernes
26 Mai 2015
67
0
33
24
Salut,

alors déjà les UP c'est toutes les 24 heures minimum, pas toutes les douze heures ^^

Et ensuite, je ne vois pas ou est ton soucis ?? Ta config correspond à ce qu'il y a notez IG, ou est le problème ? J'ai l'impression que tu nous montre ta config pour nous dire que tout va bien ?
Nope, je me suis mis dans le groupe "Fondateur" mais j'ai le préfix "default" ^^