Перейти к содержимому
Mineforgian

Essentials for Fabric

A Minecraft Fabric mod that provides essential server commands similar to EssentialsX for Spigot/Paper servers.

Загрузки
1K
Подписчики
4
Обновлён
7 сентября 2025 г.
Лицензия
MIT

Опубликован 7 сентября 2025 г.

Essentials for Fabric

A server management mod for Fabric providing essential commands, home/warp systems for Minecraft 1.20.1.

Provides essential commands and systems for Fabric servers. Features home/warp systems and utility commands for server administrators.

Key Features

Player Home System

  • Multiple Homes: Players can set multiple named homes (/sethome kitchen, /sethome base)
  • Easy Navigation: Quick teleportation with /home [name]
  • Management Tools: Delete unwanted homes with /delhome <name>

Server Warp System

  • Global Warps: Admins create server-wide teleport points (/setwarp spawn)
  • Player Access: All players can use /warp <name> to teleport
  • Warp Management: List all warps with /warp, delete with /delwarp <name>

Smart Back System

  • Previous Location: Never lose your way with /back
  • Auto-tracking: Automatically saves location before teleports
  • Multi-dimensional: Works across Nether, End, and Overworld

Essential Utility Commands

  • Health & Hunger: /heal and /feed for instant restoration
  • Flight Control: /fly toggle for creative-style flight
  • God Mode: /god for invincibility during builds
  • Speed Control: /speed <1-10> for faster movement
  • Item Repair: /repair to fix damaged tools instantly

Gamemode Shortcuts

  • Quick Switching: /gmc, /gms, /gma, /gmsp
  • Player Targeting: Change other players' gamemodes
  • Instant Response: No more typing /gamemode creative

Server Management

  • Spawn Management: /spawn and /tphere for player positioning

Permission System

EssentialsX-Compatible Permissions

Permission Level Commands Available Player Type
Level 0 /home, /sethome, /back, /spawn, /warp All Players
Level 2 Utility commands, /repair Operators
Level 4 All permissions Server Owners

Specific Permissions:

  • essentials.home - Home system access
  • essentials.warp - Warp system access
  • essentials.back - Back command access
  • essentials.fly - Flight toggle ability
  • essentials.god - God mode access
  • And many more...

Data Persistence

Automatic Save System

  • Player Data: Homes and last locations saved to world/essentials/playerdata/<uuid>.json
  • Server Warps: Global warps saved to world/essentials/warps.json
  • Auto-Loading: Data loads automatically on server start and player join
  • JSON Format: Human-readable, easy to backup and restore

Installation

  1. Download Requirements:

  2. Install the Mod:

    • Place essentials-for-fabric-0.1.0-beta.jar in your mods/ folder
    • Include Fabric API in the same folder
    • Start your server
  3. First Setup:

    • All commands work immediately with default permissions
    • Players can start using /home and /warp right away
    • Operators get access to all utility commands

📋 Complete Command List

Player Commands (Level 0)

/home [name] - Teleport to home
/sethome [name] - Set home location  
/delhome <name> - Delete home
/back - Return to previous location
/spawn - Teleport to spawn
/warp [name] - List warps or teleport to warp

Operator Commands (Level 2)

/heal [player] - Restore health and hunger
/feed [player] - Restore hunger only
/fly [player] - Toggle flight ability
/god [player] - Toggle invincibility
/speed <amount> [player] - Set movement speed (0.1-10.0)
/gmc/gms/gma/gmsp [player] - Gamemode shortcuts
/repair [player] - Repair held item
/tp <player> - Teleport to player
/tphere <player> - Teleport player to you
/setwarp <name> - Create server warp
/delwarp <name> - Delete server warp

Beta Notice

This is a beta release - please report any issues on GitHub.

Support & Community

  • Bug Reports and Feature Requests: GitHub Issues
  • Documentation: Full README on GitHub
  • Source Code: Available under MIT License

Ченджлог

v0.1.2-betaБета1.20.1 · 7 сентября 2025 г.

Version 0.1.2-beta - Command Cleanup

Changes

  • Removed /give command - use vanilla /give command instead
  • Removed /time command - use vanilla /time command instead
  • Removed /weather command - use vanilla /weather command instead
  • Removed /kick and /ban commands - use vanilla /kick and /ban commands instead
  • Updated documentation to reflect removed commands
v0.1.1-betaБета1.20.1 · 7 сентября 2025 г.

Version 0.1.1-beta - Configuration Update

Changes

Version 0.1.0-beta - Initial Beta Release

Features Added

  • 22 Essential Commands covering all major server administration needs
  • EssentialsX-style Permission System with proper operator level defaults
  • Persistent Data Storage for homes and warps using JSON files
  • Player Home System - Set, teleport to, and manage multiple homes
  • Server Warp System - Create global warps accessible to all players
  • Back Command - Return to previous location after teleporting
  • Comprehensive Moderation Tools - Kick and ban with reasons

Command Categories

Basic Utility (12 commands)

  • /heal - Restore health and hunger
  • /feed - Restore hunger only
  • /fly - Toggle flight ability
  • /god - Toggle invincibility mode
  • /speed <amount> - Set movement speed
  • /gmc/gms/gma/gmsp - Gamemode shortcuts
  • /repair - Repair held items
  • /give <item> [count] - Give items with proper grammar
  • /time set/add - Control world time
  • /weather <type> - Control weather

Teleportation (5 commands)

  • /tp <player> - Teleport to player
  • /tphere <player> - Teleport player to you
  • /spawn - Teleport to spawn
  • /back - Return to previous location
  • /home/sethome/delhome - Home management

Server Management (5 commands)

  • /warp/setwarp/delwarp - Warp system
  • /kick <player> [reason] - Kick players
  • /ban <player> [reason] - Ban players

Technical Features

  • Permission System: EssentialsX-compatible permissions with appropriate defaults
  • Data Persistence: JSON storage for homes and warps
  • Multi-world Support: Works across dimensions
  • Error Handling: Comprehensive error messages and validation
  • Performance Optimized: Lightweight with minimal server impact

Bug Fixes

  • Fixed /give command showing "Air" instead of proper item names
  • Fixed grammar in command feedback messages ("Gave" instead of "Given")
  • Fixed command registration requiring proper CommandRegistryAccess

Server Requirements

  • Minecraft 1.20.1 (1.21.1 support planned)
  • Fabric Loader 0.14.21+
  • Fabric API 0.83.0+
  • Java 17+

Permissions Overview

  • Level 0 (All Players): Home/warp usage, back command
  • Level 2 (Operators): Utility commands, item/world management
  • Level 3 (Admins): Moderation commands
  • Level 4 (Owners): All permissions

Комментарии

Загружаем…