Problem Can't get permissionsex to work.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

kaasknak

Member
Jul 29, 2019
9
1
13
Hello,

I've run a ftb ultimate server with MCPC+ for quite some time now (CraftBukkit version git-MCPC-Plus-jenkins-MCPC-Legacy-147-70 (MC: 1.4.7)) and since the commands became such a hassle I decided to add permissions so I downloaded permissionsex (v1.19.4).
After adding the plugin, running the server, stopping the server, configuring the permissions, and running the server again I can't seem to do anything no matter the permissions group if I am not an OP.

This is my permissions.yml file
Code:
groups:
  gast:
    default: true
    prefix: '[gast]'
    permissions:
    - modifyworld.login
    - modifyworld.chat
  minecrafter:
    default: false
    build: true
    permissions:
    - modifyworld.*
    - buttonwarp.use
    - buttonwarp.getreward
    - griefprevention.lava
    - griefprevention.createclaims
    - griefprevention.claims
    - griefprevention.buysellclaimblocks
    - iConomy.holdings
    - iConomy.help
    - iConomy.payment
    - jobs.use
    - jobs.command.browse
    - jobs.command.stats
    - jobs.command.join
    - jobs.command.leave
    - jobs.command.info
  admin:
    default: false
    permissions:
    - '*'
    - modifyworld.*:true
users:
  kaasknak:
    group:
    - admin

And these are all the plugins:
PorteCoulissante
BetterAlias
Vault
WorldEdit
iConomy
GriefPrevention
Simple Prefix
WorldGuard
ButtonWarp
SignShop
Jobs
Citizens
PermissionsEx
ModifyWorld
Could someone help me and tell me where I went wrong?
Thanks in advance.
 

Trollulz

New Member
Jul 29, 2019
26
0
0
When you say you can't do anything, what exactly do you mean? Is the plugin working and you're in the starter rank?
Do you mean you can't build / destroy blocks?
 

kaasknak

Member
Jul 29, 2019
9
1
13
I can't build or destroy blocks unless I am made OP and all the plugins still use the permissions they used by default (OP-permissions).
This is all regardless of the rank I am.
Can't build/destroy with the admin rank if I am not OP.
 

Trollulz

New Member
Jul 29, 2019
26
0
0
Alright, I'm guessing it's Essentials anti build that's causing it, you should try to disable the plugin, simply just add .disabled behind the name of the EssentialsAntiBuild.jar and try to restart the server. If you got it installed, that is.
 
Last edited:

kaasknak

Member
Jul 29, 2019
9
1
13
Essentials isn't a plugin that is running.
To prevent building as default I have modifyworld but minecrafter and admin have permissions to use this plugin.

EDIT:
I disabled modifyworld and I can build now but the other permissions still don't work.
The console als gives me this error now.
00:08:18 [WARNING] [PermissionsEx] Unknown server implementation being used!
00:08:18 [WARNING] [PermissionsEx] No Permissible injector found for your server implementation!
I guess that is the problem.
Any idea how to fix this?
 
Last edited:

Trollulz

New Member
Jul 29, 2019
26
0
0
Yeah I see that in the permissions, you could try to disable it temporarily and see if that's actually what's causing it?
Never tried modifyworld myself, heard it tends to be a little buggy. I recommend going for a different protection plugin.
 

kaasknak

Member
Jul 29, 2019
9
1
13
Tried it with switching my account from group to group and it made no difference.
I can use the same commands in every group I am in and manually adding commands without an * still doesn't get me to use it.
 

Trollulz

New Member
Jul 29, 2019
26
0
0
Alright, well I really got no clue, my only suggestion it trying to remove modifyworld, and settling for something else..