Request Edit op-permissions

  • 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
J

John Abaddon

Guest
Hey guys,

I have a direwolf20 1.9-1.7.10 running and I wanted to customize the Op-Permission Levels.
I have decompiled many of the source files and cant find the location for the permissions.
Cant someone show me the file location and file name?

Thanks
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
I can't seem to think of a reason why you'd want to do that, OP isn't a permission level, it is literally access to all functionality of the server. You should use a permissions plugin/mod and edit groups and users if you want to change what a person can do. You can give them OP perms but restrict a few of them if you wish. OP is created by mojang in the actual server.jar, if you wish to mess with that it may prevent connectivity on your server and I'd suggest that if your coding knowledge isn't yet at the point to where you can find out how to edit that in the recompiled source I'd highly suggest avoiding doing that in order to keep your server working.
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
To manage permissions I'd recommend ForgeEssentials, you can make groups and assign permissions to groups or individual players. Another solution is kCauldron and either PEX or Groupmanager plugin.
 
J

John Abaddon

Guest
Sounds good, Ill give that a try. I used some other ones before but they never loaded properly; Hints Y I was ready just to mode the Ops.
 
J

John Abaddon

Guest
alright. FE mod loaded nicely, but instructions on setting up it up is pretty bad. Do you know of a good instruction set for it?
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
There is a wiki for FE, not sure if you are referring to it, but it's not that bad after you read the instructions a couple of times.
 
J

John Abaddon

Guest
alright got most permissions set up but the area permissions aren't being accepted.
i have the new area created and defined. here is an example.

wiki says do this:
/p group _ALL_ zone bruce_plot deny fe.protection.break.* fe.protection.place.*
mine was:
/p group _MEMBER_ zone Spawn deny fe.protection.break.* fe.protection.place.*

and nothing returns. normally i get the green prompt when a permission is logged, or a red one when something is missing.

can anyone tell me whats wrong?