Tutorial on setting up PermissionsEx (PEX). PermissionsEX - Managing groups Configured permissions for minecraft 1.11 2

PermissionsEx- a plugin for Bukkit that allows you to differentiate the powers of players on the server by adding them to groups and assigning any privileges.

Settings

In file permissions.yml at the address plugins/PermissionsEx You will see the following content:

Groups: default: default: true permissions: - modifyworld.* - authme.register - authme.login - -authme.logout - authme.changepassword - authme.unregister prefix: "[Player]" admins: default: false inheritance: - default permissions: - "*" - authme.admin.* preifx: "&e[Administrator]&f" users: ykpon: group: - admins prefix: "&2[Chief Administrator]&c"

Thus we created two groups: default And admins.


Let's look at each line in detail:

"groups" - groups.
"default" - the name of the group.
"default: true" - make this group the default. That is, everyone new player will automatically fall into this group.
"permissions" - we indicate that below is a list of privileges and access to certain commands.
Each privilege line begins with " - " and is followed by a space.

If we see that after it there is another sign " - ", this means we are denying this group access to this command.

"prefix: "[Player]"" - Set the prefix [Player] in front of the player's nickname

"users" - a list of users to whom we assign groups.
"ykpon" - Player name.
"group" - we indicate that below is the group to which we are joining the player.
"- admins" - the name of the group. There may be several of them.
"prefix: "&2[Chief Admin]&c"" - The prefix specified individually for the player. Even if the group to which we have added the user specifies its own prefix, the one that we assigned to the player will be shown.

Attention! In order for color prefixes to work, you have config.yml, plugin ChatManager, lying in plugins/ChatManager , variable " enable" should look like: " enable: true".

Important! In YAML you need to strictly follow the sequence, one extra space- and the parameter will not work. Therefore, to check permissions.yml it is recommended to use this

All plugins in Minecraft of any version have their own rights or permissions for certain plugin commands and actions. These permissions must be written in the file permissions.yml, which is located in the folder from the rights plugin (for example: PermissionsEx).

All rights to plugins are in the file permissions.yml.

Everything in this file should be written like this:

groups:
default:
default: true
permissions:
- lwc.protect
- commandbook.kit
- commandbook.kit.list
- commandbook.spawn
Moder:
inheritance:
- default
default: false
permissions:
- iConomy.holdings.others
- permission: iConomy.accounts.take
- iConomyChestShop.shop.create
- ChestShop.shop.create
Admin:
inheritance:
-Moder
default: false
permissions:
- authme.admin.changepassword
-authme.admin.reload
- authme.admin.unregister
-authme.admin.register
Helper:
inheritance:
- default
default: false
permissions:
- commandbook.mute
- commandbook.unmute
- commandbook.msg
- commandbook.broadcast
- commandbook.return
- commandbook.teleport
- commandbook.teleport.other
users:
Kratos:
group:
- Admin
Nexus:
group:
-Helper
Bezumets:
group:
-Moder

The most important thing in permissions.yml this is saving tabs in the data. If you break it, nothing will work.

What does the word "tab" look like and mean in a file? permissions.yml:

To explain it completely in simple language, this is saving a certain number of spaces from the left edge of individual sections and file parameters. That is, it should be:

(For ease of understanding, I will list everything in the following form)

groups, users: 0 spaces.

Names of groups in groups, Nicknames of players in users: 2 spaces.

Parameters, permissions, etc.: 4 spaces.

Sections groups And users cannot be repeated and exist in 1 instance. The rights for groups of players are described (Administrators, Moderators, Helpers, VIP), there cannot be any player nicknames here, only the rights themselves permissions plugins, written as:

-<пробел>(permission)

Commandbook.teleport

default: true - means that this right will be issued by default to all players who enter the server, it must exist in 1 copy, in other groups of rights it must be default: false

inheritance: indicates a protruding parent group, such as the above group Moder takes rights from the group default and complements them with his own, and Admin bases its rights on the rights of the group Moder which includes rights default.

Chapter users contains user nicknames and the group they belong to. Instead of a group maybe permissions if you need to specify certain rights for some user, and not for a group. Here as in the section groups it is necessary to maintain the same tabulation.

All questions in the comments.

Plugin installation:
1) Download the plugin itself, the latest version can ALWAYS be found at THIS link.
After downloading the archive, we will find the following files in it:
2) Move (copy) the files (ChatManager, Modifyworld, Permissions, PermissionsEx) to the plugins folder of your server (example path: C:\Server\plugins)
3) Start the server, wait for the message “Done” in the server console and stop it.
4) Go to the Plugins folder and see the following:


If you did everything correctly and saw the folders created by the plugin, then you can assume that the plugin is installed.

Setting PermissionsEx:
First, let's look at the permissions.yml file at (your server\plugins\PermissionsEx). Note: files with the .yml extension can be viewed by ANYONE text editor, but for convenience I recommend using Notepad++ (you can download it)

Opening the file we will see the following:


In order:

groups: //do not touch this word, it indicates that groups and their permissions will appear below.
default: //name of the group, all users who have just logged into the server will be included in it, unless of course you have registered them in another group.
default: true // this parameter sets the group as the default group. this means that any player for whom other groups and/or exceptions are not defined will have all the rights of this group.
permissions: //everything that goes below is actually the “rights” for the group themselves, you need to enter permissions from various plugins installed on your server there.
- modifyworld.* //the ability to “modify” the world, I do not recommend touching this parameter. Remark: in fact, the “modifyworld” parameter has many more meanings, but since this is a small FAQ and only the most important things are discussed here, I did not explain this parameter, if you are interested, you can read the official documentation in English at THIS link.

Now let's look at the already configured permissions for several plugins.

groups: default: default: true permissions: - modifyworld.* - commandbook.spawn - commandbook.who - commandbook.say - commandbook.msg - myhome.home.soc.* - iConomy.access - iConomy.bank.access - iConomy. bank.deposit - iConomy.bank.join - iConomy.bank.join.multiple - iConomy.bank.leave - iConomy.bank.list - iConomy.bank.main - iConomy.bank.main.change - iConomy.bank.main. set - iConomy.bank.main.view - iConomy.bank.transfer - iConomy.bank.transfer.multiple - iConomy.bank.withdraw - iConomy.list - iConomy.payment - iConomy.rank - jobs.join.* - jobs. world.* - lwc.protect - iConomyChestShop.shop.create - iConomyChestShop.shop.create. - iConomyChestShop.shop.exclude. - iConomyChestShop.shop.buy - iConomyChestShop.shop.sell - iConomyChestShop.command.iteminfo - commandbook.call - commandbook.time.check - commandbook.rules - myhome.home.basic.home - myhome.home.basic.set - myhome .home.basic.delete - myhome.home.soc.invite Moder: default: false inheritance: - Default permissions: - modifyworld.* - commandbook.kick - commandbook.bans.ban - commandbook.bans.unban - commandbook.shock. other - commandbook.rocket.other - commandbook.shock - commandbook.rocket - commandbook.mute - commandbook.teleport.* - commandbook.spawn - commandbook.kit.list - commandbook.who - commandbook.say - commandbook.msg - worldgurad. god - worldguard.ungod - worldguard.god.other - worldguard.ungod.other - worldguard.heal.* - worldguard.slay.* - myhome.* - iConomy.access - iConomy.bank.access - iConomy.bank.deposit - iConomy.bank.join - iConomy.bank.join.multiple - iConomy.bank.leave - iConomy.bank.list - iConomy.bank.main - iConomy.bank.main.change - iConomy.bank.main.set - iConomy. bank.main.view - iConomy.bank.transfer - iConomy.bank.transfer.multiple - iConomy.bank.withdraw - iConomy.list - iConomy.payment - iConomy.rank - jobs.join.* - jobs.world.* - commandbook.whereami.compass - commandbook.whereami - lwc.protect - iConomyChestShop.shop.create - iConomyChestShop.shop.create. - iConomyChestShop.shop.exclude. - iConomyChestShop.shop.buy - iConomyChestShop.shop.sell - iConomyChestShop.command.iteminfo - commandbook.call - worldedit.navigation.jumpto - worldedit.navigation.thru - commandbook.time.check - commandbook.rules - lwc.mod - myhome .home.basic.home - myhome.home.basic.set - myhome.home.basic.delete - myhome.home.soc.invite - vanish.* Admins: default: false inheritance: - Moder permissions: - "*" users : admin: group: - Admins permissions: null Moderator: group: - Moder permissions: null

