ArchmageInc / RealStore

A Minecraft Bukkit plugin to setup stores based on item backed currency
2 stars 2 forks source link

Permissions fail for non-op #17

Closed monkeyhustle closed 12 years ago

monkeyhustle commented 12 years ago

I'm using Essentials/GroupManager for permissions on my server. I added RealStore.* to the perms for the default group and restarted the server. At this time, only players with OP status are able to create coffers and stores. All other permissions for that group work as expected.

Any ideas?

Currently installed plug-ins are as follows:

BadWords : 1.23 GroupManager : 1.9 (2.9.1) (Phoenix) RealStore : 0.1.1 WorldEdit : 5.3 Permissions : 3.1.6 FailedLogin : 0.2 SupplySign : 1.9.4 LWC : 4.1.1 (b645-git-b24cc99e) FoundDiamonds : 3.2.2 MailBox : 2.5 WorldGuard : 599-a7d1988 dynmap : 0.36.2-1070 Essentials : 2.9.1 WorldBorder : 1.5.4 EssentialsProtect: 2.9.1 EssentialsSpawn : 2.9.1 HawkEye : 1.0.7b EssentialsChat : 2.9.1

ArchmageInc commented 12 years ago

This was a bug in how the plugin was checking permissions. This is fixed in v0.1.2

monkeyhustle commented 12 years ago

Resolved with v0.1.2. Players with permission can now create coffers and stores. Thanks.