Add to README
This commit is contained in:
parent
32bacc96e8
commit
0d87ca8f76
3 changed files with 10 additions and 2 deletions
|
@ -83,11 +83,16 @@ Issue messages that the player needs to read to keep playing, and that make an a
|
||||||
|
|
||||||
### Remote redstone
|
### Remote redstone
|
||||||
Adds a "gateway" item that are controlled over internet. \
|
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
|
### Knockback
|
||||||
Control knockback dealt by entities
|
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
|
### Utility commands
|
||||||
|
|
||||||
- `/ping` - displays player ping \
|
- `/ping` - displays player ping \
|
||||||
|
|
3
docs/README.md
Normal file
3
docs/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Here's the documentation.
|
||||||
|
|
||||||
|
Click above on a file to read more about a topic.
|
2
pom.xml
2
pom.xml
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
~ Copyright (C) 2024 Minecon724
|
~ Copyright (C) 2025 Minecon724
|
||||||
~ Tweaks724 is licensed under the GNU General Public License. See the LICENSE.md file
|
~ Tweaks724 is licensed under the GNU General Public License. See the LICENSE.md file
|
||||||
~ in the project root for the full license text.
|
~ in the project root for the full license text.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in a new issue