PARTICIPANT IN A FINALISTS JAM
This Blog is an entry in the completed Minetorials : Tutorials with a Minecraft Theme.

Minecraft Blogs / Article

PermissionsEX.yml For Hobbits

  • 4,688 views, 1 today
  • 11
  • 3
  • 18
Xylan's Avatar Xylan
Level 21 : Expert Explorer
17

PermissionsEX.yml For Hobits





1. Download The Plugin At Bukkit.org or click this /:
http://forums.bukkit.org/threads/admn-dev-permissionsex-pex-v1-19-2-tomorrow-is-today-1-2-5-r3-0.18140/





2. Installation:
It will come as a .jar (keep in mind you must have a bukkit server for plugins)
Once you have the .jar.
Put it in the Plugins Folder.
Run your server then stop it.





3.How To Reach The File You Need:
Go to plugins look for the folder called PermissionsEX.
Open It.
Then Open The permissionsEX.yml (NOT THE CONFIG)






4. Nodes/Ranks/Main:

Warning: Do NOT use Tab only Enter! DONT: Don't put anything that i have put in (example)
Do It Like this: ( don't place this in your permissions.yml lol)
groups:
Guest: (Rank name Choose Your Own)
default: true (configures guest rank)
prefix: '&7[&aG&7] &f' (configures what will be at the beginning of their name)
permissions:
- essentials.spawn (this is a permissions node)
- essentials.help
- modifyworld.* (means they can modify vanilla minecraft)
Member:
default: false
prefix: '&7[&9M&7] &f'
permissions:
- essentials.afk
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- -essentials.warp.skylands
- essentials.helpop
- essentials.sethome
- essentials.home
- essentials.list
- essentials.spawn
- essentials.reply
- essentials.mail
- essentials.send
- essentials.message
- essentials.pay
- essentials.balance
- essentials.signs.use.*
- essentials.ignore
- modifyworld.*
inheritance:
- Guest
Trusted:
default: false
prefix: '&7[&5T&7] &f'
permissions:
- essentials.kick
- essentials.afk
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.helpop
- essentials.sethome
- essentials.home
- essentials.list
- essentials.motd
- essentials.reply
- essentials.mail
- essentials.send
- essentials.message
- essentials.ignore
- modifyworld.*
inheritance:
- Member
Builder:
default: false
prefix: '&7[&bBuilder&7] &f'
permissions:
- modifyworld.*
inheritance:
- Member
VIP:
default: false
prefix: '&7[&dVIP&7] &f'
permissions:
- essentials.back
- essentials.top
- essentials.jump
- mobdisguise.mob.wolf
- mobdisguise.mob.chicken
- mobdisguise.mob.pig
- mobdisguise.mob.cow
- mobdisguise.mob.ocelot
- mobdisguise.mob.creeper
- mobdisguise.baby
- modifyworld.*
inheritance:
- member
VIP+:
default: false
prefix: '&7[&dVIP&b+&7] &f'
permissions:
- essentials.top
- essentials.back
- essentials.getpos
- essentials.hat
- essentials.jump
- mobdisguise.mob.creeper
- mobdisguise.mob.spider
- mobdisguise.mob.zombie
- mobdisguise.mob.pigman
- mobdisguise.mob.villager
- mobdisguise.mob.enderman
- mobdisguise.mob.blaze
- mobdisguise.mob.cavespider
- mobdisguise.mob.silverfish
- modifyworld.*
inheritance:
- member
- VIP
VIP++:
default: false
prefix: '&7[&dVIP&b+&a+&7] &f'
permissions:
- essentials.god
- essentials.fly
- essentials.vanish
- mobdisguise.mob.*
- modifyworld.*
inheritance:
- member
- VIP
- VIP+
Mod:
default: false
prefix: '&7[&2Mod&7] &f'
permissions:
- essentials.togglejail
- essentials.jails
- essentials.mute
- essentials.god
- essentials.vanish
- modifyworld.*
inheritance:
- member
- Trusted
- VIP++
Admin:
default: false
prefix: '&7[&4Admin&7] &f'
permissions:
- essentials.*
- worldedit.*
- worldguard.*
- '*'
- -essentials.nuke
- -essentials.op
- -bukkit.op
- modifyworld.*
inheritance:
- member
- VIP
Co-Owner:
default: false
prefix: '&4[&fCo-Owner&4] &f'
permissions:
- essentials.*
- worldedit.*
- worldguard.*
- '*'
- -essentials.nuke
- -essentials.op
- -bukkit.op
- modifyworld.*
inheritance:
- member
- VIP
- Admin
Owner:
default: false
prefix: '&4[&fOwner&4] &f'
permissions:
- essentials.*
- worldedit.*
- worldguard.*


- '*'
- modifyworld.*
- signrank.build
inheritance:
- member
- VIP
- Admin




The Star: *
This when its done like this '*' means they get everything.
when you add a * to the end of a node it gives them everything that plugin comes with for example [ - mobdisguise.mob.*] Means that they can use any command mob disguise offers!



What Not To Do:
Don't use TAB it will make the plugin not work. ( the reason for this I don't know ask the creator)
Dont mess up if the server is not letting you use /pex reload its probably because you messed up when entering the nodes or the title of a rank!





