This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The global files don't pass through (all) permissions: Steps to repoduce:
Versions:
bPerm config: config.yml
auto-save: true track-type: multi debug-mode: false allow-offline-mode: false use-global-files: true track-limit: false
groups.yml (global)
default: admin groups: admin: permissions: - bPermissions.admin - bukkit.command.list groups: [] meta: priority: '100' prefix: '&5admin'
users.yml (global)
users: megge208: permissions: [] groups: - admin meta: prefix: '&8developer'
towny/groups.yml (Worldname is towny)
default: default groups: default: permissions: - bukkit.broadcast.user groups: [] meta: prefix: '&9user' suffix: ' Newbie'
towny/users.yml
users: megge208: permissions: [] groups: - default meta: []
I guess there is an issue with superperms and the "direct" API, as I've encountered some issues with the vault connection + bPermissions (in short: player.hasPermssion("perm") returns true, while vaultPermObjectThingy.has(player, "perm") returns false (sorry for pseudocode, I don't remember the exact syntax right now) ) I hope this is not intended, as I really depend on those global groups :/
use-global-files: true
isn't the only entry in config.yml, of course, just the only one I changed, sorry for being not precise there
Argh, another thing I forgot to add: "/perm" is just an example for many plugins behaving similarly (in a sense that the players can't use commands because of insufficient permissions)
Any update on this?
To post a comment, please login or register a new account.