This Permissions is configured for plugins: CommandBook, MyHome, VanishNoPickup, Jobs, LWC, WorldEdit, iConomy, iConomy ChestShop, WorldGuard.

Here, as you may have noticed, new parameters have appeared:

  • info: //group parameters
  • prefix: "" //prefix
  • suffix: "" //suffix

// to display prefixes/suffixes, you must enable the ChatManager plugin, which is included with PEX. To do this, in the plugins/ChatManager/ folder in the config.yml file, find enable and change it, if necessary, from enable: false to enable: true

  • inheritance: //inheritance of rights

Default //in this case, all rights of the "default" group are inherited

You may also have noticed that the users parameter has appeared:
Under it you need to indicate the nicknames of users to whom you want to give additional rights and/or move to another group. For example:

Moderator:
group:
-Moder
permissions: null

where “Moderator” is the player’s nickname, “Moder” is the name of the group, permissions: null are additional rights for this user, in this case there are none.

Remember! In YAML you need to strictly follow the sequence, one extra space and the parameter will not work. In order to have fewer errors, I RECOMMEND using THIS site. Remark: paste your code into the left window, if the right window does not show errors, then you wrote the code in yaml correctly and it will work.

This article is taken from rubukkit.org

If you are planning to create your own server or project, then you will most likely need a plugin that divides all players into different groups. For example, you need moderators and helpers, how can you add them to special groups and give them certain rights? A plugin called "PermissionsEX" comes to the rescue. This is exactly the plugin we have on our servers.

Thanks to this plugin, you can add players to special groups and give them different rights. The plugin also allows you to make global and local chat, change the color of your nickname.

Setting up the plugin:

First you need to go to the permissions.yml file and correct it a little.

When you open the file, you will see the following:

Let's analyze each component.

groups:- After this parameter there will be groups and rights.

default:- default group. All players who just logged in will go there.

default:true- Using this parameter you can set the default group.

permissions:- below this parameter you can enter rights for a specific group.

modifyworld.*- The ability to make changes to the players in the world. It's better to leave it blank.

Group example

Teams:

Service

Team Permission Description
/pex permissions.manage Shows PEX help
/pex toggle debug permissions.manage On/Off debug mode (creates a lot of debug information in server.log)
/pex user check permissions.manage. Check eligibility Player
/pex reload permissions.manage.reload Reloads the plugin
/pex config permissions.manage.config Outputs the value from the PEX configuration. Additionally, you can enter to set a new value for the parameter.
/pex backend permissions.manage.backend Display used on at the moment backends.
/pex backend permissions.manage.backend Change the permissions backend on-the-fly (Use with caution!) Note that this will only change the backend on-the-fly, it will not save the change in the config file, nor will it convert anything. This is for testing only.)
/pex hierarchy permissions.manage.users Shows complete hierarchy of players/groups
/pex dump permissions.manage.dump Dumps users and groups into the selected format to file

Player Rights Management

Team Permission Description
/pex users permissions.manage.users Shows a list of all recorded users. And server players
/pex user permissions.manage.users Shows player permissions
/pex user prefix permissions.manage.users.prefix. Install to player prefix
/pex user suffix permissions.manage.users.suffix. Install to player suffix
/pex user delete permissions.manage.users. Remove player from the backend currently in use.
/pex user add Give the right To the player
/pex user remove permissions.manage.users.permissions. Take away the right The player has
/pex user timed add Give temporary right To the player
/pex user timed remove permissions.manage.users.permissions.timed. Take from the player temporary law
/pex user set permissions.manage.users.permissions. Set option

