A plugin that extends the Remote Admin console with additional commands.
This plugin includes a GitHub Wiki with documentation for all available commands.
👉 https://github.com/MrAfitol/AdminTools-TajMod/wiki
In the Wiki you will find:
- 📖 Full list of commands
- 🧾 Command descriptions
- ⚙️ Usage examples
This is the first version of the plugin. More features, commands, and improvements will be added in future updates.
Follow these steps to install the plugin:
Download the latest version of BepInEx 5 from the official GitHub page: 👉 https://github.com/BepInEx/BepInEx/releases
- Choose the correct version for your server (usually x64)
- Extract the archive into your server folder (where the server executable is located)
After launching the server once, a BepInEx folder will be created automatically.
Go to the Releases section of this repository and download the latest version of the plugin (.dll file).
Move the downloaded .dll file into:
<Server Folder>/BepInEx/plugins/
Example:
C:\TajMod-Server\BepInEx\plugins\AdminTools.dll
Start the server normally. If everything is installed correctly, the plugin will load automatically.
This plugin uses a custom JSON configuration system stored in:
<Server Folder>/BepInEx/config/AdminTools/permissions.json
{
"groups": [
{
"group": "owner",
"permissions": ["all"]
},
{
"group": "admin",
"permissions": ["dropsize", "dropitem"]
}
]
}group= role namepermissions= allowed commandsall= grants full access
💡 Tip: You can edit the config while the server is off. Changes will be applied automatically on next server start.
If you find any issues or bugs, please report them in the GitHub Issues tab: