2.1.1

Details

  • Filename
    DeathSpectating.jar
  • Uploaded by
  • Uploaded
    Mar 2, 2019
  • Size
    22.61 KB
  • Downloads
    199
  • MD5
    1492f8be23640ddec760d381fdef58c3

Supported Bukkit Versions

  • 1.13

Changelog

FYI, this plugin works better on Paper. Paper has a cancelable death event, which is far more reliable to use instead of trying to hack our way around the EntityDamageEvent and faking a death event.

New in 2.1.1:

  •  setTicksLived accepts only a value of 1 or greater. (Fixes a bug that prevents players from respawning.)

New in 2.1:

  • CB/Spigot compatibility
  • Reset ticksLived on respawn
  • Cleaned up unused code from 2.0 update

New in 2.0:

  • Now ignores NPCs
  • Configuration to respawn players in the server default gamemode or their previous gamemode (If you have a plugin properly handling PlayerRespawnEvent then this option shouldn't matter.)
  • Reset even more player attributes on respawn (i.e. better mimic craftbukkit's EntityPlayer#reset method.)
  • Uses Paper's cancelable PlayerDeathEvent for more compatibility and reliability.