summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--serverlist-server/README.md10
2 files changed, 6 insertions, 11 deletions
diff --git a/README.md b/README.md
index 40cc254..28cfcdc 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,9 @@ Example:
java -jar BedrockConnect-1.0-SNAPSHOT.jar mysql_pass=test123 server_limit=10
```
+# Libraries used
+- [NukkitX Bedrock Protocol Library](https://github.com/NukkitX/Protocol)
+
# Using your own DNS server
In the case where you want to use your own DNS server instead of the one I supplied, this is what zones you'll need to set your DNS to in order for BedrockConnect to work:
@@ -74,8 +77,10 @@ In the case where you want to use your own DNS server instead of the one I suppl
Here's an easy way to setup BIND (DNS server software) on Linux: https://github.com/Pugmatt/BedrockConnect/blob/master/BIND_Install.txt
+
# Donations
If you like what you see, feel free to throw a few bucks. I won't ever charge for this service, so currently everything is out of pocket.
-https://www.paypal.com/Pugmatt
+http://paypal.me/Pugmatt
+
diff --git a/serverlist-server/README.md b/serverlist-server/README.md
index b8d8886..8b13789 100644
--- a/serverlist-server/README.md
+++ b/serverlist-server/README.md
@@ -1,11 +1 @@
-# BedrockPipe
-Bukkit/Spigot plugin that creates a server connection to allow Bedrock Edition players to connect.
-
-This is currently a test project and under development, and is not reccomended for production use.
-
-### Projects used
-
-__[Protocol library](https://github.com/NukkitX/Protocol)__ used for Bedrock Edition server protocol
-
-Code used from __[ProxyPass](https://github.com/NukkitX/ProxyPass)__