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 @@