"Technology Nigh Perfection"
Even after downloading plugins in your server's "plugins" folder, you will notice that
most of these plugins will only partially (if at all) work. This is because they require permissions so that you can use them fully. But what are permissions? Well, they are simply settings that entitle certain players to do certain things. Currently, with absolutely no permissions defined, the only commands you can use are those that are accessible to ALL users (very few).
In order to enable permissions on our server, we need to download and install a plugin. There are a few plugins that can do this, but our favorite is GroupManager, which you can obtain in a zip file at http://forums.bukkit.org/threads/inactive-admn-info-groupmanager-v1-0-alpha-3-a-permissions-replacement-440-531.4723/ (scroll down and there will be a download link). The zip file contains two *.jar files, which you must copy to your plugins folder. You will also need the Essentials plugin, if you wish to follow along with the article.
For those who have read the How to Install Plugins on a Minecraft Server articles, you'll remember that we've installed the Essentials plugin. You'll also remember that we had very few commands available:

Ok, so now to actually set up GroupManager. At this point, you should already have both *.jar files copied into you plugins folder. Now, follow these steps:



And if you connect to the server, and type /help, you should see only the two commands that we've just added:
![]()
Ok, that's great, but this is YOUR server, and you want to be an admin. Simple. Next to the config.yml file is a users.yml file. Open it in wordpad, and delete any text that's in it. Instead, type this (replace Icosebyte by your username):

That's it! Now, you're an admin, and you can do whatever you want (responsibly of course). So if you start the server and type /help, you should see a whole bunch of cool commands.

So now that you have very basic permissions set up, you can experiment with the numerous options GroupManager provides. If you wish to add more plugins, these should provide a list of all available permissions so that you can set them up. Anyway, thanks for reading, and good luck with your server!