File Details
SMPtweaks-1.0.24.jar
- R
- Nov 10, 2024
- 345.40 KB
- 983
- 1.21+18
File Name
SMPtweaks-1.0.24.jar
Supported Versions
- 1.21
- 1.20.3-Snapshot
- 1.20.5-Snapshot
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
This update contains bugfixes, updating is recommended!
- 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:
enable_commands: level: true whereis: true track: true # <-- this is new coords: true # <-- this is new as well