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: 450985" data-attributes="member: 35695"><p style="text-align: center"><strong><span style="font-size: 22px">HardcorePlus 1.0.0</span></strong></p><p>Jar release: <a href="https://github.com/griimnak/HardcorePlus/releases/tag/1.0.0" target="_blank">https://github.com/griimnak/HardcorePlus/releases/tag/1.0.0</a> </p><p></p><p>Thanks to [USER=971]@Quackster[/USER] for sharing his plugin sources and inspiring many changes in this plugin. </p><p>Thanks to OnyxianSoul (Spigot Community) for suggesting the rework of the hardcoreCheck() method.</p><p></p><p>The source is much neater, uses more OOP and is compartmentalized properly.</p><p>Read the new improved source: <a href="https://github.com/griimnak/HardcorePlus/tree/master/src/main/java/me/griimnak/hardcoreplus" target="_blank">https://github.com/griimnak/HardcorePlus/tree/master/src/main/java/me/griimnak/hardcoreplus</a></p><ul> <li data-xf-list-type="ul">Plugin completely re written</li> <li data-xf-list-type="ul"><u>Servers must now have hardcore enabled in server.properties.</u></li> <li data-xf-list-type="ul">Fixed bug with extra "invisible" health after max health is updated.</li> <li data-xf-list-type="ul">Source cleaned and using more oop, compartmentalized</li> <li data-xf-list-type="ul">Spigot api updated to spigot-api:1.14.1<br /> <br /> </li> <li data-xf-list-type="ul"><u>Added option to temp ban on respawn/fake death.</u></li> <li data-xf-list-type="ul"><u>Added option to permaban on real death/perma death.</u></li> <li data-xf-list-type="ul">Added option to announce respawn/fake death to server.</li> <li data-xf-list-type="ul"><u>Added option to keep inventory respawn/fake death.</u></li> <li data-xf-list-type="ul"><u>Added option to keep experience on respawn/fake death.</u><br /> <br /> </li> <li data-xf-list-type="ul">Added hardcoreplus.ban_exempt permission to allow players to ignore banondeath</li> <li data-xf-list-type="ul">Added /hardcoreplus disable command to disable plugin ingame.</li> <li data-xf-list-type="ul">Added stat tracking, so far only "total-perm-dead-players" is available.</li> <li data-xf-list-type="ul">Removed weakness on respawn/fake death</li> </ul><p></p><p><strong>Please be sure to delete your old config</strong></p><p>New config preview: (will be auto generated for you)</p><p>[CODE=Yaml]</p><p>BloodEffectEnabled: true # create blood when a player is hit</p><p>RespawnSoundEnabled: true # make eerie sound when player respawns/dies</p><p>RespawnEffectEnabled: true # give nausea to player on respawn/death</p><p></p><p>KeepInventoryEnabled: false # keep inventory?</p><p>KeepExperienceEnabled: false # keep experience?</p><p></p><p>LoseMaxHealthOnRespawnEnabled: true</p><p>LoseMaxHealthOnRespawnAmmount: 4.0 # 2.0 = 1 heart, 1.0 = half a heart</p><p>HealthLossText: "You have permanently lost health."</p><p></p><p>BanOnDeathEnabled: true # ban on respawn/death?</p><p>BanOnDeathHoursAmmount: 12 # hours</p><p>BanOnDeathText: "You Died!"</p><p></p><p>PermaBanOnFinalDeathEnabled: true # perma ban a player when they run out of max health?</p><p>PermaBanText: "Game over."</p><p></p><p>AnnounceDeathEnabled: true # announce when someone respawn/dies?</p><p>AnnounceDeathText: " died." # <player> died.</p><p></p><p>PermaDeathServerText: " is permanently dead"</p><p>PermaDeathPlayerText: "You are permanently dead."</p><p></p><p>DragonKillRestoresMaxHealthEnabled: true # restore max health to all players in The End when dragon dies</p><p>DragonKillText: "The dream is over. Your mind clears, the portal opens.."</p><p>MaxHealthRestoreText: "Your max health has been restored."</p><p></p><p># If BanOnDeath is enabled there's no reason to config below</p><p># Without BanOnDeath, these give the immersion that the player woke from a bad dream instead of dying</p><p>RespawnBedText: "You awake from your dream in confusion."</p><p>RespawnWildText: "With no place of rest set, you awake from your dream in familiar land."</p><p>[/CODE]</p><p></p><p>Stability has been well tested on Minecraft 1.14.3, with Paper 1.14.3.</p><p></p><p>Ideas and suggestions are always welcome.</p></blockquote><p></p>
[QUOTE="griimnak, post: 450985, member: 35695"] [CENTER][B][SIZE=6]HardcorePlus 1.0.0[/SIZE][/B][/CENTER] Jar release: [URL]https://github.com/griimnak/HardcorePlus/releases/tag/1.0.0[/URL] Thanks to [USER=971]@Quackster[/USER] for sharing his plugin sources and inspiring many changes in this plugin. Thanks to OnyxianSoul (Spigot Community) for suggesting the rework of the hardcoreCheck() method. The source is much neater, uses more OOP and is compartmentalized properly. Read the new improved source: [URL]https://github.com/griimnak/HardcorePlus/tree/master/src/main/java/me/griimnak/hardcoreplus[/URL] [LIST] [*]Plugin completely re written [*][U]Servers must now have hardcore enabled in server.properties.[/U] [*]Fixed bug with extra "invisible" health after max health is updated. [*]Source cleaned and using more oop, compartmentalized [*]Spigot api updated to spigot-api:1.14.1 [*][U]Added option to temp ban on respawn/fake death.[/U] [*][U]Added option to permaban on real death/perma death.[/U] [*]Added option to announce respawn/fake death to server. [*][U]Added option to keep inventory respawn/fake death.[/U] [*][U]Added option to keep experience on respawn/fake death.[/U] [*]Added hardcoreplus.ban_exempt permission to allow players to ignore banondeath [*]Added /hardcoreplus disable command to disable plugin ingame. [*]Added stat tracking, so far only "total-perm-dead-players" is available. [*]Removed weakness on respawn/fake death [/LIST] [B]Please be sure to delete your old config[/B] New config preview: (will be auto generated for you) [CODE=Yaml] BloodEffectEnabled: true # create blood when a player is hit RespawnSoundEnabled: true # make eerie sound when player respawns/dies RespawnEffectEnabled: true # give nausea to player on respawn/death KeepInventoryEnabled: false # keep inventory? KeepExperienceEnabled: false # keep experience? LoseMaxHealthOnRespawnEnabled: true LoseMaxHealthOnRespawnAmmount: 4.0 # 2.0 = 1 heart, 1.0 = half a heart HealthLossText: "You have permanently lost health." BanOnDeathEnabled: true # ban on respawn/death? BanOnDeathHoursAmmount: 12 # hours BanOnDeathText: "You Died!" PermaBanOnFinalDeathEnabled: true # perma ban a player when they run out of max health? PermaBanText: "Game over." AnnounceDeathEnabled: true # announce when someone respawn/dies? AnnounceDeathText: " died." # <player> died. PermaDeathServerText: " is permanently dead" PermaDeathPlayerText: "You are permanently dead." DragonKillRestoresMaxHealthEnabled: true # restore max health to all players in The End when dragon dies DragonKillText: "The dream is over. Your mind clears, the portal opens.." MaxHealthRestoreText: "Your max health has been restored." # If BanOnDeath is enabled there's no reason to config below # Without BanOnDeath, these give the immersion that the player woke from a bad dream instead of dying RespawnBedText: "You awake from your dream in confusion." RespawnWildText: "With no place of rest set, you awake from your dream in familiar land." [/CODE] Stability has been well tested on Minecraft 1.14.3, with Paper 1.14.3. Ideas and suggestions are always welcome. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Gaming
Minecraft
Minecraft Releases
[Bukkit/Spigot] HardcorePlus plugin | Minecraft 1.14.1+
Top