Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Hardcore24
Hardcore24 is a multi-world compatible hardcore plugin made by BlueNightFury46 (me) with a bunch of fun features such as custom unban times, tab display names and a the Blood-Moon feature!
This plugin requires Multiverse-Core to properly function and we recommend LuckPerms if you wish to manage any permissions related to this plugin.
Blood Moons...
Every full Moon there is a 1/6, or so chance that a Blood Moon will occur, as a result all Skeletons and Zombies will gain Netherite armour for the duration of the Blood Moon (which can be set using the config option blood-moon-duration
).
Please note that for a Blood-Moon to occur you need to set the do-blood-moon
config option in Hardcore24's config.yml to true
Ender chest warning!
Hardcore24 will empty the contents of dead players Ender chests on to the ground and add them to their player drops!
Commands:
/hardcore remove <player> <time>
- Used to "Revive" a dead player, mainly for moderation and requires the permission hardcore.commands and works on offline players, <time&rt; section optional but specifies a custom unban time
/hardcore add <player>
- Used to lock out a player for 24 hours and requires the permission Hardcore.commands and works on offline players
Note: Requires the player to rejoin the game to take effect
/hardcore log <player>
- Used to print the previous player log and displays info like who killed them (if a player did), their death message and the time they died. Requires the permission hardcore.commands and does NOT count any sequential deaths until after the 24 hours have finished. Can also be used to check for the last Blood-Moon and works on offline players
/hardcore ping <player>
- Test command that returns the ping of a specified player
config.yml
respawn-location:
x: 0.0
y: 0.0
z: 0.0
world: 'world'
# The world they get sent to after respawning
#
hardcore-world:
hardcore-normal: 'hardcore'
hardcore-nether: 'hardcore_nether'
hardcore-end: 'hardcore_end'
# Configure the hardcore worlds
# Note: If you don't have a nether and end world then rename them to a world that doesn't exist
hardcore-config:
server-timezone: 'GMT'
harder-mobs: false
do-blood-moon: false
# ^ Enables the optional Blood-Moon feature. The Blood Moon spawns full Netherite mobs every couple full Moons for a specified time.
blood-moon-duration: 2.0
# in hrs (above)
death-ban-time: 24.0
# in hours, above ^
allow-instant-respawn: true
# Recommended, turns on instant respawn for the hardcore worlds, which skips the respawn screen.
can't-place-shulker-during-damage: false
# Warning! The above feature is experimental and may cause issues
death-ban-exclude-ops: true
# If true operators will be excluded from the death ban
hardcore-message-config:
blood-moon-message: '§4As the blood moon rises the countless monsters band together, you encounter mobs with stronger gear...§4'
blood-moon-title-message: '§cThe Blood Moon Rises Once Again!§c'
blood-moon-subtitle-message: '§4Mobs you find will have stronger armour§4'
Contact me!
If you wish to contact me for either a bug report, or feature request, you can do so via my Github issues page.