Orange
Administrator
Sometimes all of us get problems with different plugins. They are working not as we want, or not as it must Problem can be in different sides, most of them with solutions will be defined below.
First of all, check your console for errors. After you check that - type command
o.plugins
and be sure plugin is loadedSome of plugins need permissions to work. If your plugin is not working, first check that you have permissions for it.
As usual permissions are stored on the plugin page, in worst case you can open
After you found permissions, you need to give it to yourself
View attachment 93
Full guide about permissions is guide here Click On Me
You can check your existing permissions by console command
View attachment 94
As usual permissions are stored on the plugin page, in worst case you can open
.cs
file and explore it for them.After you found permissions, you need to give it to yourself
View attachment 93
Full guide about permissions is guide here Click On Me
You can check your existing permissions by console command
o.show user <name or steamID>
View attachment 94
Plugin can work wrong because of config, try to remove it (unload plugin first)
Some plugins have strange configurations (Ex: You need to enable plugin with config value)
If you have problem with corrupted configurations, i can recommend you to use JSONLint
Extra guide about configurations is here Click On Me
Some plugins have strange configurations (Ex: You need to enable plugin with config value)
If you have problem with corrupted configurations, i can recommend you to use JSONLint
Extra guide about configurations is here Click On Me
Plugin can work wrong because of data, try to remove it (unload plugin first)
If your plugin still works wrong follow that steps:
- Remove plugin from plugins folder
- Remove plugin files (Lang, Config, Data)
- Restart server (Optional)
- Load plugin again
Last edited: