Home - 1attila/Conduit GitHub Wiki
Welcome to the Conduit wiki!
What is Conduit what can is capable of and how do i use it?
Conduit is a tool to control multiple Minecraft servers with Python plugins. It's heavily inspired by the MCDReforged project but pretty different.
Its designed to be simple to install/use/develop and for educational purposes.
It has a collection of really cool quality-of-life plugins that you can install with a simple command directly via Minecraft of Cli.
How to install
Conduit can be installed with a single command, and it's able to setup and fetch it's config by itself! For more details consult the wiki.
First steps
After conduit is installed and setup you can start to use it.
The first thing that you should do is set the permissions.
There are 5 levels of permission, you don't need to set all of them right now, since the most-used it's only Helper.
To set a permission go to perms.json
file and find the server you want to set the permissions.
You can assign some teams to each permissions so that all the players that are in that team will have the permission up to that level.
Example:
{"smp": {"Guest": [], "User": [], "Helper": ["Mod"], "Admin": [], "Owner": []}}
In this case we assigned to all the members of the team named Mod
the Helpers
permissions, that are usually enough to run almost every command.
Now that you have enough permissions, you can start to download some plugin!
Download a plugin it's really easy, all you need to do is type !!plugin download <plugin_name>