Minecraft /op with a specific level of operating power

I was wondering if it is possible to directly OP someone with a specific level. For example something along the lines of /op player permissionLevel

2 Answers

Unfortunately, no. There is no way in vanilla Minecraft to give some players different op levels. All ops are defined in the same ops.txt file, and the permission level is defined globally in the server.properties file.

1

You can change this in the ops.json file:

 "uuid": "idk what it is", "name": "playername", "level": CHANGE THIS TO CHANGE LEVEL, "bypassesPlayerLimit": true/false

You Might Also Like