Configuration Plugin Besoins d'aide pour la configuration du plugin jobs reborn

Solution
Salut,

Cela se passe dans la section "commands" de ton job il me semble:
YAML:
    commands:
      # command name, just to have better idea what this do
      fly:
        # Command its self, this will be executed from console, so all commands should work
        # Possible variables are: [player] [jobname] [oldlevel] [newlevel]
        command: manuaddp [player] essentials.fly
        # When to execute this command first time
        levelFrom: 100
        # Until when to do this command
        # This can be set to same level as levelFrom, so this command will be executed only once
        levelUntil: 100
La par exemple, la configuration donne la permission '"essentials.fly" au joueur pour qu'il puisse voler lorsqu'il atteint le niveau 100.

A noter que la...

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
27
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Cela se passe dans la section "commands" de ton job il me semble:
YAML:
    commands:
      # command name, just to have better idea what this do
      fly:
        # Command its self, this will be executed from console, so all commands should work
        # Possible variables are: [player] [jobname] [oldlevel] [newlevel]
        command: manuaddp [player] essentials.fly
        # When to execute this command first time
        levelFrom: 100
        # Until when to do this command
        # This can be set to same level as levelFrom, so this command will be executed only once
        levelUntil: 100
La par exemple, la configuration donne la permission '"essentials.fly" au joueur pour qu'il puisse voler lorsqu'il atteint le niveau 100.

A noter que la commande "manuaddp" est une commande lié à GroupManager. Si ton plugin de permission est PermissionsEx par exemple, il faudra faire: /pex user [player] add essentials.fly


Cordialement,
Detobel36
 
Solution