From 0d87ca8f76b298f62aa8b66057e75e4ecb8c591a Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Wed, 1 Jan 2025 16:32:28 +0100 Subject: [PATCH] Add to README --- README.md | 7 ++++++- docs/README.md | 3 +++ pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/README.md diff --git a/README.md b/README.md index 1e49879..8b6db43 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,16 @@ Issue messages that the player needs to read to keep playing, and that make an a ### Remote redstone Adds a "gateway" item that are controlled over internet. \ -[RETSTONE.md for more info](/Minecon724/tweaks724/src/branch/master/RETSTONE.md) +[RETSTONE.md for more info](/Minecon724/tweaks724/src/branch/master/docs/RETSTONE.md) ### Knockback Control knockback dealt by entities +### Kill switch +Quickly kills (terminates) the server on trigger, via command or HTTP request. +[KILLSWITCH.md for more info](/Minecon724/tweaks724/src/branch/master/docs/KILLSWITCH.md) + + ### Utility commands - `/ping` - displays player ping \ diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..c44787d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +Here's the documentation. + +Click above on a file to read more about a topic. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 77413b0..71e68e2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@