SMPtweaks-1.0.24.jar

Details

  • Filename
    SMPtweaks-1.0.24.jar
  • Uploaded by
  • Uploaded
    Nov 10, 2024
  • Size
    345.40 KB
  • Downloads
    951
  • MD5
    51d9b5a021ead369edebe5770791d829

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