1

Default players getting Opped?

EpikTime 2/9/13 11:39 am
71
2/10/2013 2:27 am
I have a really big problem on my server and I do not know what is causing it. I have multiverse and groupmanager on my server (along with other plugins) and in one of my worlds, default players are able to op themselves. I do not know what is causing this. In my main survival world (called world), they can not op themselves, but in my creative world (from multiverse), default players are able to op themselves.
Here are my permissions for the creative world:
Default:
default: true
permissions:
- essentials.afk
- essentials.help
- essentials.list
- essentials.msg
- essentials.ping
- essentials.home
- essentials.sethome
- essentials.delhome
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.spawn
- essentials.gamemode
- plotme.limit.4
inheritance:
info:
prefix: '&f[Default]'
build: true
suffix: ''
I really need help!
Posted by
EpikTime
Level 1 : New Miner
0

  Have something to say?

JoinSign in

3

Bugs_e
02/10/2013 2:27 am
Level 1 : New Miner
Group manager automatically makes a few people Builder/Mod rank on your server, so clean that file out. Secondly, it would be better to make your own permissions/group to make sure everything was checked completely. Make sure no one else is OP on your server except you, so no one can OP other people.

Goodluck
1
Rogue
02/09/2013 1:11 pm
Level 12 : Journeyman Crafter
Try denying the op command perm node. However, do note that if they have access, there's probably more to look into denying than that.
1
nsuugaming
02/09/2013 6:45 pm
Level 11 : Journeyman Architect
I agree with Rogue, as this would work, but I have had this problem and there is another way around it.
The problem is to do with group manager, and not multiverse.
From what I can see that you have done, you have edited the permissions so that they have essentials perms.
In your 'groups.yml' file, in the world folder of the plugin's folder, your permissions may be the error.
In my file, the 'Guest' group (as I call it) looks like this:-

Guest:
default: true
permissions:
- bukkit.command.kill
inheritance:
- g:groupmanager_default
- g:bukkit_default
- g:essentials_default
- g:towny_default
info:
prefix: '&7Guest&r:'
build: false
suffix: ''


I expect that the problem is you not having the bukkit_default and the essentials_default under the inheritance section, as this is where the command comes from.
Just try adding those two permissions into the file, save it then reload or restart your server.

Hope this works!
1

Welcome