
Essentials999
Essentials999 is a comprehensive Minecraft plugin offering robust teleportation, essential player utilities, powerful administrative tools, and a versatile kit system, all designed to enhance server management and player experience.
1.0.9 A Big Bug Fix!
release21 февраля 2026 г.Bug Fixes
- Fixed an issue where teleport safety checks could corrupt location data.
- Fixed the direction of teleportation when accepting "tpa" versus "tpahere" requests (players now teleport to the correct target).
- Fixed interactive menus (Homes, Warps, Kits) not responding to clicks; clicking items now correctly teleports, deletes homes, or claims kits.
- Fixed the "back" command not saving the previous location after a teleport, ensuring players can return to their last position.
- Fixed vanished players appearing visible to players who join the server after the vanish command was enabled.
- Fixed random teleportation (RTP) spawning players inside the ground block instead of standing on top of it.
- Fixed the teleport countdown timer duration to be accurate to the configured time.
- Fixed jailed players being able to walk around; movement is now properly restricted.
- Fixed teleport safety checks not correctly identifying suffocation hazards (blocks at head/body level).
- Fixed page navigation buttons (Next/Previous) in multi-page menus not functioning.
Essentials999 1.0.8 The AFK Update
release1 декабря 2025 г.New Features
- Added AFK command that allows players to toggle their AFK status
- Implemented fully configurable AFK system with the following settings:
- Immunity to player damage when AFK (configurable)
- Immunity to mob/environmental damage when AFK (configurable)
- Movement restriction when AFK (configurable)
- AFK players are visually marked with [AFK] in the player list
- AFK status is preserved until logout
Bug Fixes
- Fixed NullPointerException that occurred when enabling the plugin
- Resolved issue where async tasks were being scheduled after plugin disable
- Corrected command registration to handle missing commands gracefully
Essentials999 1.0.7
release12 ноября 2025 г.New Features
- Flight Command (
/fly): Players can now toggle flight mode for themselves or other players. - God Mode Command (
/god): Players can now toggle god mode, making them immune to all damage. - Vanish Command (
/vanish): Players can now become invisible to other players (except those withessentials999.vanish.seepermission). Vanished players are hidden on join and shown on quit. - Teleport All Command (
/tpaall): Send a teleport request to all online players, asking them to teleport to your location. - Broadcast Command (
/broadcast): Send a server-wide broadcast message. - Time Commands (
/day,/night): Set the world time to day or night. - Weather Command (
/weather): Change the world weather to clear, rain, or thunder. - Nickname Command (
/nick): Set or clear a custom nickname for yourself. - Mute/Unmute Commands (
/mute,/unmute): Mute or unmute players, preventing them from chatting. Mutes can be temporary or permanent.
Essentials999 1.0.6
release13 октября 2025 г.Bug Fixes & Improvements:
- Teleport Request Logic (
/tpask,/tpahere,/tpaccept,/tpdeny):- Corrected the teleportation direction for
/tpahererequests, ensuring the target player teleports to the requester. - Addressed concurrency issues in
/tpdenyto prevent race conditions and ensure consistent request handling.
- Corrected the teleportation direction for
- RTP World Environment Handling:
- Replaced hardcoded world names with
World.Environmentchecks in the/rtpcommand and GUI, allowing for more flexible and accurate RTP across different world types (Overworld, Nether, End).
- Replaced hardcoded world names with
- Command Not Found Handling:
- Modified the
onCommandmethod to send a custom "Unknown command" message instead of relying on Bukkit's default help message when an unrecognized command is entered.
- Modified the
/backCommand Enhancement:- Implemented a
PlayerDeathEventhandler to automatically save a player's location upon death, enabling the/backcommand to teleport players to their last death point.
- Implemented a
- Code Structure Refactoring:
- Extracted
PlayerHomesandWarpsManagerfrom inner classes into their own dedicated files (PlayerHomes.javaandWarpsManager.java) to improve code organization, readability, and maintainability. - Updated all instantiations and references to these classes accordingly.
- Extracted
New Features:
- Teleport Countdown:
- Introduced a configurable teleport countdown (
teleport-countdown-secondsinconfig.yml) for commands like/home,/warp,/spawn, and/back. - If a player moves during the countdown, the teleportation is automatically cancelled.
- Introduced a configurable teleport countdown (
- Advanced Random Teleport (RTP):
- Configurable Biome Targeting: Added the ability to specify a target biome for RTP in
config.yml, allowing players to teleport to specific biomes. - World Border Check: Implemented a configurable option (
check-world-borderinconfig.yml) to prevent RTP from teleporting players outside the world border. - RTP Other Players: Added functionality for players with
essentials999.rtp.otherspermission to use/rtp <playername>to randomly teleport other players.
- Configurable Biome Targeting: Added the ability to specify a target biome for RTP in
- Player Information Commands:
/seen <player>: Displays the last time a specified player was online./whois <player>: Provides detailed statistics about a player, including UUID, health, food level, gamemode, total kills, and total deaths.
- Player Utility Commands:
/heal [player]: Heals the command sender or a specified player to full health, food, and removes negative potion effects and fire./feed [player]: Fills the food and saturation levels of the command sender or a specified player.
/jail <player> <time>Command:- Allows players with
essentials999.jailpermission to jail another player in a bedrock box for a specified duration. - Includes logic to prevent jailed players from teleporting out or escaping by logging out (re-jails on login).
- Allows players with
- Kit System:
/kit <name>: Allows players to claim a predefined kit of items./kit create <name>: Enables players withessentials999.kit.createpermission to create new kits from their current inventory./kits: Opens a paginated GUI displaying all available kits.- Kit Cooldowns: Implemented cooldowns for kits to prevent spamming.
- Kits are saved and loaded from a dedicated
kits.ymlfile.
- GUI Pagination:
- Implemented pagination for the
/homesand/warpsGUIs, allowing for easier navigation through a large number of entries. - Added "Previous Page" and "Next Page" buttons to the GUI navigation.
- Implemented pagination for the
- Warp Deletion Confirmation:
- Introduced a confirmation GUI for deleting warps, similar to the existing home deletion confirmation, to prevent accidental deletions.
- Comprehensive
config.ymlDocumentation:- Updated
config.ymlwith detailed descriptions and usage examples for all commands and configurable options, enhancing clarity and ease of use for server administrators.
- Updated
Essentials999 1.0.5
release18 сентября 2025 г.Added Homes GUI (/homes): Inventory GUI to list player homes with left-click teleport and right-click delete (with confirmation). Warps Manager: Separate global warps system stored in warps.yml. Commands: /delwarp, /warps (GUI listing warps). Warps GUI with clickable compass items. Spawn points per world instead of a single global spawn. Teleport requests GUI with accept/deny buttons. /tpdeny command to deny teleport requests. /tpgui toggle command to enable/disable teleport request GUI. Random Teleport (RTP) feature with GUI: RTP per world and global config options. Command tab completion for homes, warps, teleport requests, and tpgui. Help GUI (/essentials999 help) showing categorized commands. Asynchronous saving of homes and warps to reduce server lag. Teleport request expiration after 30 seconds. Safety checks enhanced to verify feet and head blocks are not solid before teleporting. Prevent teleport requests to self.