Minecraft Blogs / Article

Sample Permissions Ex

  • 7,416 views, 0 today
  • 6
  • 1
  • 3
Creeper_Killer_X
Level 27 : Expert Architect
6
I browse through Bukkit plugins and Bukkit forums a lot. As I was browsing, I came upon the idea that a lot of people didn't understand the Permissions Ex. Back then, I didn't understand Permissions Ex either. So I researched, and researched, and dis some more research, ate breakfast, and did research. Then, after watching more YouTube videos than I can count, looking at Permissions Ex forums, and reasearching, I figured it out. Now, I have uploaded a sample version of Permissions Ex that you may use. I hope you like this. If you don't have a server, then you should look at my tutorial on how to make a Bukkit Server. Only for Windows. Copy and paste the text into your permissions.yml file. I used Notepad++ for this. It is a lot easier for plugins. This sample includes, guest, builder, VIP, Moderator, Admin, and Owner. You can explore the meanings by reading them. The permissions will not work if you don't have, Essentials, Fly, CommandBook, and modifyworld and a kit named Ender. So if you don't have those, you can erase them from the permissions file.

Permissions Ex Sample

groups:
Guest:
default: true
options:
rank: '1000'
permissions:
- modifyworld.chat
Builder:
prefix: '&0(&8M&7Builder&0)&7 '
permissions:
- commandbook.kit.starter
- modifyworld.*
options:
rank: '900'
VIP:
prefix: '&0(&eVIP&0)&7 '
permissions:
- fly.*
- -modifyworld.mobtarget.monster.creeper
- modifyworld.*
options:
rank: '800'
Moderator:
prefix: '&0(&1Moderator&0)&7 '
permissions:
- fly.*
- -modifyworld.mobtarget.*
- modifyworld.*
options:
rank: '100'
Admin:
prefix: '&0(&4Admins&0)&7 '
permissions:
fly.*
- commandbook.kit.Ender
- -modifyworld.mobtarget.*
- modifyworld.*
- permissions.*
options:
rank: '1'
Owner:
prefix: '&0(&4Owner&0)&7 '
permissions:
-fly.*
- commandbook.*
- -modifyworld.mobtarget.*
- modifyworld.*
- permissions.*
options:
rank: '0'


Notepad++ Download
I recommend the installer.




Note: I do not know if this will work. I have not tested it. If there should be any problems, please PM me. Thank you.


~~~~~~~~~~~~~~~~

Diamond!
Subscribe!
Favorite!
Comment!

~~~~~~~~~~~~~~~~~~~
Tags

1 Update Logs

Update #1 : by Creeper_Killer_X 09/03/2012 7:29:36 pmSep 3rd, 2012

Fixed link. Uploaded pic.

Create an account or sign in to comment.

Keglu-Craft
12/05/2012 11:50 am
Level 3 : Apprentice Taco
thanks dude, your amazing!
1
Creeper_Killer_X
09/03/2012 7:34 pm
Level 27 : Expert Architect
I will add how to rank people up.
1
Creeper_Killer_X
09/03/2012 7:34 pm
Level 27 : Expert Architect
Any problems?
1

Welcome