🪨Bedrock Prefixes

Add or remove a prefix for bedrock.

Go in schema file like in the screenshot below.

If you want to add a new prefix

{
  "id": "bedrockPrefix",
  "name": "Bedrock Prefix",
  "description": "Select the prefix for bedrock users.",
  "default": ".",
  "type": "select",
  "values": [".", "_", "test"]
},

Last updated