Blogs Tutorial

Plugin Tutorial: PEX

  • 5k views 0 today
  • 4
  • 2
  • 8
Starfire1337
Lvl 18Journeyman Modder
14
PermissionsEx: The Hardcore Permissions Plugin!

If you just started out a new server, and you want to give everyone ranks, PEX (PermissionsEx) is the right plugin for you! It has never been so easy to use permissions!

Introduction:

PEX is a hardcore permissions plugin that is based off of permission ideas and utilizes powerful in-game commands and modifications. It will allow you to quickly configure permissions easily without any hassle.

Install:

1. Start by downloading pex from: http://dev.bukkit.org/server-mods/permissionsex

2. Drag and drop the latest file into your /plugins directory

3. Restart your server

Configure:

There are 2 methods of configuring PEX, the In-Game method and the File-Edit method. If you choose to configure it in-game, skip to Method 2 section, Otherwise, keep reading.

Method 1: File-Configuration

1. If you do not have Notepad++, download it from http://www.notepad-plus-plus.org

2. Install Notepad++

3. Go to your /plugins directory and find the folder called o PermissionsExo and open it

4. Find the file o permissions.ymlo and open it with Notepad++

This should be what your permissions.yml looks like:

groups:

default:

default: true

permissions:

- modifyworld.*

Ok, now that you have opened the permissions.yml file, you can start by finding all of the permission nodes that you will want to give a player. Lets say you want a player to be able to use the /help command from essentials, you can add this:

groups:

default:

default: true

permissions:

- modifyworld.*

- essentials.help

Creating Groups:

Under groups, just add the new name of the group you want to create :)

Method 2: In-Game

Commands:

Command Use

/pex group {group} create Creates a new PEX group

/pex group {group} prefix {prefix} Assigns a prefix to a group

/pex group {group} add {permission} Adds a permission node to a group

/pex group {group} remove {permission} Removes a permission from a group

/pex group {group} suffix {suffix} Adds a suffix to a group

/pex group {group} rank {A number} Assigns a rank to a group(smaller number, higher rank)

/pex user {player} group set {group} Assigns a group to a player

/pex promote {user} Promotes a user to the next group

##NOTE##

/pex promote WILL NOT WORK if you do not have ranks set (/pex group {group} rank {A Number}) Remember: The smaller the number you specify for the rank, the higher the rank will be. For example, a Member might have a rank of 500, vip will have 400, mod will have 300, admin will have 200 and owner will have 1. 1 is the HIGHEST rank avalible.

More like this

  Have something to say?

rambini2
12/06/2017 2:21 pm
Level 28 : Expert Architect
i still don't get it lol i feel stupid
1
ImaLittleCreeper
05/05/2013 1:24 pm
Level 45 : Master Wolf Whisperer
This is not an article....
1
Starfire1337
05/05/2013 1:30 pm
Level 18 : Journeyman Modder
oopz :P forgot to change that
1
ImaLittleCreeper
05/05/2013 1:42 pm
Level 45 : Master Wolf Whisperer
Okey dokey
1
Starfire1337
05/05/2013 1:43 pm
Level 18 : Journeyman Modder
BTW whats your IGN
1
ImaLittleCreeper
05/05/2013 1:44 pm
Level 45 : Master Wolf Whisperer
Why? And ImaLittleCreeper
1
Starfire1337
05/05/2013 1:44 pm
Level 18 : Journeyman Modder
just curious :)
1

Welcome