aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-07-19 19:35:05 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-07-19 19:35:05 -0600
commit546c388b8dcb94e8b914201d4e5ca1f2111f1968 (patch)
treedf27ccabfa4a3072bfcdb1797ac7d134b71e7a9a
parentcd0edf247f08dd1cc7380c433142585652038eb9 (diff)
downloadresurrection-546c388b8dcb94e8b914201d4e5ca1f2111f1968.tar
resurrection-546c388b8dcb94e8b914201d4e5ca1f2111f1968.tar.gz
resurrection-546c388b8dcb94e8b914201d4e5ca1f2111f1968.tar.bz2
updated doc with bug command
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4895176..febb9b9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Resurrection is a Spigot Minecraft Server plugin that forces players to wait a full 24 hours before rejoining the world. This allows for tactical planning for games such as faction survival as it can severely penalize an entire team if care is not taken.
-**This plugin is currently in a beta state.** This means that the plugin's functionality may not be stable or as intended. Opening issues here on GitHub or contacting me on Discord is heavily recommended if a bug occurs.
+**This plugin is currently in a beta state.** This means that the plugin's functionality may not be stable or as intended. Opening issues here on GitHub or contacting me on Discord at bryzinga#9971 is heavily recommended if a bug occurs.
## Compatibility
@@ -13,12 +13,14 @@ Native Version: 1.16
* `/about`
* Displays information about the plugin, including links to GitHub and Spigot, and also warns the player if the plugin is outdated.
-* `/resurrect PLAYER`
- * Manually resurrects a player if they are dead.
- * Operator-only command.
+* `/bug`
+ * Displays contact information in case a bug occurs, such as links to the GitHub issues page and my Discord.
* `/howlong [PLAYER]`
* Shows the player how long they (or the specified player) have until they are resurrected.
* This command requires a player to be specified when ran from the console.
+* `/resurrect PLAYER`
+ * Manually resurrects a player if they are dead.
+ * Operator-only command.
## Files