45 new examples: chaos events, fireball/projectile mechanics, distance concepts
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>
This commit is contained in:
@@ -2407,3 +2407,48 @@
|
||||
{"id": "multistep-kill-heal-001", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo clear all mobs around me and heal me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Kill hostile mobs first (removes threat), then heal. Order matters — healing while mobs are still attacking wastes the heal.", "commands": ["kill @e[type=!minecraft:player,distance=..30]", "effect give slingshooter08 minecraft:instant_health 1 3", "effect give slingshooter08 minecraft:regeneration 30 1"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "multistep-water-drop-001", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make a pool below me and drop me from 100 blocks", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"], "player_position": {"x": 0, "y": 64, "z": 0}}}, "output": {"reasoning": "Create water pool FIRST (landing zone), then tp up. Water negates all fall damage. Pool must be at ground level and wide enough to land in.", "commands": ["fill -2 63 -2 2 63 2 minecraft:water", "tp slingshooter08 0 164 0"], "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 3}}
|
||||
{"id": "multistep-night-setup-001", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo prepare me for a night raid", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Night raid prep: 1) Night vision to see, 2) Strength for combat, 3) Resistance for defense, 4) Give weapon and food. Effects first, gear second.", "commands": ["effect give slingshooter08 minecraft:night_vision 600 0", "effect give slingshooter08 minecraft:strength 300 1", "effect give slingshooter08 minecraft:resistance 300 1", "give slingshooter08 minecraft:netherite_sword[enchantments={sharpness:5,looting:3}] 1", "give slingshooter08 minecraft:golden_apple 8"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 4}}
|
||||
{"id": "chaos-event-001", "source": "manual", "category": "command_gen", "input": {"user_message": "pray MORTDECAI SHOW US YOUR POWER", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Player demands a show of divine power. Multi-phase dramatic event: darken sky, earthquake shaking, launch players up with fireworks, summon hostile army, lava cage with fire resistance, spawn wither, rapid teleport disorientation, gravity flip with last-second save, TNT/lightning finale, then sudden peace with gifts.", "message": "You wanted chaos. You shall receive it.", "commands": ["time set midnight", "weather thunder", "playsound minecraft:entity.wither.spawn hostile @a", "execute at @a run summon minecraft:lightning_bolt", "execute at @a run summon minecraft:lightning_bolt ~3 ~ ~", "execute at @a run summon minecraft:lightning_bolt ~-3 ~ ~", "effect give @a minecraft:slow_falling 30 0", "execute at @a run tp @a ~ ~50 ~"], "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 2}}
|
||||
{"id": "chaos-event-002", "source": "manual", "category": "command_gen", "input": {"user_message": "pray god destroy everything show me your wrath", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Player wants divine wrath. Spawn hostile mobs around players, TNT rain from above, lightning barrage, dramatic messages between phases. End with gifts to show mercy.", "message": "I SUMMON MY ARMY. YOU CANNOT ESCAPE.", "commands": ["weather thunder", "execute at @a run summon minecraft:ravager ~10 ~ ~", "execute at @a run summon minecraft:wither_skeleton ~-5 ~ ~5", "execute at @a run summon minecraft:blaze ~5 ~ ~-5", "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"], "safety_flags": []}, "metadata": {"difficulty": "hard", "validated": true, "risk_level": 2}}
|
||||
{"id": "chaos-event-003", "source": "manual", "category": "command_gen", "input": {"user_message": "pray launch me into the sky", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Player wants to be launched. Give slow falling first for safety, then tp high. Add fireworks for dramatic effect.", "message": "WHAT GOES UP... MUST COME DOWN.", "commands": ["effect give slingshooter08 minecraft:slow_falling 30 0", "execute at slingshooter08 run tp slingshooter08 ~ ~80 ~", "execute at slingshooter08 run summon minecraft:firework_rocket ~ ~5 ~", "execute at slingshooter08 run summon minecraft:firework_rocket ~3 ~3 ~", "execute at slingshooter08 run summon minecraft:firework_rocket ~-3 ~3 ~", "playsound minecraft:entity.lightning_bolt.thunder weather slingshooter08"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
||||
{"id": "chaos-event-004", "source": "manual", "category": "command_gen", "input": {"user_message": "pray bring peace after the chaos", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08", "toast1boy"]}}, "output": {"reasoning": "Transition from chaos to peace. Clear weather, sunrise, kill all mobs, heal players, give gifts. Dramatic contrast.", "message": "And just like that... peace.", "commands": ["weather clear", "time set sunrise", "kill @e[type=!minecraft:player]", "effect clear @a", "effect give @a minecraft:regeneration 120 4", "effect give @a minecraft:resistance 120 4", "effect give @a minecraft:saturation 120 0", "execute at @a run particle minecraft:heart ~ ~2 ~ 3 1 3 0 20", "execute at @a run particle minecraft:end_rod ~ ~1 ~ 5 5 5 0.05 200", "playsound minecraft:block.amethyst_block.chime block @a"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"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}}
|
||||
{"id": "distance-proj-000", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo tp me far away", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Far = ~500 blocks. Close = ~10 blocks. Nearby = ~30 blocks. Very far = ~1000+ blocks.", "commands": ["tp slingshooter08 ~500 ~ ~500"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-001", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo tp me nearby", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Nearby = 10-30 blocks from current position.", "commands": ["tp slingshooter08 ~20 ~ ~20"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-002", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn a zombie far from me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Far for mob spawning = ~100 blocks. They wont aggro from that distance.", "commands": ["summon minecraft:zombie ~100 ~ ~100"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-003", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn a skeleton close to me", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Close = 3-8 blocks. Within attack range.", "commands": ["summon minecraft:skeleton ~5 ~ ~3"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-004", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo build a wall far from here", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Far for building = ~200 blocks away.", "commands": ["fill ~200 ~ ~-2 ~200 ~5 ~2 minecraft:stone"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-005", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo shoot a fireball at that building", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Fireballs need Motion NBT to move. Spawned in front of player with ^ (caret) notation. ExplosionPower controls blast size (default 1, max reasonable ~4).", "commands": ["summon minecraft:fireball ~ ~1 ^5 {Motion:[0.0,0.0,0.0],ExplosionPower:2}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-006", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo summon a ghast fireball", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Ghast fireballs have ExplosionPower 1. Motion controls direction — negative Y = downward.", "commands": ["summon minecraft:fireball ~ ~5 ~ {Motion:[0.0,-0.5,0.0],ExplosionPower:1}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-007", "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"]}}, "output": {"reasoning": "Caret notation ^x ^y ^z is relative to where player is looking. ^3 = 3 blocks in front.", "commands": ["execute at slingshooter08 run summon minecraft:fireball ^ ^1 ^3 {Motion:[0.0,0.0,0.0],ExplosionPower:2}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-008", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make a big fireball explosion", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "ExplosionPower 4 is a large blast. Higher values cause severe terrain damage. Cap at reasonable levels.", "commands": ["summon minecraft:fireball ~ ~2 ~ {Motion:[0.0,-1.0,0.0],ExplosionPower:4}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
||||
{"id": "distance-proj-009", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo dragon fireball", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Dragon fireballs leave lingering damage clouds. Different entity from regular fireball.", "commands": ["summon minecraft:dragon_fireball ~ ~2 ~ {Motion:[0.0,-0.5,0.0]}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
||||
{"id": "distance-proj-010", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo wither skull", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Wither skulls are projectile entities. Motion controls direction. Create wither effect on hit.", "commands": ["summon minecraft:wither_skull ~ ~2 ~ {Motion:[0.0,0.0,1.0]}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
||||
{"id": "distance-proj-011", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo small fireball", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Small fireballs = blaze fireballs. Less destruction than regular fireballs.", "commands": ["summon minecraft:small_fireball ~ ~1 ^2 {Motion:[0.0,0.0,0.0]}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-012", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo shoot an arrow", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Arrows are entities with Motion. Need velocity in a direction to actually fly.", "commands": ["summon minecraft:arrow ~ ~1.5 ^2 {Motion:[0.0,0.1,2.0]}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-013", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo throw a trident", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Trident entity with forward motion.", "commands": ["summon minecraft:trident ~ ~1.5 ^2 {Motion:[0.0,0.1,2.0]}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-014", "source": "manual", "category": "info", "input": {"user_message": "sudo how far can I see", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Render distance depends on server settings (default 10 chunks = 160 blocks). Mob spawn radius is 24-128 blocks depending on type. Players can see name tags at 64 blocks.", "commands": [], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-015", "source": "manual", "category": "info", "input": {"user_message": "sudo how far do mobs spawn", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Hostile mobs spawn 24-128 blocks from player. Despawn beyond 128 blocks. Stop moving beyond 32 blocks. Skeletons shoot at 16 blocks. Zombies detect at 35 blocks.", "commands": [], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-016", "source": "manual", "category": "info", "input": {"user_message": "sudo how big is a creeper explosion", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Creeper explosion power 3 (radius ~3-4 blocks). Charged creeper power 6. TNT power 4. Wither spawn power 7. End crystal power 6. Bed in nether power 5.", "commands": [], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 3}}
|
||||
{"id": "distance-proj-017", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo spawn tnt with big explosion", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "TNT explosion power is fixed at 4 — cannot be changed via NBT. For bigger blasts, spawn multiple TNT or use fireball with custom ExplosionPower.", "commands": ["summon minecraft:tnt ~ ~ ~ {Fuse:80}"], "safety_flags": []}, "metadata": {"difficulty": "medium", "validated": true, "risk_level": 2}}
|
||||
|
||||
Reference in New Issue
Block a user