1

Need help seting up Essentials and PermissionsEx

_BlackThunder_ 10/30/12 2:53 pm
1.1k
11/2/2012 11:13 am
I need somme one to help me make me Essentials and PermissionsEx. If somme one can help me pls look for me at skype:Bakugan69 I will make him a Mod in me minecraft server if hi helps me. NOT TO GIVE ME A SAIT FOR LIKE THIS http://www.planetminecraft.com/blog/gro ... ns-plugin/

PLS I need help !!!
Posted by
_BlackThunder_
Level 6 : Apprentice Miner
0

  Have something to say?

JoinSign in

13

Jonelmao
11/02/2012 11:13 am
Level 30 : Artisan Dolphin
You must add this perm node.
- Essentials.build
1
_BlackThunder_
11/02/2012 5:42 am
Level 6 : Apprentice Miner
Tx very much
1
BigPanda
10/30/2012 10:32 pm
Level 1 : New Explorer
Your problem is the owner permission. you cannot use just a * in a yaml form. That explains why you were having trouble building assuming you are an "owner"
If you want to give yourself all the permissions, it should look like this:

Owner:
build: true
inheritance:
- Admin
prefix: '&1[Owner]&f'
permissions:
- 'essentials.*'
- 'iconomy.*'
- 'modifyworld.*'
and so on and so on for the rest of your plugins.


But having this '*' as a permission will not work.
1
_BlackThunder_
10/30/2012 4:31 pm
Level 6 : Apprentice Miner
Is it ok like this for PromissionsEx

groups:
Default:
default: true
build: true
prefix: '&8[Default]&f'
permissions:
- modifyworld.*
- essentials.kit
- essentials.singns.use.*
- essentials.help
- essentials.spawn
- essentilas.home
- iConomy.access
- iConomy.rank
- essentials.tpa
- essentials.tpaccept
- skychest.use
- thuun.shout.fusrodah.3
Builder:
build: true
inheritance:
- Default
prefix: '&3[Builder]&f'
permissions:
- essentials.warp
- thuum.shout.kamdremov.3
Moderator:
build: true
inheritance:
- Builder
prefix: '&3[Moderator]&f'
permissions:
- essentials.repair
- essentilas.heal
- essentilas.item
- essentilas.give
- essentilas.gamemode
Admin:
build: true
inheritance:
- Moderator
prefix: '&4[Admin]&f'
permissions:
- essentilas.gamemode
- essentilas.enchant
Head_Admin:
build: true
inheritance:
- Admin
prefix: '&1[Head_Admin]&f'
permissions:
- '*'
Co-Owner:
build: true
inheritance:
- Admin
prefix: '&1[Co-Owner]&f;
permissions:
- '*'
Owner:
build: true
inheritance:
- Admin
prefix: '&1[Owner]&f'
permissions:
- '*'



This from the folder/PromissionsEx/Config

permissions:
backend: file
backends:
file:
file: permissions.yml
superperms: {}


Folder/ModifyWorld/Config

