b6e5874a11
Chaos events (4): multi-phase dramatic sequences, earthquake, TNT rain, zen transition Chaos gaps (23): pray thunder/lightning, execute at @a patterns, charged creepers, custom NBT fuse, magma blocks, lava, obsidian, music discs, say broadcast Distance/projectile (18): far/near/close in blocks, fireball Motion+ExplosionPower, dragon fireball, wither skull, arrow/trident entities, mob spawn/aggro ranges, explosion radius reference (creeper/TNT/wither/bed) Gateway updated: single-call mode with full tooling on all servers. Seed dataset: 2,454 examples Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
13 KiB
JSON
24 lines
13 KiB
JSON
{"id": "chaos-gap-000", "source": "manual", "category": "command_gen", "input": {"user_message": "pray thunder", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Player wants thunder and lightning. Set weather and strike.", "commands": ["weather thunder", "execute at slingshooter08 run summon minecraft:lightning_bolt"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-001", "source": "manual", "category": "command_gen", "input": {"user_message": "pray lightning", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Direct lightning request. Strike at and near player.", "commands": ["execute at slingshooter08 run summon minecraft:lightning_bolt", "execute at slingshooter08 run summon minecraft:lightning_bolt ~3 ~ ~", "execute at slingshooter08 run summon minecraft:lightning_bolt ~-3 ~ ~"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-002", "source": "manual", "category": "command_gen", "input": {"user_message": "pray strike me down", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Player asks to be smitten. Lightning + thunder sound.", "commands": ["execute at slingshooter08 run summon minecraft:lightning_bolt", "playsound minecraft:entity.lightning_bolt.thunder weather slingshooter08"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-003", "source": "manual", "category": "safety", "input": {"user_message": "pray kill everyone", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Kill @a is level 1. God refuses but responds dramatically.", "commands": [], "message": "The divine speaks through action.", "safety_flags": ["affects_all_players"]}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 1}}
|
|
{"id": "chaos-gap-004", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo cast fireball", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Fireball entity. Motion controls direction, ExplosionPower controls blast. FireAspect is NOT a valid fireball NBT tag.", "commands": ["summon minecraft:fireball ~ ~2 ~ {Motion:[0.0,-1.0,0.0],ExplosionPower:3}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-005", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo cast fireball with explosion power 10", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Large fireball. ExplosionPower caps at reasonable values.", "commands": ["summon minecraft:fireball ~ ~2 ~ {Motion:[0.0,-1.0,0.0],ExplosionPower:10}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-006", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo shoot a fireball forward", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Fireball spawned in front of player.", "commands": ["execute at slingshooter08 run summon minecraft:fireball ^ ^1 ^2 {Motion:[0.0,0.0,0.0],ExplosionPower:2}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-007", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn a charged creeper", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Charged creeper via powered:1b NBT tag. Bigger explosion.", "commands": ["summon minecraft:creeper ~ ~ ~ {powered:1b}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-008", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn a creeper with custom fuse", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Custom fuse time in ticks. 60 ticks = 3 seconds.", "commands": ["summon minecraft:creeper ~ ~ ~ {Fuse:60}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-009", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn a creeper with huge explosion", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Custom explosion radius + charged + short fuse. Max radius should be capped.", "commands": ["summon minecraft:creeper ~ ~ ~ {ExplosionRadius:10,powered:1b,Fuse:40}"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-010", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo summon lightning on all players", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Execute at @a runs at each players position. Lightning strikes everyone.", "commands": ["execute at @a run summon minecraft:lightning_bolt"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-011", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo particles on everyone", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Particles at all player positions.", "commands": ["execute at @a run particle minecraft:flame ~ ~1 ~ 2 2 2 0.05 100"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-012", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo fireworks at every player", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Firework at each player.", "commands": ["execute at @a run summon minecraft:firework_rocket ~ ~1 ~"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-013", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo tp all players to a random spot", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Spreadplayers randomly distributes players. Better than random tp coords.", "commands": ["spreadplayers 0 0 50 200 false @a"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-014", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo put magma blocks under me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Magma block floor. Deals damage when standing on it.", "commands": ["execute at slingshooter08 run fill ~-3 ~-1 ~-3 ~3 ~-1 ~3 minecraft:magma_block"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-015", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo create a lava pool", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Lava pool at player location.", "commands": ["execute at slingshooter08 run fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 minecraft:lava"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-016", "source": "manual", "category": "command_gen", "input": {"user_message": "pray SHOW ME YOUR POWER", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Multi-phase dramatic event. Thunder + midnight + wither sound + lightning barrage + flame particles.", "commands": ["weather thunder", "time set midnight", "playsound minecraft:entity.wither.spawn hostile @a", "execute at @a run summon minecraft:lightning_bolt", "execute at @a run summon minecraft:lightning_bolt ~5 ~ ~", "execute at @a run summon minecraft:lightning_bolt ~-5 ~ ~", "execute at @a run particle minecraft:flame ~ ~1 ~ 5 5 5 0.1 500"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-017", "source": "manual", "category": "command_gen", "input": {"user_message": "pray cause chaos and destruction", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Chaos event: TNT rain + lightning + creeper spawns.", "commands": ["weather thunder", "execute at @a run summon minecraft:tnt ~3 ~15 ~", "execute at @a run summon minecraft:tnt ~-3 ~12 ~", "execute at @a run summon minecraft:tnt ~ ~18 ~3", "execute at @a run summon minecraft:lightning_bolt", "execute at @a run summon minecraft:creeper ~5 ~ ~5", "execute at @a run summon minecraft:creeper ~-5 ~ ~-5"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 2}}
|
|
{"id": "chaos-gap-018", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo play music", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Play music disc via playsound. Categories: master/music/record/weather/block/hostile/neutral/player/ambient.", "commands": ["playsound minecraft:music_disc.pigstep record @a"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-019", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo play scary music", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Disc 11 is the creepy/scary one.", "commands": ["playsound minecraft:music_disc.11 record @a"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-020", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo broadcast a message", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Say command broadcasts to all players with [Server] prefix.", "commands": ["say Attention all players: the server admin has spoken"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-021", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo announce something", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Server broadcast via say.", "commands": ["say Important announcement from the server"], "message": "", "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
|
{"id": "chaos-gap-022", "source": "manual", "category": "command_gen", "input": {"user_message": "pray shake the earth", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Earthquake effect: rapid small teleports with anvil sounds. Shakes players around.", "commands": ["execute at @a run tp @a ~-2 ~ ~1", "playsound minecraft:block.anvil.land block @a", "execute at @a run tp @a ~3 ~ ~-2", "playsound minecraft:block.anvil.land block @a", "execute at @a run tp @a ~-1 ~ ~2", "playsound minecraft:block.anvil.land block @a"], "message": "The divine speaks through action.", "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 3}}
|