Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Essentials999 is a powerful, lightweight, and user-friendly Minecraft server plugin that provides essential teleportation and home management features with advanced functionality and performance optimizations. Designed for both players and server administrators, Essentials999 offers flexible multi-world support, global warps, teleport requests, and more — all with fine-grained permission control and smooth user experience.
Core Features Player Homes Management: Players can set, delete, and teleport to multiple named homes with a configurable maximum limit. Easily list all your homes with /homes.
Global Warps: Server-wide warps can be created, deleted, and used by all players. Warps are stored separately from player homes for clean management. List all warps with /warps.
Multi-World Spawn Points: Set and teleport to spawn points on a per-world basis. Each world can have its own spawn location, configurable via /setspawn and /spawn.
Teleport Requests: Players can request to teleport to others (/tpask) or request others to teleport to them (/tpahere). Requests can be accepted (/tpaccept) or denied (/tpdeny), with clear notifications.
Back Command: Return to your previous location after teleporting or dying using /back.
Safe Teleportation: Teleports check for safe locations to prevent players from spawning inside blocks or dangerous areas, configurable via safe-teleport in the config.
Warp Cooldown: Prevent warp spamming with a configurable cooldown timer. Players receive clear feedback on remaining cooldown time.
Tab Completion: Commands support tab completion for homes, warps, and player names, making usage quick and error-free.
Async Data Saving: Homes and warps are saved asynchronously to disk, minimizing server lag and improving performance.
Commands and Permissions Command
Description
Permission
Default Access
/sethome <name>
Set a home at your current location
essentials999.sethome
Everyone
/delhome <name>
Delete a home by name
essentials999.delhome
Everyone
/home <name>
Teleport to a home
essentials999.home
Everyone
/homes
List all your homes
essentials999.homes
Everyone
/back
Teleport back to your last location
essentials999.back
Everyone
/setspawn
Set spawn point for current world
essentials999.setspawn
Everyone
/spawn
Teleport to spawn point of current world
essentials999.spawn
Everyone
/setwarp <name>
Set a global warp at your location
essentials999.setwarp
Everyone
/delwarp <name>
Delete a global warp
essentials999.delwarp
Everyone
/warp <name>
Teleport to a global warp
essentials999.warp
Everyone
/warps
List all global warps
essentials999.warps
Everyone
/tpask <player>
Request to teleport to another player
essentials999.tpask
Everyone
/tpahere <player>
Request another player to teleport to you
essentials999.tpahere
Everyone
/tpaccept
Accept a teleport request
essentials999.tpaccept
Everyone
/tpdeny
Deny a teleport request
essentials999.tpdeny
Everyone
Configuration Options max-homes: Maximum homes a player can set (default: 5) safe-teleport: Enable safe teleport checks to avoid unsafe locations (default: true) warp-cooldown: Cooldown time in seconds between warp uses (default: 10) spawn: Multi-world spawn points saved per world Optimizations and Technical Highlights Asynchronous Saving: Homes and warps are saved asynchronously to prevent server lag during disk I/O operations. Concurrent Data Structures: Uses thread-safe maps to handle player data and teleport requests efficiently. Chunk Loading Before Teleport: Ensures destination chunks are loaded before teleporting players for smooth transitions. Permission-Based Access: Every command is protected by a dedicated permission node, allowing server admins to customize access easily. Tab Completion: Improves usability by suggesting valid home names, warp names, and player names during command input. Event Listener Integration: Tracks player teleport and death events to support /back functionality reliably. Essentials999 is your all-in-one teleportation and home management solution, designed to enhance player convenience and server administration with robust features and smooth performance.