nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

EssentialsC 4.1.4

Changelog

Changelog


Read me! All databases ( except warps ) are now located in the EssentialsC/database folder. The data is NOT lost, it just moved !


Added commands.yml to manage all EssentialsC related commands:

ping:
  enabled: true
  priority: normal
  aliases: []

playtime:
  enabled: true
  priority: normal
  aliases: []

vanish:
  enabled: true
  priority: normal
  aliases: []

Added a MOTD System ( Change the MOTD in the motd.txt file )

Info --> Your current MOTD will be replaced with "Change this in the motd.txt file"

Added a schedule system that allows you to run commands, play sounds, etc. at a specific time. Example:

  restart-warning:
    enabled: false
    time: "23:50"
    actions:
      - type: broadcast
        message: "<#FF4444><b>⚠ <reset><#FFCCCC>The server will restart in <#FF4444><b>10 minutes<reset><#FFCCCC>. Please find a safe spot and log off!"
      - type: title
        title: "<#FF4444><b>Restart in 10 min"
        subtitle: "<#AAAAAA>Find a safe spot and log off"
        fade-in: 10
        stay: 120
        fade-out: 20
      - type: actionbar
        message: "<#FF4444>⚠ <#FFCCCC>Server restarting in <#FF4444>10 minutes"
      - type: sound
        sound: BLOCK_NOTE_BLOCK_BASS
        volume: 1.0
        pitch: 0.5

Added a Backup system that allows you to backup all EssentialsC files. /essc backup

backup:
  # Set to false to disable the backup system entirely.
  enabled: true

  # Maximum number of backups to keep in the backups/ folder.
  # Once this limit is exceeded, the oldest backup is deleted automatically.
  # Set to -1 to keep all backups and never delete any.
  keep-last: 10

  # Create a backup automatically when the server shuts down.
  on-shutdown: true

Added /banip

Added /banlist

Added /tpoffline

Change essentialsc.heal default to false

Files

EssentialsC-4.1.4.jar(2.5 MiB) Primary Download

External resources


Project members

_GodlyCow

Maintainer


Technical information

License
Apache-2.0
Project ID