Survival-Games
Survival-Games copied to clipboard
[BUG] negation of permissions does not Work
http://pastebin.com/E7bGV4hy this is the configuration that I have, and SG is the only plugin, out of 68 that I have, which does not negate the permission as it supposed. Also, what is with the fact that sg.lobby.join gives you access to all arenas automatically? It gives also this error: http://pastebin.com/0EAf4S0x
Try fresh SG install, seems that there is some problem with messages, it should fix the error in console, also make sure you are running the right Bukkit, WorldEdit and Vault versions.
About the permission negating: PEX does not handle negating child permissions correctly, so make sure you negate them on each group you don't want to have access to it
This line caugh my eye: org.bukkit.command.CommandException: Unhandled exception executing command 'hg' in plugin SurvivalGames v0.5.8
command 'hg'? Aren't you using some sort of alias system?
I'm using /hg alias as I have been always using the /hg command on my server and all my guide books, and signs are written with /hg. Re-doing all of that just for one letter is insensible while I can just add an alias. All modern, well-written plugins support aliases perfectly by default, so I am always pretty confident with adding an alias if I need it.
What alias plugin are you using? I recommend CommandHelper (You can grab latest version here: http://build.sk89q.com/job/CommandHelper/lastSuccessfulBuild/artifact/target/), using it on SG server to simplify command where "/sg vote" is "/play".
On 5/10/2013 12:34 PM, Michal Junek wrote:
What alias plugin are you using? I recommend CommandHelper (You can grab latest version here: http://build.sk89q.com/job/CommandHelper/lastSuccessfulBuild/artifact/target/), using it on SG server to simplify command where "/sg vote" is "/play".
— Reply to this email directly or view it on GitHub https://github.com/Double0negative/Survival-Games/issues/16#issuecomment-17740159.
I don't use alias plugins. I modify plugin.yml itself.
Come to think of it... I have just realized I have never modified your plugin and so I did not have any aliasing plugins. Are you sure you know your code better than me?
It is not my code, I just did some edits and never cared of "plugin.yml", just do what I said and report back
I just want to request that you guys NOT remove this alias for the reasons listed above. Just want you to know that there people who use it, so if you would only fix it then that would be just great!
/hg and /sg are both aliases (the actual command is /survivalgames)
A permissions error is not the plugin it would be whatever permissions plugin you are using.
What plugin are you using?
GroupManager.