Jump to content

Recommended Posts

Posted

here is my permissions file for pex:

groups:

guest:

default: true

prefix: '&f[&dNew]&f&f '

permissions:

- -modifyworld.*

- -modifyworld.blocks.place

- -modifyworld.blocks.destroy

- chatmanager.chat.*

builder:

prefix: '&f[&3Builder]&f '

permissions:

- modifyworld.*

- essentials.help

- essentials.sethome

- essentials.home

- essentials.warp

- essentials.warp.list

- essentials.build

- chatmanager.chat.*

moderator:

inheritance:

- builder

prefix: '&f[&6Moderator]&f '

permissions:

- essentials.*

- chatmanager.chat.*

- permissions.manage.*

admin:

prefix: '&f[&4Admin&f] '

permissions:

- '*'

users:

capsam500:

group:

- admin

Aridaios_Athanas:

group:

- builder

hazza966:

group:

- moderator

it all works fine apart from the guest group for new players. when new players spawn they arent able to use chat or to interact with doors etc.. would someone be able to edit this permissions file to solve this problem?

thanks

Posted

The -modifyworld.* node in the "guest" group is preventing them from doing practically everything. Removing that should solve your problem and leave guests able to do everything but destroy and place blocks.

Edit

Oh and you may want to add a wildcard (.*)to both

- -modifyworld.blocks.place

- -modifyworld.blocks.destroy

I can't recall if it's "necessary" but it can't hurt.

Posted

The -modifyworld.* node in the "guest" group is preventing them from doing practically everything. Removing that should solve your problem and leave guests able to do everything but destroy and place blocks.

Edit

Oh and you may want to add a wildcard (.*)to both

- -modifyworld.blocks.place

- -modifyworld.blocks.destroy

I can't recall if it's "necessary" but it can't hurt.

Ok thanks,:-)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...