Commands: Siege
The full command surface of the WN Siege addon. It registers zero in-game Minecraft commands, and exactly one Discord slash command, /siege, with three subcommands.
WN Siege registers zero in-game commands and exactly 1 Discord slash command root (/siege) with 3 subcommands: status, check, and recent.
No in-game commands
WN Siege registers zero in-game Minecraft commands. There is no Brigadier command tree, no Commands.literal registration, nothing typed at the server console or in chat. A full search of the mod's source confirms there are no Commands.literal calls anywhere in it.
/siege slash command
WN Siege registers exactly one top-level slash command, /siege, with three subcommands. Discord only supports gating visibility per top-level command, not per subcommand, so /siege itself is open to any Discord user; one subcommand (recent) instead gates itself in its own handler at runtime.
Examples
/siege status /siege check x:120 z:-45 /siege check x:120 z:-45 dimension:minecraft:the_nether nation:Ironhold /siege recent
