Permissions Résolu jobs reborn

bladwin

Bucheron
23 Mai 2015
32
0
17
Bonjour/bonsoir,

j'ai ajouté le plugin jobs reborn sur mon serveur afin d'y implanter les métiers, j'ai configuré mes jobs il marche a merveille mais voilas tous les joueurs on accès a toutes les permissions du plugin de jobs ( j'utilise groupmanager ) alors soit je suis rouillé en permission ce qui est possible soit j'ai zappé quelque chose

config: http://pastebin.com/qR4PmiTp

bonne nuit/matinée/journée/fin de journée
 
Je suis aller sur la page du plugin et j'ai trouvé ça :

Most important permissions are: jobs.use and jobs.world.[worldname] they will be added automatically in most cases, if not, then you will need to add them for each player or in their permission group.
  • jobs.join.[jobname] - Grants access to join particular job (will be added in most case, but if not, then add them manually)
  • jobs.autojoin.[jobname] - Grants access to auto join job on logging in.
  • jobs.* - Grants access to all Jobs commands (only for admins!)
  • jobs.admin - Grants permissions as an admin (only for admins!)
  • jobs.use - Grants ability to use this plugin
  • jobs.command.* - Grants player access to all commands
  • jobs.command.browse - Grants access to the browse command
  • jobs.command.top - Grants access to the top command
  • jobs.command.stats - Grants access to the stats command
  • jobs.command.archive - Grants access to the archive command
  • jobs.command.admin.archive - Grants access to the archive command on other players
  • jobs.command.admin.stats - Grants access to the stats command on other players
  • jobs.command.join - Grants access to the join command
  • jobs.command.leave - Grants access to the leave command
  • jobs.command.leaveall - Grants access to the leaveall command
  • jobs.command.info - Grants access to the info command
  • jobs.command.playerinfo - Grants access to the playerinfo command
  • jobs.command.fire - Grants access to the fire command
  • jobs.command.fireall - Grants access to the fireall command
  • jobs.command.employ - Grants access to the employ command
  • jobs.command.promote - Grants access to the promote command
  • jobs.command.demote - Grants access to the demote command
  • jobs.command.grantxp - Grants access to the grantxp command
  • jobs.command.removexp - Grants access to the removexp command
  • jobs.command.transfer - Grants access to the transfer command
  • jobs.command.reload - Grants access to the reload command
  • jobs.command.give - Grants access to the give command
  • jobs.command.boost - Grants access to the boost command
  • jobs.command.help - Grants access to the help command
  • jobs.command.toggle - Grants access to the toggle command
  • jobs.command.signupdate - Grants access to the signupdate
  • jobs.command.limit - Grants access to the limit command
  • jobs.max.[numer] - Grants permission to have more than default max jobs
  • jobs.vipspawner - Grants access to get paid from spawners ignoring global multiplayer
  • jobs.petpay - Grants access to get paid when pet kills monster
  • jobs.boost.[jobname].money.[amount] - Boosts money for specific job by defined amount. Example: jobs.boost.miner.money.0.5
  • jobs.boost.[jobname].exp.[amount] - Boosts exp for specific job by defined amount. Example: jobs.boost.miner.exp.-0.5
  • jobs.boost.[jobname].points.[amount] - Boosts exp for specific job by defined amount. Example: jobs.boost.minet.points.1.5
  • jobs.boost.[jobname].all.[amount] - Boosts money/exp/points for specific job
  • jobs.boost.all.money.[amount] - Boosts money for all jobs by defined amount
  • jobs.boost.all.exp.[amount] - Boosts exp for all jobs by defined amount
  • jobs.boost.all.all.[amount] - Boosts money/exp/points for all jobs by defined amount
  • jobs.[jobname].vipmaxlevel - Give access to different max jobs level
  • jobs.command.admin.points - Give access to check players points
  • jobs.area.select - allows to use selection tool
  • jobs.area.add - allows to add new restricted area
  • jobs.area.remove - allows to remove old restricted area
J'espère que ça t'aidera ;)
 
hélas non j'avais déjà trouvé cette documentation j'ai essayer de voir si les permission se supprimerai du grade voyageur en ajoutant jobs.use au grade de joueur mais ils ont toujours accès a toutes les commandes
 
hélas non j'avais déjà trouvé cette documentation j'ai essayer de voir si les permission se supprimerai du grade voyageur en ajoutant jobs.use au grade de joueur mais ils ont toujours accès a toutes les commandes
EDIT:
Si tu veux désactiver une commande particulière, prends la permission et rajoute un "-" devant dans ton fichier de config de ton grade GroupManager.
Exemple avec la commande /jobs join:
Code:
- -jobs.command.join

Et fais ainsi de suite pour désactiver toutes les commandes que tu ne veux pas chez certains grades.

Tout cela car le développeur à passé les permissions sur "default: true" ce qui donne la permission à tout le monde (Op et non-op).

Exemple avec ton grade "Voyageur":
http://pastebin.com/1LXa9ebR

J’espère que ça fonctionnera de ton côté :)
 
Dernière édition:
  • J'aime
Reactions: blackeyes25
oui j'ai bien vault je vais voir, se soir, si il est bien a jour sinon si je trouve aucune solution j'appliquerais ta méthode avec un globalgroup je pense que ça marchera, je vous tien au courant, entre temps je suis toujours preneur d'autres solutions
 
oui j'ai bien vault je vais voir, se soir, si il est bien a jour sinon si je trouve aucune solution j'appliquerais ta méthode avec un globalgroup je pense que ça marchera, je vous tien au courant, entre temps je suis toujours preneur d'autres solutions
J'ai edit avec la solution :)