How to OP Offline Players
How to OP Offline Players
If a player is offline or unable to join the server, you can still grant them operator access by manually editing the operator file in your server's files.
Java
- Go to the Files tab in your panel.
- Open
ops.json. - Add the following entry:
[
{
"uuid": "uuid-here",
"name": "PlayerName",
"level": 4,
"bypassesPlayerLimit": false
}
]
- Replace
uuid-herewith the player's UUID andPlayerNamewith their username. - Save the file and restart your server.
๐ Don't know the player's UUID? Click this link: UUID - JAVA
Bedrock
- Go to the Files tab in your panel.
- Open
permissions.json. - Add the following entry:
[
{
"permission": "operator",
"xuid": "xuid-here"
}
]
- Replace
xuid-herewith the player's XUID. - Save the file and restart your server.
๐ Don't know the player's XUID? Click this link: XUID - BEDROCK