Managing player group rights

Team Permission Description
/pex user group list Show a list of groups in which the player is a member
/pex user group add permissions.manage.membership. Add a player to the group for a while
/pex user group set permissions.manage.membership. Set group for the player (will remove it from other groups)
/pex user group remove permissions.manage.membership. Remove player from the group

Group rights management

Team Permission Description
/pex groups permissions.manage.groups.list Show all registered groups
/pex default group Show default group
/pex set default group permissions.manage.groups.inheritance Set group , as the default group
/pex group prefix permissions.manage.groups.prefix. Install to group prefix
/pex group suffix permissions.manage.groups.suffix. Install to group suffix
/pex group create permissions.manageups.create. Create a group and if you need to set a parent group/groups for it
/pex group delete permissions.manage.groups.remove. Delete group
/pex group parents List of parent groups for a group
/pex group parents set permissions.manage.groups.inheritance. Install to group parent group/groups
/pex group Show all group permissions
/pex group add permissions.manage.groups.permissions. Give the right to the group
/pex group remove permissions.manage.groups.permissions. Take away the right At the group
/pex group timed add Give temporary right to the group for time (in seconds)
/pex group timed remove permissions.manage.groups.permissions.timed. Take away temporary right At the group
/pex group set permissions.manage.groups.permissions. Set option
/pex group weight permissions.manage.groups.weight. Show/set group weight

Managing players in groups

Team Permission Description
/pex group users permissions.manage.membership. Show all players in a group
/pex group user add permissions.manage.membership. Add player/players to the group for a while
/pex group user remove permissions.manage.membership. Remove player/players from group
/pex promote permissions.user.promote. Promote a player to the highest group
/pex demote permissions.user.demote. Demote a player to the lower group permissions.manage.worlds Show world heredity information
/pex world inherit permissions.manage.worlds.inheritance Set parent world/worlds For the world

Installation:

2. Place it in the Plugins folder.

3. Reboot the server.

Plugin installation:
1) Download the plugin itself, the latest version can ALWAYS be found at THIS link.
After downloading the archive, we will find the following files in it:
2) Move (copy) the files (ChatManager, Modifyworld, Permissions, PermissionsEx) to the plugins folder of your server (example path: C:\Server\plugins)
3) Start the server, wait for the message “Done” in the server console and stop it.
4) Go to the Plugins folder and see the following:


If you did everything correctly and saw the folders created by the plugin, then you can assume that the plugin is installed.

Setting PermissionsEx:
First, let's look at the permissions.yml file at (your server\plugins\PermissionsEx). Remark: files with the .yml extension can be viewed with ANY text editor, but for convenience I recommend using Notepad++ (you can download it)

Opening the file we will see the following:


In order:

groups: //do not touch this word, it indicates that groups and their permissions will appear below.
default: //name of the group, all users who have just logged into the server will be included in it, unless of course you have registered them in another group.
default: true // this parameter sets the group as the default group. this means that any player for whom other groups and/or exceptions are not defined will have all the rights of this group.
permissions: //everything that goes below is actually the “rights” for the group themselves, you need to enter permissions from various plugins installed on your server there.
- modifyworld.* //the ability to “modify” the world, I do not recommend touching this parameter. Remark: in fact, the “modifyworld” parameter has many more meanings, but since this is a small FAQ and only the most important things are discussed here, I did not explain this parameter, if you are interested, you can read the official documentation in English at THIS link.

Now let's look at the already configured permissions for several plugins.