item-restrictions: false
inform-players: false
whitelist: false
use-material-names: true
drop-restricted-item: false
item-use-check: false
messages:
message-format: '&f[&2Modifyworld&f]&4 %s'
default-message: Sorry, you don't have enough permissions
modifyworld.items.use: Stop, &a$1&4 won't fit into &a$3
modifyworld.login: You are not allowed to join this server. Goodbye!
modifyworld.blocks.interact: You are too jelly for &2$1
modifyworld.blocks.place: This is wrong place for &a$1
modifyworld.blocks.destroy: '&a$1&4 is tough for you'
modifyworld.damage.deal: Your level is too low for &5$1
modifyworld.chat: Your mouth is too dry
modifyworld.chat.private: Listener is deaf :(
modifyworld.items.have: Prohibited item &a$1&4 has been removed from your inventory.
modifyworld.items.drop: This is indecent to scatter &a$1&4 around
modifyworld.items.craft: Sorry, but &a$1&4 is too complicated
modifyworld.items.enchant: Sorry, &a$1&4 is too dangerous
modifyworld.vehicle.enter.boat: You are too heavy for this &a$1
modifyworld.vehicle.enter.minecart: Sorry, but &a$1&4 is too small
modifyworld.vehicle.destroy: This &a$1&4 is legal property of &bUnited States of America
modifyworld.tame: This &a$1&4 is too ferocious
modifyworld.bucket.fill: This bucket is holey
modifyworld.bucket.empty: You suddenly realized you still need &a$1
modifyworld.usebeds: You can't sleep yet, there are monsters nearby



in

Folder/ChatManager/Config

enable: true
message-format: <%prefix%player%suffix> %message
global-message-format: <%prefix%player%suffix> &e%message
ranged-mode: false
chat-range: 100.0


If its ok tell me !!!
1
acer5999
11/02/2012 12:09 am
Level 1 : New Crafter
He was wrong there was only a few things wrong 1 your inheritance was wrong Head-admin had all the permissions so anything above that also gets all of them you had some spelling errors and a few other things but really it was quite nice and it wouldv'e worked but here i revised it to work groups:
Default:
default: true
build: true
prefix: '&8[Default]&f'
permissions:
- modifyworld.*
- essentials.kit
- essentials.signs.use.*
- essentials.help
- essentials.spawn
- essentilas.home
- iConomy.access
- iConomy.rank
- essentials.tpa
- essentials.tpaccept
- skychest.use
- thuum.shout.fusrodah.3
Builder:
build: true
inheritance:
- Default
prefix: '&3[Builder]&f'
permissions:
- essentials.warp
- thuum.shout.kamdremov.3
Moderator:
build: true
inheritance:
- Builder
prefix: '&3[Moderator]&f'
permissions:
- essentials.repair
- essentilas.heal
- essentilas.item
- essentilas.give
- essentilas.gamemode
Admin:
build: true
inheritance:
- Moderator
prefix: '&4[Admin]&f'
permissions:
- essentilas.gamemode
- essentilas.enchant
Head_Admin:
build: true
inheritance:
- Admin
prefix: '&1[Head_Admin]&f'
permissions:
- '*'
Co-Owner:
build: true
inheritance:
- Head_Admin
prefix: '&1[Co-Owner]&f;
permissions:
Owner:
build: true
inheritance:
- Co-Owner
prefix: '&1[Owner]&f'
permissions:
1
BigPanda
10/30/2012 3:55 pm
Level 1 : New Explorer
there isnt a perfect plugin combination for any server. What you need to do is a little bit of research on your part. Go to bukkit.org and lookup every one of your plugins, and make sure it is compatible with your version of craftbukkit. It it isnt compatible yet, uninstall it and wait until it is compatible. Usually, the plugin will say which version of craftbukkit it is compatible with on the right column.
1
_BlackThunder_
10/30/2012 3:45 pm
Level 6 : Apprentice Miner
Can you tell me which plugins do you prefer to make a server ?
1
BigPanda
10/30/2012 3:42 pm
Level 1 : New Explorer
This could be a number of problems, but I will try to diagnose the basic and most probable ones. First, If you tried to allow/deny bukkit permission nodes, you'll want to undo that. I experienced a similar problem when I tried to deny base guests permissions to the command /plugins.

It could also be a malfunctioning or outdated plugin. For example if you have mobdisguise. That plugins no longer works and can sometimes corrupt. Uninstall it and install disguisecraft instead.

However, the most likely cause is that you have the development build of craftbukkit instead of the recommended build. delete your current craftbukkit.jar file and install the latest recommended build.

If none of that works, then if you wouldnt mind sending me a pm of a list of your plugins, so I can try to help you determine what the problem is. Essentials and Permissionsex are not the plugins causing problems, more than likely
1
_BlackThunder_
10/30/2012 3:32 pm
Level 6 : Apprentice Miner
yes it regenerate back the instant and it tell's me that I can't build but when i try to do sommeting to fix it but it don't work so i startet looking at videos but it didunt work pls help .
1
BigPanda
10/30/2012 3:19 pm
Level 1 : New Explorer
Does it give you an error message? Or does the block just regenerate back the instant you break it?
1
_BlackThunder_
10/30/2012 3:15 pm
Level 6 : Apprentice Miner
But when I try to build or delete a block it tells me that I can't I need help for that. (can you give yours Essentials and PermissionsEx if you can pls)
1
BigPanda
10/30/2012 3:05 pm
Level 1 : New Explorer
For a full list of /pex commands,
type /pex
in game
1
BigPanda
10/30/2012 3:04 pm
Level 1 : New Explorer
permissionsex is very easy, because you dont not need to edit the config file. Only if you really want to. All permissions can be done and edited in game.
First, go into your console and type "pex user {yourusername} add permissions.*"
Without the "".
By default, for some odd reason, ops do not have pex permissions, that why you need to add the node. from there, you can make groups, prefixes, suffixes, permissions, with /pex commands.

/pex group create {groupname}
/pex group {groupname} add permission.attribute
/pex group {groupname} prefix "&2prefix"
/pex group {groupname} suffix "&2suffix"
1

Welcome