HardCore icon

HardCore -----

A Minecraft plugin that enhances survival gameplay by adding two exciting new game modes for more ad



Description

Hardcore Plugin takes Minecraft survival to a whole new level by introducing intense, high-risk features that will challenge even the most experienced players. When a player dies, they are sent to a prison where they must remain until the in-game day ends, adding a unique twist to the survival experience. In addition, the plugin introduces a brand-new game mode: Nightmare. This mode amplifies the difficulty with tougher mobs, harsher environmental conditions, and limited resources, offering a true test of survival. With customizable settings and more, the Hardcore Plugin ensures that every death, decision, and survival moment feels intense and meaningful, perfect for players looking for the ultimate Minecraft challenge.

Commands

Screenshot 2025-03-22 142146.png

Permissions

Screenshot 2025-03-22 142208.png

Configuration

Code (YAML):


file-version
: 1.0
general
:
  debug
: true
  time-zone
: "Europe/Berlin"
  main-world-name
: "world"
  jail-settings
:
    teleport-to-bed
:
      enabled
: true
      difficultys
:
       - "PEACEFUL"
        - "EASY"
  clock
:
    enabled
: true
    tick-update
: 20
    format
: "&7<clock> &8| &b<difficulty>"

  modules
:
    less-lives
: true
    switch-water-lava
: true
    no-sleep
: true
    explosion-arrow
: true
    op-mobs
: true

  hardcore
:
    health-scale
: 15

  nightmare
:
    health-scale
: 8
    random-mob-time
: 300 # 5 minutes
    modules
:
      instant-creeper
: true
      random-mob
: true
      block-randomizer
: true
    random-mobs
:
      settings
:
        custom-names
: true
        min
: -10
        max
: 10
      global
:
       - CREEPER
        - ZOMBIE
        - SKELETON
      overworld
:
       - CREEPER
        - ZOMBIE
        - SKELETON
      nether
:
       - BLAZE
        - GHAST
        - MAGMA_CUBE
      end
:
       - ENDERMAN
        - SHULKER
        - ENDERMITE

  armor-level
:
    Leather
: { HELMET : 1, CHESTPLATE : 2, LEGGINGS : 2, BOOTS : 1 }
    Chain
: { HELMET : 2, CHESTPLATE : 3, LEGGINGS : 3, BOOTS : 1 }
    Gold
: { HELMET : 2, CHESTPLATE : 4, LEGGINGS : 3, BOOTS : 1 }
    Iron
: { HELMET : 2, CHESTPLATE : 4, LEGGINGS : 4, BOOTS : 2 }
    Diamond
: { HELMET : 3, CHESTPLATE : 5, LEGGINGS : 4, BOOTS : 3 }
    Netherite
: { HELMET : 5, CHESTPLATE : 6, LEGGINGS : 6, BOOTS : 4 }
    default
: 0

  spawn
:

  jail
:
Code (YAML):

file-version
: 1.0
messages
:
  prefix
: "&8[&cHardCore&8]&r"
  death
: "<prefix> &c<player> &7ist gestorben wegen: <reason>"
  no-permission
: "<prefix> &cDu hast keine Rechte für diesen Befehl"
  jail-set
: "<prefix> &7Du hast das Jail gesetzt!"
  jail-already-set
: "<prefix> &cDas Jail ist bereits gesetzt! Nutze --force um es zu überschreiben"
  spawn-set
: "<prefix> &7Du hast den Spawn gesetzt!"
  spawn-already-set
: "<prefix> &cDer Spawn ist bereits gesetzt! Nutze --force um es zu überschreiben"
  player-not-found
: "<prefix> &cDer Spieler wurde nicht gefunden!"
  player-jailed
: "<prefix> &7Du hast &b<target> &7erfolgreich ins &cJail &7gesetzt!"
  player-already-jailed
: "<prefix> &cDer Spieler &b<target>&c ist bereits im Jail!"
  player-unjailed
: "<prefix> &7Du hast &b<target> &7erfolgreich &bReleased!"
  player-not-jailed
: "<prefix> &cDer Spieler &b<target>&c ist nicht im Jail!"
  difficulty-not-found
: "<prefix> &cDie Schwierigkeit wurde nicht gefunden!"
  bed-disabled
: "<prefix> &7Das Schlafen ist bei HardCore deaktiviert!"
  mob-spawned-by
: "<prefix> &7Ein <mobname> wurde bei &b<player> &7gespawnt!"
  time
:
    expire-layout
: "&3%date% &7um &3%time%"
    date-format
: "dd.MM.yyyy"
    time-format
: "HH:mm:ss"
    expired
: "Jetzt"
    and
: "und"
    singular
:
      second
: "Sekunde"
      minute
: "Minute"
      hour
: "Stunde"
      day
: "Tag"
      week
: "Woche"
      month
: "Monat"
      year
: "Jahr"
    plural
:
      second
: "Sekunden"
      minute
: "Minuten"
      hour
: "Stunden"
      day
: "Tage"
      week
: "Wochen"
      month
: "Monate"
      year
: "Jahre"
  custom-mobs
:
    ZOMBIE
: "Zombie"
    SKELETON
: "Skelett"
    CREEPER
: "Creeper"
    BLAZE
: "Blaze"
    GHAST
: "Ghast"
    MAGMA_CUBE
: "Magma Würfel"
    ENDERMAN
: "Enderman"
    SHULKER
: "Shulker"
    ENDERMITE
: "Endermite"
  reload
:
    reloaded
: "<prefix> &7Das Plugin wurde neu geladen!"
    reload-file
: "<prefix> &7Die Datei &b<file> &7wurde neu geladen!"
  usages
:
    jail
: "<prefix> &cUsage: /hc jail <player>"
    unjail
: "<prefix> &cUsage: /hc unjail <player>"
    difficulty
: "<prefix> &cUsage: /hc difficulty <difficulty>"
    hardcore
: "<prefix> &cUsage: /hardcore <jail | unjail | difficulty | reload | setspawn | setjail>"
  difficulty-names
:
    peaceful
: "Friedlich"
    easy
: "Einfach"
    normal
: "Normal"
    hard
: "Schwer"
    hardcore
: "Hardcore"
    nightmare
: "Albtraum"
  nightmare
:
    boss-bar
: "&7In <time> spawnt bei einem Spieler ein Mob"
  words
:
    enabled
: "&aAktiviert"
    disabled
: "&cDeaktiviert"
  modules
:
    less-lives
: "  &7Weniger Leben ist <state>!"
    switch-water-lava
: "  &7Fake Wasser und Lava ist <state>!"
    no-sleep
: "  &7Kein Schlafen ist <state>!"
    explosion-arrow
: "  &7Pfeile explodieren ist <state>!"
    op-mobs
: "  &7OP Mobs ist <state>!"
    instant-creeper
: "  &7Sofortige Creeper Explosion ist <state>!"
    block-randomizer
: "  &7Block Randomizer ist <state>!"
  difficulty
:
   - ""
    - "  &8| &c<difficulty>"
    - ""
    - "  &7Die Schwierigkeit wurde auf &c<difficulty> &7gesetzt"
    - ""
 
Resource Information
Author:
----------
Total Downloads: 30
First Release: Mar 22, 2025
Last Update: Mar 22, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings