This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I'm sure there's nothing wrong with the program. It must be something I'm doing wrong. I have attempted to set permissions and have been denied, repeatedly, in game.
Copy of Code:users: nanjenni: permissions: permissions.example: true groups: - Membergroups: default: permissions: plotme.use: true admin: permissions: permissions.*: true inheritance: - Member Member: permissions: worlds: inheritance: - defaultmessages: build: '&cYou do not have permission to build here.'debug: false
******************************In game, PlotMe, nanjenni still can not type /plotme help or /plotme home. Many commands are unavailable. It does not matter how many individual rights I grant, such as plotme.use.home or plotme.use.auto ... the permissions granted are denied. I've been following the list on this page: http://dev.bukkit.org/bukkit-plugins/plotme/pages/permissions/
Can you tell me what I am doing wrong?
Thank you,
Sarinja.
in the default group, you're missing a ':' after the permission node, it should be:
plotme.use: true
To post a comment, please login or register a new account.