Published Sep 3rd, 2012, 9/3/12 7:24 pm
- 7,416 views, 0 today
- 6
- 1
- 3
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.
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'
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!
~~~~~~~~~~~~~~~~~~~
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.
How to Make a Bukkit Server 1.3.2
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.
1387433
6
Create an account or sign in to comment.