Skip to content

MrAfitol/AdminTools-TajMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdminTools-TajMod

Version Downloads

A plugin that extends the Remote Admin console with additional commands.


📚 Wiki

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

📌 Important Notice

This is the first version of the plugin. More features, commands, and improvements will be added in future updates.


📦 Installation Guide

Follow these steps to install the plugin:

1. Install BepInEx 5

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.


2. Download the Plugin

Go to the Releases section of this repository and download the latest version of the plugin (.dll file).


3. Install the Plugin

Move the downloaded .dll file into:

<Server Folder>/BepInEx/plugins/

Example:

C:\TajMod-Server\BepInEx\plugins\AdminTools.dll

4. Launch the Server

Start the server normally. If everything is installed correctly, the plugin will load automatically.


⚙️ Configuration

This plugin uses a custom JSON configuration system stored in:

<Server Folder>/BepInEx/config/AdminTools/permissions.json

Default configuration example:

{
  "groups": [
    {
      "group": "owner",
      "permissions": ["all"]
    },
    {
      "group": "admin",
      "permissions": ["dropsize", "dropitem"]
    }
  ]
}

Notes:

  • group = role name
  • permissions = allowed commands
  • all = grants full access

💡 Tip: You can edit the config while the server is off. Changes will be applied automatically on next server start.


🐛 Bug Reports

If you find any issues or bugs, please report them in the GitHub Issues tab:

Issues

About

A plugin that extends the Remote Admin console with additional commands.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages