Description
Join the Discord!
Epic Discord Server with updates
⚠️ Important: Permissions Setup
By default, Hytale prevents non-Operators from using slash commands. For regular players to use this plugin, you must add the permission node to your server's permissions.json file.
Note: You must STOP your server before editing this file, or it may reset your changes.
Configuration
Locate permissions.json in your server root and add the permission string to the default group list.
Correct Syntax: Ensure you use a List [], not an Object {}.
{
"groups": {
"Default": [],
"OP": [
"*"
],
"default": [
"snipr.dmplugin.*",
],
"Adventure": [
"snipr.dmplugin.*",
]
}



