Skip to main content

General Commands

All commands require igniscore.admin.


/ignis

Syntax: /ignis

Shows the help menu listing available subcommands.


/ignis give <player> <block|item> <id>

Syntax: /ignis give <player> <block|item> <id>

Gives a custom block item or throwable item to the target player.

/ignis give Steve block nuke
/ignis give Alex item grenade

/ignis pack

Syntax: /ignis pack

Rebuilds the resource pack and applies it to the executing player. Player-only.


/ignis reload <all|blocks|items|server>

Syntax: /ignis reload <all|blocks|items|server>

Reloads extensions or server configuration.

TargetEffect
allReload block + item extensions, then rebuild resource pack
blocksReload block extensions only
itemsReload item extensions only
serverReload config.yml only (no extension reload)

/ignis blocks

Syntax: /ignis blocks

Lists all loaded block extension JARs with manifest name, version, and config id.


/ignis items

Syntax: /ignis items

Lists all loaded item extension JARs with manifest name, version, and config id.


/ignis debug <on|off|pack>

Syntax: /ignis debug <on|off|pack>

Toggle debug logging or show resource pack diagnostics.

SubcommandEffect
onEnable debug logging
offDisable debug logging
packShow resource pack debug info (hash, block mappings, public URL)