groups: default: default: true permissions: - modifyworld.* - commandbook.spawn - commandbook.who - commandbook.say - commandbook.msg - myhome.home.soc.* - iConomy.access - iConomy.bank.access - iConomy. bank.deposit - iConomy.bank.join - iConomy.bank.join.multiple - iConomy.bank.leave - iConomy.bank.list - iConomy.bank.main - iConomy.bank.main.change - iConomy.bank.main. set - iConomy.bank.main.view - iConomy.bank.transfer - iConomy.bank.transfer.multiple - iConomy.bank.withdraw - iConomy.list - iConomy.payment - iConomy.rank - jobs.join.* - jobs. world.* - lwc.protect - iConomyChestShop.shop.create - iConomyChestShop.shop.create. - iConomyChestShop.shop.exclude. - iConomyChestShop.shop.buy - iConomyChestShop.shop.sell - iConomyChestShop.command.iteminfo - commandbook.call - commandbook.time.check - commandbook.rules - myhome.home.basic.home - myhome.home.basic.set - myhome .home.basic.delete - myhome.home.soc.invite Moder: default: false inheritance: - Default permissions: - modifyworld.* - commandbook.kick - commandbook.bans.ban - commandbook.bans.unban - commandbook.shock. other - commandbook.rocket.other - commandbook.shock - commandbook.rocket - commandbook.mute - commandbook.teleport.* - commandbook.spawn - commandbook.kit.list - commandbook.who - commandbook.say - commandbook.msg - worldgurad. god - worldguard.ungod - worldguard.god.other - worldguard.ungod.other - worldguard.heal.* - worldguard.slay.* - myhome.* - iConomy.access - iConomy.bank.access - iConomy.bank.deposit - iConomy.bank.join - iConomy.bank.join.multiple - iConomy.bank.leave - iConomy.bank.list - iConomy.bank.main - iConomy.bank.main.change - iConomy.bank.main.set - iConomy. bank.main.view - iConomy.bank.transfer - iConomy.bank.transfer.multiple - iConomy.bank.withdraw - iConomy.list - iConomy.payment - iConomy.rank - jobs.join.* - jobs.world.* - commandbook.whereami.compass - commandbook.whereami - lwc.protect - iConomyChestShop.shop.create - iConomyChestShop.shop.create. - iConomyChestShop.shop.exclude. - iConomyChestShop.shop.buy - iConomyChestShop.shop.sell - iConomyChestShop.command.iteminfo - commandbook.call - worldedit.navigation.jumpto - worldedit.navigation.thru - commandbook.time.check - commandbook.rules - lwc.mod - myhome .home.basic.home - myhome.home.basic.set - myhome.home.basic.delete - myhome.home.soc.invite - vanish.* Admins: default: false inheritance: - Moder permissions: - "*" users : admin: group: - Admins permissions: null Moderator: group: - Moder permissions: null

This Permissions is configured for plugins: CommandBook, MyHome, VanishNoPickup, Jobs, LWC, WorldEdit, iConomy, iConomy ChestShop, WorldGuard.

Here, as you may have noticed, new parameters have appeared:

  • info: //group parameters
  • prefix: "" //prefix
  • suffix: "" //suffix

// to display prefixes/suffixes, you must enable the ChatManager plugin, which is included with PEX. To do this, in the plugins/ChatManager/ folder in the config.yml file, find enable and change it, if necessary, from enable: false to enable: true

  • inheritance: //inheritance of rights

Default //in this case, all rights of the "default" group are inherited

You may also have noticed that the users parameter has appeared:
Under it you need to indicate the nicknames of users to whom you want to give additional rights and/or move to another group. For example:

Moderator:
group:
-Moder
permissions: null

where “Moderator” is the player’s nickname, “Moder” is the name of the group, permissions: null are additional rights for this user, in this case there are none.

Remember! In YAML you need to strictly follow the sequence, one extra space and the parameter will not work. In order to have fewer errors, I RECOMMEND using THIS site. Remark: paste your code into the left window, if the right window does not show errors, then you wrote the code in yaml correctly and it will work.

This article is taken from rubukkit.org

Share