answersLogoWhite

0

you just edit the users file found in the same folder as groups.yml. It will say a username and then the rank he/she is below it

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you set up permissions in Minecraft?

you cannot set up permissions in a normal minecraft server. you must have a bukkit server to use permissions. check the bukkit forum for more info.


How do you set up commands on a minecraft server?

If you have a normal server, you have to op people from the console to give them permissions. If you have a craftbukkit server, you can download a plugin for permissions.


How do you get permission to set a warp in Minecraft?

You must have the permission from a OP to use /warp or if you are a higher ranking official, ask your server owner to set up the "essentials.warps.*" and "essentials.setwarp.*" permissions.


How do you set up ranks in a minecraft server?

The easiest way is to get the bukkit plugin called permissions. From there you can set up as many groups as you like and add people to them. You could also get the jobs plugin. People pick a job, for example lumberjack, & get promoted when they cut down enough trees. hope this helped.


Why is it in minecraft severs in wont let you move?

Typically this is because the plugin "ModifyWorld" is set so that you (or members of your Permissions or PermissionsEx group) are unable to move.


Which of the following tasks can you perform using the Computer Management console?

Set access permissions for shared folders Create shared folders View file and folder permissions


Why won't mac 10-4-11 let you open applications on the non administrator account?

The non-administrator account you are using most likely has permissions set up for using those applications. Set the permissions to 'read and write' (which requires the admin password) to see if it will open then.


How do you set cobblestone walls in minecraft by using single player commands?

Use //set cobblestone.


How would you specify this protection scheme in UNIX?

In UNIX, a protection scheme can be specified using file permissions, which are represented by three sets of access rights: owner, group, and others. Each set can have read (r), write (w), and execute (x) permissions. These can be modified using the chmod command, which allows you to set permissions numerically or symbolically. Additionally, access control lists (ACLs) can provide more granular control over permissions for specific users or groups.


How can you set the permission of file server?

You can use the Server app to set standard permissions-Read & Write, Read Only, Write Only, or None-to control access to a folder and its contents. You can set different permissions for one user (the owner), one group, and all other users who log in. You can also set standard permissions on individual files. Standard permissions are also called POSIX permissions.


How do you change permissions on a shell script?

To change permissions on a shell script, you can use the chmod command in the terminal. For example, to make a script executable, you would run chmod +x script.sh. You can also set specific permissions by using numeric values, such as chmod 755 script.sh, which grants read, write, and execute permissions to the owner and read and execute permissions to the group and others.


How do you create a file in Linux with write-only permissions?

Create a file and set it's permissions to 222