HomeJavaModsVoidSpawn+
VoidSpawn+
ModsJava

VoidSpawn+

by melut · on Modrinth

Teleports players to spawn when they fall into the void. Simple and lightweight plugin designed to prevent void deaths and keep gameplay smooth.

⬇ Download on Modrinth

logo

bStats - VoidSpawnPlus

📝 Overview

VoidSpawn is a high-performance Paper/Spigot plugin designed to automatically teleport players to safety when they fall into the void. The plugin monitors each player's Y-coordinate and instantly teleports them to a designated spawn point when they fall below a configurable threshold.

How It Works

  1. Players fall below the configured Y-level threshold for their world
  2. The plugin instantly detects the void fall
  3. Players are teleported to a custom spawn point (set via /vs setspawn)
  4. If no custom spawn exists, players are sent to the world's default spawn
  5. A smooth fade animation and sound effect enhance the experience

✨ Key Features

🎯 Core Functionality

🎨 Player Experience

🛡️ Administration


🚀 Installation

Requirements

Setup Steps

  1. Download VoidSpawn-1.0.0.jar
  2. Place the file in your server's plugins/ folder
  3. Restart your server
  4. Configure the plugin (files created automatically):
    • plugins/VoidSpawn/config.yml
    • plugins/VoidSpawn/spawns.yml

🎮 Commands

Administrator Commands

Command Description Permission Required
/vs setspawn Sets the void spawn point for current world at your location and facing direction voidspawn.admin
/vs reload Reloads the configuration from disk voidspawn.admin

Alias: /voidspawn works identically to /vs


🔐 Permissions

Permission Node Description Default
voidspawn.admin Access to all /vs commands OP only
voidspawn.bypass Exempts player from void detection (useful for testing) OP only

⚙️ Configuration

config.yml Structure

# Fade Effect Settings
fade-effect-enabled: true  # Enable/disable screen fade animation

# Sound Settings
teleport-sound: ENTITY_ENDERMAN_TELEPORT  # Sound played on teleport (use 'none' to disable)

# Cooldown Settings
teleport-cooldown: 3  # Seconds before player can be teleported again

# Messages (supports & color codes)
teleport-message: "&aYou have been teleported to safety!"
spawn-not-set-message: "&eNo custom spawn set. Teleporting to world spawn..."
cooldown-message: "&cPlease wait before being teleported again."

# World-Specific Settings
worlds:
  world:
    y-level: -64      # Players below this Y-level are teleported
    enabled: true     # Enable/disable void protection for this world
  world_nether:
    y-level: -64
    enabled: true
  world_the_end:
    y-level: -64
    enabled: true

Configuration Options

Visual Effects

Audio Settings

Anti-Spam Protection

World Configuration

For each world, configure:


🗺️ Setting Up Spawn Points

Initial Setup (Required)

  1. Ensure you have OP status or voidspawn.admin permission
  2. Enter the world you want to configure
  3. Stand at the exact location where players should spawn
  4. Face the direction players should be facing
  5. Execute: /vs setspawn
  6. Confirmation message will appear

What Gets Saved?

Without Custom Spawn

If no custom spawn is set via /vs setspawn, players will:

  1. Receive the spawn-not-set-message
  2. Be teleported to the world's default spawn point
  3. Still benefit from void protection

🔧 Advanced Usage

Multiple Worlds

Configure different Y-levels for each world type:

worlds:
  survival_world:
    y-level: -64
    enabled: true
  creative_world:
    y-level: -128
    enabled: false  # Disable in creative
  mining_world:
    y-level: -64
    enabled: true

Custom Messages

Use Minecraft color codes with &:

teleport-message: "&b&lVOID RESCUE &r&7» &aYou've been saved!"
spawn-not-set-message: "&e&l⚠ &7Using default spawn point..."
cooldown-message: "&c&l✖ &7Wait {cooldown}s before next teleport"

Performance Tuning

The plugin is optimized by default, but you can:


📊 Performance Information

VoidSpawn is built with performance as a priority:

Best Practices


❓ Troubleshooting

Players aren't being teleported

Spawn point not working

Performance issues


📞 Support

For bug reports, feature requests, or general support, please contact the development team.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more