Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Releases: Tallcraft/NerfPhantoms

Updated for 1.19 & sqlite support

19 Oct 16:48

Choose a tag to compare

This build has been tested with paper 1.19.2.
It adds support for sqlite by default and also makes that the default storage backend. This means that with the default configuration /nerfphantoms togglespawn now persists across server restarts.

Thanks to @gbl for the pull request!

Remember togglespawn player choice

26 Oct 19:38

Choose a tag to compare

Added database support (mySQL). If a database is configured the plugin will remember if the player toggled phantoms on or off.

MC 1.15.1 + Disable spawn by player

19 Dec 14:22

Choose a tag to compare

  • Updated for Bukkit / Spigot / Paper 1.15.1
  • Added a new command /nerfphantoms togglespawn which disables phantom spawning for you until logout.
  • Added a new permission nerfphantoms.disablespawn.auto which automatically disables phantom spawn for the permission holder

1.14.2 Support

02 Jun 17:58

Choose a tag to compare

This build should work 1.13.x and 1.14.x servers.

Official 1.14 Support

26 Apr 14:47

Choose a tag to compare

This release was built against and tested with Bukkit / Spigot 1.14.
This version will only work for Bukkit / Spigot / Paper 1.14. Do not use it for 1.13.X versions!

World Whitelist & Damage Modifier

29 Jul 21:20

Choose a tag to compare

  • Added a config option enabledWorlds to whitelist the plugin for certain worlds (includes all by default)
  • Added a config option damageModifier to manipulate Phantom damage to player

Fixed bug and added bStats metrics

29 Jul 15:35

Choose a tag to compare

  • Fixed a bug where the kill command permission would not work.
  • Added 1.13 API version flag to ensure full compatibility
  • Added metrics by bStats

NerfPhantoms release

29 Jul 15:18

Choose a tag to compare

v1.0.0

Added gitignore file