From 71ec0ba53c06599715c1346f110123722a6afd8f Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 2 May 2025 12:49:16 +1200 Subject: [PATCH] add readme --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c906a8f --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +This is consensus, a plugin for the Bedrock dedicated server. + +consensus watches your Minecraft server's chat logs and sends +any messages back to your group's Discord chat. + +To install consensus, copy this repository into the directory +behavior_packs/consensus. Set webhookUrl in scripts/main.js +to your webhook's URL from Discord. + +Further documentation is provided at the project's website: + . + +Written by Jeremy Baxter