SMPtweaks-1.0.24.jar
Details
-
FilenameSMPtweaks-1.0.24.jar
-
Uploaded by
-
UploadedNov 10, 2024
-
Size345.40 KB
-
Downloads951
-
MD551d9b5a021ead369edebe5770791d829
Supported Bukkit Versions
- 1.21
- 1.20.6
- 1.20.5
- 1.20.5-Snapshot
- 1.20.4
- 1.20.3-Snapshot
- 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
Changelog
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