FantasticSpawnProtect

FantasticSpawnProtect⚠️Mob Cleanup⚠️ adds lightweight and configurable spawn protection for Hytale servers.

File Details

FantasticSpawnProtect.jar

  • R
  • Jun 4, 2026
  • 16.33 KB
  • 0
  • 0.5

File Name

FantasticSpawnProtect.jar

Supported Versions

  • 0.5

Discord

FantasticSpawnProtect

FantasticSpawnProtect is a lightweight Java 25 mod for Hytale servers that protects the spawn area from block breaking and block placing.

It is made for server owners who want a simple and clean spawn protection system without unnecessary extra features.

Features

  • Protects the spawn area from block breaking
  • Protects the spawn area from block placing
  • Configurable protection radius
  • Enable or disable protection with commands
  • Reload config without restarting the server
  • Simple admin commands
  • Permission support for bypassing protection
  • Lightweight and easy to use
  • Built for Java 25 and Hytale servers

Commands

Main command:

/spawnprotect

Aliases:

/ss
/fsp

Available subcommands:

/spawnprotect get

Shows the current spawn protection radius.

/spawnprotect set <radius>

Sets a new spawn protection radius.

Example:

/spawnprotect set 100
/spawnprotect reload

Reloads the config without restarting the server.

/spawnprotect enable

Enables spawn protection.

/spawnprotect disable

Disables spawn protection.

Permissions

spawnprotect.admin

Allows access to the admin commands.

spawnprotect.break

Allows a player to break blocks inside the protected spawn area.

spawnprotect.place

Allows a player to place blocks inside the protected spawn area.

Configuration

The config file is created here:

mods/FantasticSpawnProtect/config.json

Example config:

{
  "enabled": true,
  "radius": 100,
  "protectBlockBreak": true,
  "protectBlockPlace": true,
  "messageBlockBreak": "You cannot break blocks in the protected spawn area.",
  "messageBlockPlace": "You cannot place blocks in the protected spawn area."
}

Installation

  1. Download the mod file.
  2. Place the .jar file into your server mods folder.
  3. Start your Hytale server.
  4. Edit the config if needed.
  5. Use /spawnprotect reload after changing the config.

Notes

This mod is designed to be simple and focused.

It does not add claims, regions, flags or complicated world management. It only protects your spawn area from unwanted block breaking and placing.

Requirements

  • Hytale Server
  • Java 25

Support

If you find a bug or have a suggestion, feel free to leave a comment on CurseForge.

Please include your server log when reporting issues.