capsam500 Posted June 5, 2013 Posted June 5, 2013 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 Quote
Sir_Shady Posted June 6, 2013 Posted June 6, 2013 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. Quote
capsam500 Posted June 7, 2013 Author Posted June 7, 2013 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,:-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.