1
Sorry I'm kind of a noob even though I've made many servers before. It's been a year and a half since my last one though and it seems I've forgotten how to set up my global groups.yml and groups.yml properly. I only need permissions for regular players (default) and myself but I'll be op. The problem is that when I de-op myself I can't even use /help (it says You do not have permission to use this command.) but I also can't use other commands I want default users to be able to use like /thru (it says You are not permitted to do that. Are you in the right mode?). Everything works fine if I'm op.
globalgroups.yml http://pastebin.com/igtMtxsq
groups.yml http://pastebin.com/jgVFCBhh
globalgroups.yml http://pastebin.com/igtMtxsq
groups.yml http://pastebin.com/jgVFCBhh
16
Well, bloody hell. They dropped the download. Still works on many servers, but as for new downloads... >.>
Guess I'll have to bite the bullet and say PEX has won the permissions war, so to speak, at long last, and that it may be worthwhile to make a test build of your server to plan for conversion if you can't get Gm to work.
Guess I'll have to bite the bullet and say PEX has won the permissions war, so to speak, at long last, and that it may be worthwhile to make a test build of your server to plan for conversion if you can't get Gm to work.
Maybe try checking what perms you have on yourself, check this in the users folder. It also could be to do with the perms being in the wrong world.
Did you try the EssX Gm that was right below the download link for the essentials?
And that's also assuming you wiped out the older versions.
And when you do replace them, do it manually - autonomous/console routes tend to break more often than not in troubleshooting...
And that's also assuming you wiped out the older versions.
And when you do replace them, do it manually - autonomous/console routes tend to break more often than not in troubleshooting...
No, I can't seem to find the download for Group Manager X... :/
GroupManager is abandoned and no longer reliable with 1.10. Use something like PEX, my server has just changed over from GM
GroupManager is just fine with 1.10. Go find "EssentialsX".
I've seen people have many more headaches with PEX than GM in 1.10.
Same to the OP - find and use the EssentialsX essentials and associated GM - the other essentials is not that reliable for the version, and the Gm even worse.
I've seen people have many more headaches with PEX than GM in 1.10.
Same to the OP - find and use the EssentialsX essentials and associated GM - the other essentials is not that reliable for the version, and the Gm even worse.
I tried EssentialsX, nothing changed
Maybe the problem is that it doesn't know I'm in group Default even when I move myself there? when I move myself there it doesn't say anything, but when I do /manwhois mattstanton94 it shows that I'm in default. However if I type in the chat my name isn't yellow, it's white... I also can't use /spawn but I added the permission essentials.spawn ... I'm very confused :s
I have tried all your plugins together and /help and /thru for default worked.
I have uploaded my files to mediafire here:
http://www.mediafire.com/download/stzt0 ... lugins.rar
also I suggest you to use essentialsspawn(put it in my files) rather than easysetspawn. Don't know if there's a difference or not but this is a part of essentials.
if that didn't work try whitelisting the server, delete the essentials and groupmanager and make the server create new files for them.
if that didnt work then that might be a problem in craftbukkit or the version of the server or yet.
I have uploaded my files to mediafire here:
http://www.mediafire.com/download/stzt0 ... lugins.rar
also I suggest you to use essentialsspawn(put it in my files) rather than easysetspawn. Don't know if there's a difference or not but this is a part of essentials.
if that didn't work try whitelisting the server, delete the essentials and groupmanager and make the server create new files for them.
if that didnt work then that might be a problem in craftbukkit or the version of the server or yet.
Ok for some reason I was finally able to get default able to use all the essentials commands I wanted and everything else works perfectly... except /thru. It still says "You don't have permission to do this."
New pastebins: http://pastebin.com/YZvukrD9 http://pastebin.com/NxiScWKF
New pastebins: http://pastebin.com/YZvukrD9 http://pastebin.com/NxiScWKF
That's weird, generally when you first put the essentials and groupmanager plugin into your server. it setups /help for default. Was it like that when you first used the plugins?
and tell me the versions of essentials and groupmanager and the links from where you downloaded them. I wanted to check if it's the plugin problem or something in the config
Also, I tested your groups.yml and globalgroup.yml in my server and /help worked so it might be the plugin problem or some other plugin preventing it like having both Groupmanger and PermissionsEx
I downloaded Groupmanager from: https://github.com/essentials/Essential ... anager.jar
Downloaded essentials from:
https://hub.spigotmc.org/jenkins/job/Sp ... ntials/10/
trying putting your groupmanager and essentials in your desktop and try these to see if same problem is still there
and tell me the versions of essentials and groupmanager and the links from where you downloaded them. I wanted to check if it's the plugin problem or something in the config
Also, I tested your groups.yml and globalgroup.yml in my server and /help worked so it might be the plugin problem or some other plugin preventing it like having both Groupmanger and PermissionsEx
I downloaded Groupmanager from: https://github.com/essentials/Essential ... anager.jar
Downloaded essentials from:
https://hub.spigotmc.org/jenkins/job/Sp ... ntials/10/
trying putting your groupmanager and essentials in your desktop and try these to see if same problem is still there
I tried the two links you suggested with the same global groups and groups that I had before, still bukkit plugins don't work and /thru gives the different message. Could one of my plugins be conflicting? I'll post a screenshot of my plugins. I am in the group Default right now.
your group.yml is fine but your globalgroups.yml is not
my globalgroups.yml file:
g:bukkit_default:
permissions:
- bukkit.broadcast.user
- -bukkit.command.plugins
g:essentials_default:
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- essentials.jail.allow.help
- essentials.jail.allow.helpop
- essentials.jail.allow.rules
/help is from essentials plugin so you should have it under g:essentials_default
For /thru, it is worldedit command and its permission is:
worldedit.navigation.thru.command
add this under g:essentials_default too
so it will be like:
g:essentials_default:
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- essentials.jail.allow.help
- essentials.jail.allow.helpop
- essentials.jail.allow.rules
- worldedit.navigation.thru.command
my globalgroups.yml file:
g:bukkit_default:
permissions:
- bukkit.broadcast.user
- -bukkit.command.plugins
g:essentials_default:
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- essentials.jail.allow.help
- essentials.jail.allow.helpop
- essentials.jail.allow.rules
/help is from essentials plugin so you should have it under g:essentials_default
For /thru, it is worldedit command and its permission is:
worldedit.navigation.thru.command
add this under g:essentials_default too
so it will be like:
g:essentials_default:
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
- essentials.jail.allow.help
- essentials.jail.allow.helpop
- essentials.jail.allow.rules
- worldedit.navigation.thru.command
So I did what you said but I have no access to any essentials commands as a default player (non-op). It says "You do not have access to that command." When I try /thru it still says "You are not permitted to do that. Are you in the right mode?" Factions works fine though.
If you ask something like this at least provide the plugins you use.
It's a bit silly asking this without knowing what plugins or even server you have.
It's a bit silly asking this without knowing what plugins or even server you have.
