diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-10 14:51:20 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-10 14:51:20 +0200 |
commit | d8c07f0ba314306ae22f6031562beb3562fa0339 (patch) | |
tree | 0ea05d52498ceda6e64b1cf0c17519eb1feb3028 | |
parent | c75f13002a0b7e5d8ff9625f398280687a1e8b00 (diff) |
mt credits
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | default_textures.go | 1 |
3 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,6 @@ MIT License +Copyright (c) 2020 anon5 <anon5clam@protonmail.com> Copyright (c) 2021 HimbeerserverDE Permission is hereby granted, free of charge, to any person obtaining a copy @@ -1,6 +1,8 @@ # mt-multiserver-proxy mt-multiserver-proxy is a reverse proxy designed for linking multiple Minetest servers together. It is the successor to multiserver. +# mt +This project was made possible by [anon55555's mt module](https://github.com/anon55555/mt). ## Installation Go 1.17 or higher is required. Run @@ -25,4 +27,4 @@ they have timed out. 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]. +The default chat commands can be installed as a [plugin](https://github.com/HimbeerserverDE/mt-multiserver-chatcommands). diff --git a/default_textures.go b/default_textures.go index 148868c..53a84c7 100644 --- a/default_textures.go +++ b/default_textures.go @@ -1,3 +1,4 @@ +// Code generated by gen_textures.go. DO NOT EDIT. package proxy var defaultTextures = []mediaFile{ |