Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Gaming
Minecraft
Minecraft Releases
[Bukkit/Spigot] HardcorePlus plugin | Minecraft 1.14.1+
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 448564" data-attributes="member: 35695"><p style="text-align: center"><img src="https://i.imgur.com/ak1ZAlR.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p><strong>A Minecraft 1.14.1+ Bukkit/Spigot Plugin</strong></p><p></p><p>Enhances the vanilla Minecraft hardcore experience by degrading players' max health on death.</p><p></p><p>On death, users wake up from their nightmare.</p><p>The only way to defeat the dream - visit the end.</p><p></p><p>That is the original concept of the end, after all..</p><p></p><p>Once a user has ran out of hearts, they are perma dead.</p><p></p><p>YouTube demonstration:</p><p>[MEDIA=youtube]DiMFgSwdqvc[/MEDIA]</p><p></p><p></p><p><strong>Permissions:</strong></p><p>hardcoreplus.admin - This is only for admin command access</p><p></p><p><strong>Commands:</strong></p><p>/hardcoreplus setmax <player> <value> - Sets the max HP of target.</p><p>/harcoreplus enable - Not yet implemented</p><p>/hardcoreplus disable - Not yet implemented</p><p></p><p></p><p>Source: <a href="https://github.com/griimnak/HardcorePlus/releases" target="_blank">https://github.com/griimnak/HardcorePlus</a></p><p>Releases: <a href="https://github.com/griimnak/HardcorePlus/releases" target="_blank">https://github.com/griimnak/HardcorePlus/releases</a></p><p>[automerge]1557975232[/automerge]</p><p></p><p><strong>Users can now restore their max hp by killing the ender dragon.</strong></p><p></p><p>[May 15 2019]</p><p></p><ul> <li data-xf-list-type="ul">Added blood effect on hit</li> <li data-xf-list-type="ul">Corrected creeper instakill bug</li> <li data-xf-list-type="ul">Added sound effect to death</li> <li data-xf-list-type="ul">Added admin permission</li> <li data-xf-list-type="ul">Started admin commands</li> </ul><p>[May 13 2019]</p><ul> <li data-xf-list-type="ul">Changed health lost from 1 to 2 hearts.</li> <li data-xf-list-type="ul">Changed DeathEvent to EntityDamagedEvent</li> <li data-xf-list-type="ul">Death is no longer announced.</li> <li data-xf-list-type="ul">"Dream" effect created.</li> </ul><p></p><p><strong>Permissions added:</strong></p><p><em>hardcoreplus.admin</em></p><p></p><p>gives access to admin commands</p><p>/hardcoreplus setmax <player> <value></p><p>/hardcoreplus enable</p><p>/hardcoreplus disable</p><p>[automerge]1558225311[/automerge]</p><p style="text-align: center"><strong><span style="font-size: 22px">HardcorePlus 0.1.4</span></strong></p><p>Bug fixes and minor tweaks</p><ul> <li data-xf-list-type="ul">increased weakness after death to 3 minutes 30 sec</li> <li data-xf-list-type="ul">/hardcoreplus commands are accessible from server console now</li> <li data-xf-list-type="ul">if hardcore is not set in server.properties console will be notified<br /> <br /> </li> <li data-xf-list-type="ul"><strong>fixed bug</strong> with setmax command always settings to 10 hearts</li> <li data-xf-list-type="ul"><strong>fixed bug</strong> with fire and potion effects persisting after death</li> <li data-xf-list-type="ul"><strong>fixed bug</strong> with setmax command allowing use of negative numbers</li> <li data-xf-list-type="ul"><strong>fixed bug</strong> with setmax command allowing use of invalid numbers</li> </ul><p></p><p>Jar release available: <a href="https://github.com/griimnak/HardcorePlus/releases/tag/0.1.4" target="_blank">here</a></p><p>Source available on <a href="https://github.com/griimnak/HardcorePlus" target="_blank">git</a></p><p>[automerge]1560545845[/automerge]</p><p style="text-align: center"><strong><span style="font-size: 22px">HardcorePlus 0.1.8</span></strong></p><p></p><p>HardcorePlus 0.1.8 corrects some minor annoyances and finally introduces the configuration system.</p><p></p><p>Thank you to @LucasLogical for finding the following bugs.</p><ul> <li data-xf-list-type="ul">Fixed bug with shields not working properly</li> <li data-xf-list-type="ul">Fixed bug with blood effect showing through shields</li> </ul><p></p><ul> <li data-xf-list-type="ul">New command: /hardcoreplus reload - reloads the config.yml</li> </ul><p></p><ul> <li data-xf-list-type="ul">Config system complete</li> <li data-xf-list-type="ul">Config options for toggling: bloodEffect, respawnSound, respawnEffect, respawnWeakness</li> <li data-xf-list-type="ul">Config option for toggling max hp restore by ender dragon kill</li> <li data-xf-list-type="ul">Config options for all ingame texts</li> <li data-xf-list-type="ul">Config option for enforcing hardcore mode upon server.</li> </ul><p></p><p>Default config:</p><p>[CODE]</p><p>healthLossText: You have permanently lost health.</p><p>bedRespawnText: You awake from your dream in confusion</p><p>noBedRespawnText: With no place of rest set, you awake from your dream, in familiar land.</p><p>permaDeathServerText: is permanently dead!</p><p>permaDeathPlayerText: You are permanently dead.</p><p>dragonKillText: The dream is over. Your mind clears, the portal opens.</p><p>maxHpRestoreText: Your max health has been restored.</p><p></p><p>bloodEffectEnabled: true</p><p>trippyEffectEnabled: true</p><p>trippySoundEnabled: true</p><p>weaknessOnRespawn: true</p><p></p><p>restoreHpOnDragonKill: true</p><p>enforceHardcoreMode: true</p><p></p><p>[/CODE]</p><p></p><p>As always suggestions are welcome.</p><p></p><p>Jar release: <a href="https://github.com/griimnak/HardcorePlus/releases/tag/0.1.8" target="_blank">https://github.com/griimnak/HardcorePlus/releases/tag/0.1.8</a></p><p>Source: <a href="https://github.com/griimnak/HardcorePlus" target="_blank">https://github.com/griimnak/HardcorePlus</a></p></blockquote><p></p>
[QUOTE="griimnak, post: 448564, member: 35695"] [CENTER][IMG]https://i.imgur.com/ak1ZAlR.png[/IMG][/CENTER] [B]A Minecraft 1.14.1+ Bukkit/Spigot Plugin[/B] 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] [B]Permissions:[/B] hardcoreplus.admin - This is only for admin command access [B]Commands:[/B] /hardcoreplus setmax <player> <value> - Sets the max HP of target. /harcoreplus enable - Not yet implemented /hardcoreplus disable - Not yet implemented Source: [URL='https://github.com/griimnak/HardcorePlus/releases']https://github.com/griimnak/HardcorePlus[/URL] Releases: [URL]https://github.com/griimnak/HardcorePlus/releases[/URL] [automerge]1557975232[/automerge] [B]Users can now restore their max hp by killing the ender dragon.[/B] [May 15 2019] [LIST] [*]Added blood effect on hit [*]Corrected creeper instakill bug [*]Added sound effect to death [*]Added admin permission [*]Started admin commands [/LIST] [May 13 2019] [LIST] [*]Changed health lost from 1 to 2 hearts. [*]Changed DeathEvent to EntityDamagedEvent [*]Death is no longer announced. [*]"Dream" effect created. [/LIST] [B]Permissions added:[/B] [I]hardcoreplus.admin[/I] gives access to admin commands /hardcoreplus setmax <player> <value> /hardcoreplus enable /hardcoreplus disable [automerge]1558225311[/automerge] [CENTER][B][SIZE=6]HardcorePlus 0.1.4[/SIZE][/B][/CENTER] Bug fixes and minor tweaks [LIST] [*]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 [*][B]fixed bug[/B] with setmax command always settings to 10 hearts [*][B]fixed bug[/B] with fire and potion effects persisting after death [*][B]fixed bug[/B] with setmax command allowing use of negative numbers [*][B]fixed bug[/B] with setmax command allowing use of invalid numbers [/LIST] Jar release available: [URL='https://github.com/griimnak/HardcorePlus/releases/tag/0.1.4']here[/URL] Source available on [URL='https://github.com/griimnak/HardcorePlus']git[/URL] [automerge]1560545845[/automerge] [CENTER][B][SIZE=6]HardcorePlus 0.1.8[/SIZE][/B][/CENTER] HardcorePlus 0.1.8 corrects some minor annoyances and finally introduces the configuration system. Thank you to @LucasLogical for finding the following bugs. [LIST] [*]Fixed bug with shields not working properly [*]Fixed bug with blood effect showing through shields [/LIST] [LIST] [*]New command: /hardcoreplus reload - reloads the config.yml [/LIST] [LIST] [*]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. [/LIST] 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: [URL]https://github.com/griimnak/HardcorePlus/releases/tag/0.1.8[/URL] Source: [URL]https://github.com/griimnak/HardcorePlus[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Gaming
Minecraft
Minecraft Releases
[Bukkit/Spigot] HardcorePlus plugin | Minecraft 1.14.1+
Top