Skip to content

Commands

All of Shingeki no Craft’s administration and testing commands live under the snc:api function namespace. Run them in chat with cheats/operator permissions:

/function snc:api/<path>

This page is compiled from the 2.4.1 datapack (data/snc/function/api/, 259 functions). Older releases ship fewer — 2.1 had 17. See Installation for installing the pack.

Command What it does
snc:api/config Opens the in-game SnC configuration dialog. This replaces the legacy snc:auxiliar/config from 1.x / 2.0.
snc:api/respawn_shifters Starts the Shifter respawn sequence. It arms the public/private trigger and asks for confirmation before applying, so it is not instant.
Command What it does
snc:api/all_items Builds the complete item showcase in front of you: four labelled chests, All Items #1–#4, containing every custom item.
snc:api/summon/items The underlying function that builds those four chests wherever it is run.
snc:api/give/<group>/<item> Gives a single custom item directly to the player.
snc:api/item_replace/<group>/<item> Swaps the matching vanilla item in a slot for its SNC version. These are macro functions (slot/count) used internally by crafting and upgrades, not normally run by hand.

give and item_replace share the same groups:

Group Contents
drink/* Apple Juice, Beetroot Beer, Watermelon Juice, Wine, Wine Glass
military/scouts/flare/* Signal flares: a_blank, black, blue, green, purple, red, yellow
military/scouts/odm/* blade, gas_trigger, gear, iceburst_stone, reinforced_gear, spear
military/scouts/uniform/* Assault and Explore sets: boots, cape, harness, hood
military/soldiers/* hammer, big_hammer, and the Sand uniform (boots, helmet, jacket, trousers)
misc/* diary/peng, guide/*, gun/*, jar, music_disc/*, paintings/*, wrench
shifters/* handcuffs; syringe/* (armor, attack, beast, cart, colossal, female, founder, jaw, empty, regular); titans/cart/{barrels,turrets}; transform/{knife,needle,scissors}
villagers/* golden_mark, invitation, magus, mask/*, renamer, titan, totem/{0,1,2}, toy/* (one per Pure Titan, incl. legacy Blocky)
zpecial/* config, gender, shifter/<titan>, shifter_finder
Command What it does
snc:api/get/shifter/<titan> Grants that Shifter to the player and hands them the transform item.
snc:api/get/energy/empty Sets your Titan energy to empty (must already be a Shifter).
snc:api/get/energy/full Sets your Titan energy to full.
snc:api/get/energy/infinite Sets your Titan energy to infinite.
snc:api/get/royal_blood Grants Royal Blood.
snc:api/get/titan_progress/<level> Sets Titan progression: 0_beginner, 1_intermediate, 2_amateur, 3_advanced, 4_expert (requires Titan Progression to be enabled).

Available Shifters: armor, attack, beast, cart, colossal, female, jaw. There is no founder or warhammer Shifter — see The Nine Titans.

Command What it does
snc:api/get/survey_corps/full Gives a full ODM loadout (gear, blade and gas trigger).
snc:api/get/survey_corps/rank/<level> Gives the rank loadout: 0_soldier, 1_veteran, 2_team_leader, 3_officer, 4_squad, 5_vice_captain, 6_captain.
Command What it does
snc:api/summon/titan/<name> Summons a Pure Titan: allan, ameer, creepy, groover, michelle, valentina, vladlen, zick, zwei.
Command What it does
snc:api/infect/08 Infects every human within 8 blocks.
snc:api/infect/16 Infects every human within 16 blocks.
snc:api/infect/32 Infects every human within 32 blocks.
snc:api/infect/64 Infects every human within 64 blocks.
snc:api/infect/all Infects all humans in the world.
snc:api/trade/<table> Applies a trade table to the executing trader: guide, mask, music, survey, toy. Used by the Wandering Trader professions.

Source: Shingeki no Craft datapack 2.4.1 (data/snc/function/api/). Verified against the source, not the Notion wiki.