Skip to content

Commit

Permalink
Update 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanikVitek authored Jul 3, 2021
1 parent 3078fb8 commit 6b754e8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# DeathUtils 1.1.1
# DeathUtils 1.2

At the moment this plugin lets the player to get information of where did he/she died and to kill their character for any reason (survival and adventure mode only).

---

`/suicide` - kills the character;
`/suicide` kills the character;

`/remember` - tells the last death location (it is saved in the file DeathUtils/death_coordinates.yml).
`/remember` – tells the last death location (it is saved in the file DeathUtils/death_coordinates.yml);

`/damage` – deals damage to the Damageble entities (Usage: /damage <target> <amount> [has_source]).

---

Expand All @@ -23,8 +25,10 @@ If the world name is not specified, there will be world folder name in the death

`deathutils.command.remember` – if the player can use /remember command to see their last death location info (Default: op);

`deathutils.command.suicide` – if the player can use /suicide command (Default: true).
`deathutils.command.suicide` – if the player can use /suicide command (Default: true);

`deathutils.command.damage` – if the player can use /damage (Default: op).

---

There might be futher updates for the plugin.
There might be futher updates for the plugin, e.g. graves.

0 comments on commit 6b754e8

Please sign in to comment.