How to give permissions to players in minecraft

Minecraft is the ultimate sandbox game. This allows its users to live personal experiences in offline mode, but in turn allows them to create their own worlds online to play multiplayer or with two or more people . For this reason and for those who want to play online, today the answer will be : How to give someone specific permissions to a Minecraft server?

Maybe if you are an expert user, or have already created servers, this seems silly. But the reality is that most players do not know how to work on a server, which limits the expansion of the game and does not allow many to enjoy its online side.

How to Give Someone Specific Permissions to a Minecraft Server

It should be noted that although it is better to create a server yourself from, you can also open a Minecraft or Minecraft Pe server in atheros or Hamachi, which will help you configure everything.

How to give someone specific permissions to a Minecraft server?

The first thing you need to know before starting with the explanation of How to give someone specific permissions to a Minecraft server? , is that this task can only be achieved with a third-party program, as this will compliment things for most.

The program is basically a plugin, which allows you to configure the specific permissions that each player will have when entering the server (they are like the commands that each rank can use).

Although there are many of these programs, today you will see one of the best that you can find on the internet completely free, and this is called PermissionsExs, which will create groups with ranges , which will each have their own permissions.

Now, step number one is to download this program from any browser, having it on your computer you have to install it on the server by putting it in the plugins folder of the same.

Once this is done, you must start the server so that the program folder is created and the corresponding files are configured. This action will create two files which are config and permissions.

The one that interests you is the second one, since it is the one that will allow you to configure the permissions. To open it you will need a text editor of any type, which will let you write comfortably ( sublime text 3 is recommended ).

When you have everything, you must proceed to configure your permissions. First look at the plugins that you have installed on the server (you should know), most always use Essentials, so the explanation of the configuration will be with that.

Basic Permissions Settings

Now that you have read the above, you know what it takes to finish answering the question How to give someone specific permissions to a Minecraft server? , so it’s time to do it.

First go to Permissions and open it with the editor, within this you must configure the ranges that each person will have. For this you must first place in a groups line, then in the bottom part user, then permissions, options, prefix and finally default and in the line of this true.

This is done because every server has to have the default range. When you finish that you have to change the user (which represents the group), and place what you want as, VIP, administrator, moderator, among others.

Every time you put a range you must repeat the commands that are less default, in the same order mentioned above and always one below the other in a single line . With that you will have the initial structure.

In the permissions line, copy the permissions that are listed on the essentials page, or the plugin you are using (they can be as many as you want). This will give the permissions to whoever you want and everything will be ready, so you already know how to give someone specific permissions to a Minecraft server.

If you want to differentiate the names of each range, you must do it in the prefix line. You can also make the group above adopt the permissions of the other by placing the inheritance command (it goes before permission) and on its line the name of the group from whom it inherits the permissions.

With that you already know how to give people to other players so that, for example, they can ban hackers in Minecraft , or unban a server or user .

Permission level is used to describe permissions of a player or a command executor.

For example, in Bedrock Edition, /setmaxplayers can't be executed in a command block, because this command requires executor to have permission of level 3, while command blocks have a permission level of only 1.

Effect[]

Java Edition[]

level 1 - Player can bypass spawn protection. level 2 - Player or executor can use more commands (see Commands) and player can use command blocks. (Cheat commands) level 3 - Player or executor can use more commands. (Multiplayer management) level 4 - Player or executor can use all of the commands. (Server management)

Bedrock Edition[]

In different levels, the corresponding command can be used by the player. All levels inherit commands from levels before them.

Definition[]

Java Edition[]

In Java Edition, permission level can be 0, 1, 2, 3, and 4.

  • A command block or a minecart with command block has permission level of 2.
  • The console of a server has permission level of 4.
  • A function has permission level of 2 (but it can be changed in server.properties).
  • For a player:
    • If the player is an op in dedicated server, their permission level is specified in ops file, and its default value is specified in server.properties.
    • If the player is in a singleplayer world or is the owner of a LAN world, and cheats are enabled, permission level is 4.
    • If the player is in a cheat-allowed LAN world, permission level is 4.
    • Otherwise, permission level is 0.[needs testing]

Bedrock Edition[]

In Bedrock Edition, permission level can be 0, 1, 2, 3, and 4.

  • A command block or a minecart with command block has permission level of 1.
  • The console of a server has permission level of 4.
  • A function as well as a script in Add-ons has permission level of 1.
  • For a player:
    • If in dedicated server, the player's "Operator Commands" option is enabled in the "Player Permission" screen, their permission level is 1 by default (which can be changed in server.properties).
    • If in a singleplayer world or a LAN world, the player's "Operator Commands" option is enabled in the "Player Permission" screen, permission level is 3.
    • Otherwise, the player's permission level is 0.[needs testing]

Note that permission level differs from level in pause menu screen and "Player Permission" screen in Bedrock Edition, which includes Visitor/Member/Operator/Custom. However, operator in singleplayer world always have command permission level of 3, because its Operator Commands is enabled. Similarly, visitors and members have a permission level of 0.

History[]

How to give permissions to players in minecraft

This section needs expansion. 

You can help by expanding it.

Issues[]

Issues relating to "Permission level" are maintained on the bug tracker. Report issues there.

See also[]

  • Commands
  • Server.properties
  • Commands/op