Frequently Asked Questions - ZeroG-Network/NeoEssentials GitHub Wiki
Common questions and answers about NeoEssentials v1.0.1.89+ including new animation features.
NeoEssentials is a comprehensive server enhancement mod for NeoForge that provides essential features including ultra-smooth tablist animations, economy systems, teleportation, and advanced server management tools.
- Minecraft: 1.21.1+
- NeoForge: 52.1.1+
- Java: 17+ required
Yes! NeoEssentials is designed to work alongside most popular mods including:
- LuckPerms (permissions)
- FTB Ranks (permissions)
- TAB (can replace or enhance)
- PlaceholderAPI mods
- CurseForge - Stable releases
- Modrinth - Alternative platform
- GitHub - Latest builds
YES! v1.0.1.89+ supports unlimited <anim:name>
placeholders in the same tablist:
headers:
- "<anim:welcome> &a%player% <anim:pulse> Online: <anim:counter>"
Ultra-smooth! Animations update every 25ms (40 FPS) for professional quality, while maintaining excellent server performance.
NeoEssentials uses separate update intervals for optimal performance:
- Animations: 25ms (ultra-smooth frames)
- Placeholders: 250ms (dynamic data)
- Templates: 3000ms (variety rotation)
Absolutely! Create custom animations in animations.yml
:
my_animation:
interval: 50
frames:
- "&aFrame 1"
- "&bFrame 2"
- "&cFrame 3"
Minimal impact! The system is optimized for 100+ concurrent players with multiple animations running simultaneously.
NeoEssentials includes over 50 essential commands for both players and administrators. See the Commands Reference for a complete list.
NeoEssentials integrates with permission mods like LuckPerms and FTB Ranks. All permissions follow the format neoessentials.command.commandname
. See the Permissions Guide for details.
Yes, any command can be enabled or disabled in the config/neoessentials/commands.toml
file.
NeoEssentials includes a complete economy system with player balances, transactions, and shop integration. See the Economy System guide for details.
Yes, NeoEssentials can integrate with other economy mods through its API. See the API Documentation for implementation details.
Player balances can be stored in:
- JSON files (default)
- SQLite database
- MySQL/MariaDB database
Configure storage options in config/neoessentials/economy.toml
.
The number of homes is permission-based. Configure limits with permissions like neoessentials.limit.homes.5
for 5 homes or neoessentials.limit.homes.unlimited
for unlimited homes.
Yes, cooldowns can be configured in config/neoessentials/teleport.toml
for homes, warps, and other teleportation commands.
Admins can create warps using /setwarp <name>
and players can teleport to them with /warp <name>
if they have permission.
Yes, but it's primarily designed for multiplayer servers. Some features may have limited functionality in singleplayer.
NeoEssentials is designed to be compatible with most mods. However, conflicts may occur with other server utility mods that provide similar functionality.
NeoEssentials is optimized for minimal performance impact. Even on large servers with many players, the performance overhead should be negligible.
Yes, NeoEssentials can be included in modpacks, subject to the terms of the MIT license.
Report bugs on our GitHub Issues page. Please include detailed information about the issue, steps to reproduce, and relevant logs.
Feature requests can be submitted on our GitHub Issues page or discussed on our Discord server.
Contributions are welcome! See our Contributing Guide for more information about how to contribute code, documentation, or translations.
Support is available on our Discord server or through GitHub Issues.
There's no direct migration tool, but many features are similar. See our Migration Guide for tips on moving from other essentials mods.
Yes, NeoEssentials works with permission mods that implement the Forge/NeoForge permission API, such as LuckPerms and FTB Ranks.
We strive to maintain backward compatibility between versions. If breaking changes are necessary, we provide migration guides and tools to help update your configuration.