3.2.15
Supports Minecraft versions: 1.20-1.20.4
Added
- You can now prevent graves from spawning in PvP via the
disableInPvP
config setting (#105). - Added Brazilian Portuguese (
pt-br
) translation, thanks demorogabrtz!
3.2.13
Supports Minecraft versions: 1.20-1.20.4
Updated
- Updated the lang files to include translations for the
<player> died on <date>
string. - mpustovoi updated the
ru_ru
translation to fix some typos and update some lines, thanks!
Fixed
- The date and time shown when punching a player-owned grave should now be in the player's local time.
- Graves should no longer spawn in spawn protected areas; items and xp will drop as normal.
- Unowned graves should always be breakable, even when the Retrieval Type is set to
USE
. - Minecraft's
/setblock
command can now replace graves (both player and crafted graves).
3.2.12
Supports Minecraft versions: 1.20-1.20.4
Added
- Grave names now support Minecraft's formatting codes using the prefix
&
instead of§
.- This also adds better optimization for the new text renderer.
- You can now see the date and time a player died by punching a player-owned grave.
- Added a new
decay_item
tag to specify which blocks can be used to decay graves.
Fixed
- Fixed a bug that could cause a server crash, and no grave to be created, if a player died before they finished logging in.