Mention chat command plugin

master
HimbeerserverDE 2021-09-10 13:43:03 +02:00
parent 10398bd66d
commit c75f13002a
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 6 additions and 2 deletions

View File

@ -4,10 +4,12 @@ multiple Minetest servers together. It is the successor to multiserver.
## Installation
Go 1.17 or higher is required. Run
`go install github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/mt-multiserver/proxy`
`go install github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/mt-multiserver/proxy@latest`
to download and compile the project. A mt-multiserver-proxy executable
will be created in your $GOBIN directory.
will be created in your $GOBIN directory. The same command is also
used to upgrade to the latest version. You will need to recompile
all plugins after upgrading.
## Usage
### Starting
Run `$GOBIN/mt-multiserver-proxy`. The configuration file and other required
@ -22,3 +24,5 @@ they have timed out.
## Configuration
The configuration file name and format are described in [doc/config.md](doc/config.md)
**All internal servers need to allow empty passwords and must not be reachable from the internet!**
## Chat commands
The default chat commands can be installed as a (plugin)[https://github.com/HimbeerserverDE/mt-multiserver-chatcommands].