Reply to thread



A Minecraft 1.14.1+ Bukkit/Spigot Plugin


Enhances the vanilla Minecraft hardcore experience by degrading players' max health on death.


On death, users wake up from their nightmare.

The only way to defeat the dream - visit the end.


That is the original concept of the end, after all..


Once a user has ran out of hearts, they are perma dead.


YouTube demonstration:

[MEDIA=youtube]DiMFgSwdqvc[/MEDIA]



Permissions:

hardcoreplus.admin - This is only for admin command access


Commands:

/hardcoreplus setmax <player> <value> - Sets the max HP of target.

/harcoreplus enable - Not yet implemented

/hardcoreplus disable - Not yet implemented



Source: https://github.com/griimnak/HardcorePlus

Releases: https://github.com/griimnak/HardcorePlus/releases

[automerge]1557975232[/automerge]


Users can now restore their max hp by killing the ender dragon.


[May 15 2019]


  • Added blood effect on hit
  • Corrected creeper instakill bug
  • Added sound effect to death
  • Added admin permission
  • Started admin commands

[May 13 2019]

  • Changed health lost from 1 to 2 hearts.
  • Changed DeathEvent to EntityDamagedEvent
  • Death is no longer announced.
  • "Dream" effect created.


Permissions added:

hardcoreplus.admin


gives access to admin commands

/hardcoreplus setmax <player> <value>

/hardcoreplus enable

/hardcoreplus disable

[automerge]1558225311[/automerge]

HardcorePlus 0.1.4

Bug fixes and minor tweaks

  • increased weakness after death to 3 minutes 30 sec
  • /hardcoreplus commands are accessible from server console now
  • if hardcore is not set in server.properties console will be notified

  • fixed bug with setmax command always settings to 10 hearts
  • fixed bug with fire and potion effects persisting after death
  • fixed bug with setmax command allowing use of negative numbers
  • fixed bug with setmax command allowing use of invalid numbers


Jar release available: here

Source available on git

[automerge]1560545845[/automerge]

HardcorePlus 0.1.8


HardcorePlus 0.1.8 corrects some minor annoyances and finally introduces the configuration system.


Thank you to @LucasLogical for finding the following bugs.

  • Fixed bug with shields not working properly
  • Fixed bug with blood effect showing through shields


  • New command: /hardcoreplus reload - reloads the config.yml


  • Config system complete
  • Config options for toggling: bloodEffect, respawnSound, respawnEffect, respawnWeakness
  • Config option for toggling max hp restore by ender dragon kill
  • Config options for all ingame texts
  • Config option for enforcing hardcore mode upon server.


Default config:

[CODE]

healthLossText: You have permanently lost health.

bedRespawnText: You awake from your dream in confusion

noBedRespawnText: With no place of rest set, you awake from your dream, in familiar land.

permaDeathServerText: is permanently dead!

permaDeathPlayerText: You are permanently dead.

dragonKillText: The dream is over. Your mind clears, the portal opens.

maxHpRestoreText: Your max health has been restored.


bloodEffectEnabled: true

trippyEffectEnabled: true

trippySoundEnabled: true

weaknessOnRespawn: true


restoreHpOnDragonKill: true

enforceHardcoreMode: true


[/CODE]


As always suggestions are welcome.


Jar release: https://github.com/griimnak/HardcorePlus/releases/tag/0.1.8

Source: https://github.com/griimnak/HardcorePlus


Top