This update contains bugfixes, updating is recommended!
- SMPtweaks now supports 1.21.X
- Fixed a bug that sometimes caused players not to drop items and experience orbs on death
- Fixed NullPointerException console spam when players were shot by an arrow in 1.21 (thanks BEMZ01 for reporting)
- Added /coords command, allowing players to display their coordinates in the Action Bar.
- Added /track <player> command, which displays the distance and direction of a specific player in the Action Bar
To use the two new commands, you need to add the following to your
config.yml inside the SMPtweaks plugin folder
Code (YAML):
enable_commands:
level
: true
whereis
: true
track
: true
# <-- this is new
coords
: true
# <-- this is new as well