Maybe this is'nt a plugin request, but anyways. I am currently working on a kitpvp server that my friend is gonna release, and I'm the one who needs to fix everything, I need to code plugins, build the map and more stuff. I tried to do ranks and permissions with PermissionsEX today, but it didnt work. Can someone please help me or do it for me. My permission.yml: Code: groups: Default: options: default: true build: false permissions: - custombanplugin.notify - enderpearl.cooldown - enderpearl.use - pvpsoup.use Builder: options: default: false prefix: '&3[Builder] &f' build: true permissions: - modifyworld.* - custombanplugin.notify - enderpearl.cooldown - enderpearl.use - pvpsoup.use - bukkit.command.gamemode TestMod: options: default: false prefix: '&d[T-Mod] &f' build: false permissions: - custombanplugin.kick - custombanplugin.tempban - enderpearl.cooldown - enderpearl.use - custombanplugin.notify - pvpsoup.use - eaglekits.admin ingeritance: - Builder Mod: options: default: false prefix: '&5[Mod] &f' build: true permissions: - custombanplugin.kick - custombanplugin.tempban - custombanplugin.ban - modifyworld.* - eaglekits.admin - eaglekits.chatclear - enderpearl.cooldown - enderpearl.use - custombanplugin.notify - pvpsoup.use ingeritance: - Builder - TestMod Admin: options: default: false prefix: '&c[Admin] &f' build: true permissions: - custombanplugin.* - bukkit.* - modifyworld.* - eaglekits.admin - eaglekits.chatclear - enderpearl.* - custombanplugin.* - pvpsoup.* - srpex.* ingeritance: - Builder - TestMod - Mod schema-version: 1 users: e7c94d4d-6151-3c7f-b195-f5f8788f5181: group: - Admin options: name: Edvio [code] Send me a PM if you wanna chat with me.
@Edvio This should not be under plugin requests. Plugin requests is for people developing plugins who need help developing, not for an issue you have with an already existant plugin. In future, please post stuff like this in the "Plugin Help/Development/Requests" section.
Moved to Bukkit help @plobnob In the future: please report the thread instead of posting what you posted.
Considering there is no such thing as ingeritance, my guess is that is resulting in various higher ranks not working right...
prefixes, etc is an aspect of the chat formatting plugin. Use the commands to determie what permissions group a given player is in, to confirm that it reports back the right group / permission set. Dont count on the display of 'builder' to be the "permissions doesn't work /does" test, when "players have the right permissions" is the only correct test for that. Chat formatting plugins need to be configured to display the prefix/suffix or alter the displayname Also that "build: true/false" setting only applies to one specific plugin, as it is not used by the system as a flag, just one plugin. And if you're opped while builder - tsting, all bets are off anyways. Though you are apparently using modifyworld to block all default ranks... and allow only higher levels to work, so as long as your modifyworld.jar file is there, and loading correctly in the startup... should work. And if it isn't, its because the server is choking on your permission file and vomiting error messages during startup.