Tags
Creators
Details
1.0.2.2
Compatibility
Changes
NeoEssentials v1.0.2.2-HotFix - Major Update
Build #524 | November 10, 2025 | Minecraft 1.21.1 | NeoForge 21.1.179+
๐ฏ Highlights
38 commits with major features since v1.0.2.1 (Sept 7, 2025):
๐ Web Dashboard System
- Space-themed real-time monitoring interface
- Player stats, server metrics, live logs
- Discord login integration
- Mobile-responsive design
- Commands:
/dashboard start/stop/status/reload
๐ฆ Kit Management
- Create custom kits from inventory
- Cooldown system & usage tracking
- Commands:
/createkit,/kit,/delkit,/listkits
๐ฌ Discord Integration
- DiscordSRV & SDLink adapters
- Role-to-permission sync
- Web dashboard Discord auth
๐ฐ Economy Integrations
- FTB Money, Lightman's Currency, Magic Coins
- Transaction history tracking
/paytogglecommand
๐ Critical Fixes
Build #520 - Config Loading
โ
Fixed: config.json not found error
๐ง Solution: Absolute paths with ResourceUtil.getConfigFile()
Build #521 - Color Codes
โ
Fixed: &7 saved as \u00267
๐ง Solution: Added .disableHtmlEscaping() to Gson
Build #523 - AFK Placeholders
๐ Added 3 new placeholders:
{neoessentials_afk}- Status ("AFK" or empty){neoessentials_afk_time}- Duration ("5m 30s"){neoessentials_afk_reason}- Custom message
โจ New Features
Commands
/dashboard- Web dashboard control/createkit <name>- Create kits/kit [name]- Use/list kits/delkit <name>- Delete kits/listkits- Admin kit management/paytoggle- Toggle payments/unmute <player>- Unmute players/repair [all]- Repair items/powertool [cmd]- Item command binding- Gamemode shortcuts (survival, creative, etc.)
Systems
- Permission System: Enhanced with admin validation, reload, list commands
- Shop System: Item tag support, dynamic linking, better validation
- Chat System: Custom formatting, clickable components, debug utilities
- AFK System: Activity tracking, custom messages, admin controls
๐ง Improvements
- ManagerRegistry - Centralized manager system
- SLF4J Logging - Better error tracking
- Dynamic Commands - Config-based registration
- Message Localization - 100+ new translation keys
- Atomic File Operations - Better data integrity
- Command Validation - Permission checks across board
๐ฆ New Config Files
config/neoessentials/
โโโ discord_auth.json # Discord mappings
โโโ dashboard.json # Dashboard settings
โโโ kits.json # Kit definitions
โโโ economy_integrations.json
๐ Upgrade
- Backup
config/neoessentials/ - Stop server
- Replace JAR:
neoessentials-1.0.2.2-HotFix+build.524.jar - Start server (auto-generates new configs)
- Optional: Fix color codes in
permissions.json(\u0026โ&)
โ Verification
# Check logs
[ChatManager] Loaded chat-format (object): default=[...]
# Test features
/dashboard start
/createkit starter 3600
/afk Testing
๐ Stats
- 38 commits
- 15+ new commands
- 100+ translation keys
- 28 total placeholders
- 3 economy integrations
๐ Links
Full compatibility with v1.0.2.1 | No breaking changes | Minecraft 1.21.1-1.21.8
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yiaK4SZh:hUbNaDGU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yiaK4SZh:hUbNaDGU"
}