Color Code Reference:
&4
&c
&6
&e
&2
&a
&b
&3
&1
&9
&d
&5
&f(is white)
&7
&8
&0 (is black)

Font Edit:


&k(random)
&l(BOLD)
&m(Strike Thru)
&n(Underlined)
&o(Italics)
&r(Reset)

Use / those like this


&cX&n&


Would be seen like XY


But This &nX&cY


Would be seen like XY

Use Color Codes with a & at the beginning.
I STRONGLY ADVISE NOT USING &r IT WILL RESET ALL TEXT FORMAT BEYOND IT!!!



Disclaimer:
I did not make this plugin, whoever did make this plugin however was a genius!





Help Me Out:
If this helped you any I don't see why you shouldn't throw me a Diamond and if you did its greatly appreciated.





Thank You:
Thank you for using my Tutorial.





Misc:
Those nodes up there are from my own server feel free to use them just delete the ones you don't want and make sure you have the right plugins to go with it if you don't it will still work but the more plugins the better!
Thank You coldguy101 for teaching me permissions!





If I Missed Something Please Let Me Know With A Comment!

THANK YOU coldguy101 for teaching me
Tags

Create an account or sign in to comment.

1
01/22/2013 9:17 am
Level 1 : New Miner
King-Min3r5
King-Min3r5's Avatar
They dont even work..
1
08/28/2012 6:14 am
Level 18 : Journeyman Ninja
Aloo020
Aloo020's Avatar
Xylan D: add me please ;(
1
08/29/2012 8:26 pm
Level 21 : Expert Explorer
Xylan
Xylan's Avatar
add you where
1
09/02/2012 9:22 am
Level 18 : Journeyman Ninja
Aloo020
Aloo020's Avatar
its me alvin :/ you removed me as a friend ....
1
09/03/2012 9:32 pm
Level 21 : Expert Explorer
Xylan
Xylan's Avatar
The guy that begged me for a account how about NO
1
09/03/2012 10:45 pm
Level 18 : Journeyman Ninja
Aloo020
Aloo020's Avatar
You dont even have to get me an account :/ just add me plz, i jus wanna be ur friend... :/
1
08/15/2012 2:17 am
Level 3 : Apprentice Crafter
slang4201
slang4201's Avatar
thank you it helped a lot :D
1
11/22/2012 2:38 pm
Level 21 : Expert Explorer
Xylan
Xylan's Avatar
Glad I could help!
1
08/15/2012 1:06 am
Level 18 : Journeyman Ninja
Aloo020
Aloo020's Avatar
&0 is black, not &9
&9 is blue :3
1
11/22/2012 2:39 pm
Level 21 : Expert Explorer
Xylan
Xylan's Avatar
Fixed.
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome