Permissions Guide - ZeroG-Network/NeoEssentials GitHub Wiki

Commands Reference

This page provides a comprehensive list of all commands available in NeoEssentials.

Command Format

Commands follow this format in the documentation:

/commandname <required> [optional] - Description
  • /commandname - The base command
  • <required> - Required parameters
  • [optional] - Optional parameters

Permission Structure

All NeoEssentials permissions follow this format:

neoessentials.command.commandname

For detailed information about permissions, see the Permissions Guide.

Core Commands

Command Description Permission
/neoessentials Shows mod information neoessentials.command.base
/neoessentials help Shows help information neoessentials.command.help
/neoessentials version Shows version information neoessentials.command.version
/neoessentials reload Reloads configuration neoessentials.command.reload

Player Commands

Command Description Permission
/afk Toggles AFK status neoessentials.command.afk
/back Returns to previous location neoessentials.command.back
/balance or /bal Shows economy balance neoessentials.command.balance
/fly Toggles flight mode neoessentials.command.fly
/gamemode or /gm Changes game mode neoessentials.command.gamemode
/home Teleports to home neoessentials.command.home
/msg Sends private message neoessentials.command.msg
/nickname or /nick Sets nickname neoessentials.command.nickname
/pay Transfers money neoessentials.command.pay
/ping Shows server ping neoessentials.command.ping
/spawn Teleports to spawn neoessentials.command.spawn
/speed Changes movement speed neoessentials.command.speed
/suicide Kills player neoessentials.command.suicide
/time Shows server time neoessentials.command.time
/tpa Requests teleport neoessentials.command.tpa
/tpaccept Accepts teleport request neoessentials.command.tpaccept
/tpadeny Denies teleport request neoessentials.command.tpadeny
/warp Teleports to warp neoessentials.command.warp
/weather Changes weather neoessentials.command.weather

Admin Commands

Command Description Permission
/ban Bans player neoessentials.command.ban
/broadcast or /bc Broadcasts message neoessentials.command.broadcast
/clearinventory or /ci Clears inventory neoessentials.command.clearinventory
/delhome Deletes home neoessentials.command.delhome
/delwarp Deletes warp neoessentials.command.delwarp
/eco Economy management neoessentials.command.eco
/heal Heals player neoessentials.command.heal
/kick Kicks player neoessentials.command.kick
/kit Gives kit neoessentials.command.kit
/mute Mutes player neoessentials.command.mute
/sethome Sets home neoessentials.command.sethome
/setspawn Sets spawn neoessentials.command.setspawn
/setwarp Sets warp neoessentials.command.setwarp
/tempban Temporarily bans player neoessentials.command.tempban
/tp Teleports player neoessentials.command.tp
/tphere Teleports player to you neoessentials.command.tphere
/unban Unbans player neoessentials.command.unban
/vanish or /v Toggles vanish mode neoessentials.command.vanish

Economy Commands

Command Description Permission
/balance or /bal Shows balance neoessentials.command.balance
/balancetop or /baltop Shows top balances neoessentials.command.balancetop
/eco give Gives money neoessentials.command.eco.give
/eco take Takes money neoessentials.command.eco.take
/eco set Sets balance neoessentials.command.eco.set
/eco reset Resets balance neoessentials.command.eco.reset
/pay Pays player neoessentials.command.pay

Home Commands

Command Description Permission
/home Teleports to home neoessentials.command.home
/home [name] Teleports to named home neoessentials.command.home
/homes Lists all homes neoessentials.command.homes
/sethome [name] Sets a new home neoessentials.command.sethome
/delhome [name] Deletes a home neoessentials.command.delhome

Warp Commands

Command Description Permission
/warp [name] Teleports to warp neoessentials.command.warp
/warps Lists all warps neoessentials.command.warps
/setwarp [name] Sets a new warp neoessentials.command.setwarp
/delwarp [name] Deletes a warp neoessentials.command.delwarp

Kit Commands

Command Description Permission
/kit [name] Claims a kit neoessentials.command.kit
/kits Lists all available kits neoessentials.command.kits
/createkit [name] Creates a new kit neoessentials.command.createkit
/deletekit [name] Deletes a kit neoessentials.command.deletekit

Command Aliases

Many commands have shorter aliases for convenience:

Command Aliases
/balance /bal, /money
/broadcast /bc
/clearinventory /ci, /clean
/gamemode /gm
/nickname /nick
/teleport /tp
/teleporthere /tph, /tphere
/vanish /v

Command Customization

Commands can be customized in the config/neoessentials/commands.toml file:

  • Enable/disable individual commands
  • Change command aliases
  • Modify command cooldowns
  • Configure command costs (economy integration)

For advanced command management, see the Custom Commands guide.

⚠️ **GitHub.com Fallback** ⚠️