How to Change the Bedrock Prefix
Follow the instructions below to modify your Bedrock prefix successfully.
Access Template Files and Open the Schema File
Add or Find Your Prefix
If your prefix is not visible, add a new one using the structure below:
schema.json
{
"id": "bedrockPrefix",
"name": "Bedrock Prefix",
"description": "Choose the prefix for Bedrock users.",
"default": ".",
"type": "select",
"values": [
".",
"_",
"*",
"BP_",
"newprefix_"
]
}
Save the Changes
Press Save and Publish
to enact the changes.
Update the Prefix in the Server
You're all set to use the newly defined prefix on your server.