49 gamerule + invincibility training examples
Covers all major gamerules with natural language variants: - Mob spawning/griefing, keepInventory, daylightCycle, weatherCycle - Fire tick, insomnia/phantoms, instant respawn, natural regen - randomTickSpeed (crop growth), sleep percentage, TNT, fall/fire/drowning damage - Command feedback, advancement announcements, death messages - God mode / invincibility via resistance 5 effect - "disable mobs" and "invincibility me" — prompted by prod failures Seed dataset: 2,266 examples Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{"id": "gamerule-000", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable mobs", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Disable mob spawning via gamerule.", "commands": ["gamerule doMobSpawning false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-001", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable mobs", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Re-enable mob spawning.", "commands": ["gamerule doMobSpawning true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-002", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop mobs from spawning", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "doMobSpawning false stops all natural mob spawns.", "commands": ["gamerule doMobSpawning false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-003", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn off mob griefing", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Prevents creeper explosions, enderman block pickup, etc.", "commands": ["gamerule mobGriefing false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-004", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn on mob griefing", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Re-enable mob griefing.", "commands": ["gamerule mobGriefing true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-005", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop creepers from destroying blocks", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "mobGriefing false prevents all mob block damage.", "commands": ["gamerule mobGriefing false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-006", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo keep inventory on death", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Players keep items when they die.", "commands": ["gamerule keepInventory true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-007", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn off keep inventory", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Players drop items on death (default).", "commands": ["gamerule keepInventory false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-008", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make it so we dont lose items when we die", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Natural language for keepInventory.", "commands": ["gamerule keepInventory true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-009", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop the day night cycle", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Freezes time at current position.", "commands": ["gamerule doDaylightCycle false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-010", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn daylight cycle back on", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Resumes normal day/night cycle.", "commands": ["gamerule doDaylightCycle true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-011", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo freeze time", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Stops time from progressing.", "commands": ["gamerule doDaylightCycle false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-012", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable weather changes", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Stop weather from changing and clear it.", "commands": ["gamerule doWeatherCycle false", "weather clear"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-013", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn weather back on", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Resume natural weather changes.", "commands": ["gamerule doWeatherCycle true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-014", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop it from ever raining", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Permanent clear skies.", "commands": ["gamerule doWeatherCycle false", "weather clear"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-015", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable fire spread", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Fire wont spread to nearby blocks.", "commands": ["gamerule doFireTick false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-016", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable fire spread", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Fire spreads normally.", "commands": ["gamerule doFireTick true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-017", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop fire from spreading", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Natural language for doFireTick.", "commands": ["gamerule doFireTick false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-018", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable phantoms", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Phantoms wont spawn from insomnia.", "commands": ["gamerule doInsomnia false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-019", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo turn off phantoms", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No more phantom spawns.", "commands": ["gamerule doInsomnia false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-020", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop phantoms from spawning", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "doInsomnia false disables phantom mechanic.", "commands": ["gamerule doInsomnia false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-021", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable instant respawn", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Skip death screen, respawn instantly.", "commands": ["gamerule doImmediateRespawn true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-022", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable death screen", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Immediate respawn on death.", "commands": ["gamerule doImmediateRespawn true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-023", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable natural regen", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Players dont heal from food. UHC style.", "commands": ["gamerule naturalRegeneration false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-024", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable natural regen", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Normal health regeneration from food.", "commands": ["gamerule naturalRegeneration true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-025", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo uhc mode", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "UHC disables natural health regeneration.", "commands": ["gamerule naturalRegeneration false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-026", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo speed up crop growth", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Higher tick speed = faster crop/tree/leaf growth.", "commands": ["gamerule randomTickSpeed 100"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-027", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo normal tick speed", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Default randomTickSpeed is 3.", "commands": ["gamerule randomTickSpeed 3"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-028", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make crops grow faster", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Increased tick speed accelerates all random block updates.", "commands": ["gamerule randomTickSpeed 50"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-029", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo stop crops from growing", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Zero tick speed freezes all crop/tree growth.", "commands": ["gamerule randomTickSpeed 0"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-030", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo one person can skip night", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Only 1% of players need to sleep (effectively one player).", "commands": ["gamerule playersSleepingPercentage 1"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-031", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo everyone needs to sleep", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "All players must sleep to skip night.", "commands": ["gamerule playersSleepingPercentage 100"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-032", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo hide command output", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Suppress command output messages in chat.", "commands": ["gamerule sendCommandFeedback false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-033", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo show command output", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Show command feedback in chat.", "commands": ["gamerule sendCommandFeedback true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-034", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable advancement announcements", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No chat spam when players get advancements.", "commands": ["gamerule announceAdvancements false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-035", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable tnt explosions", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "TNT will explode (1.19.4+).", "commands": ["gamerule tntExplodes true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-036", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable tnt", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "TNT wont explode.", "commands": ["gamerule tntExplodes false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-037", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable fall damage", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No fall damage for any player.", "commands": ["gamerule fallDamage false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-038", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo enable fall damage", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Normal fall damage.", "commands": ["gamerule fallDamage true"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-039", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable drowning", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Players cant drown.", "commands": ["gamerule drowningDamage false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-040", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable fire damage", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Players take no fire/lava damage.", "commands": ["gamerule fireDamage false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-041", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo disable freeze damage", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No powder snow freeze damage.", "commands": ["gamerule freezeDamage false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-042", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo hide death messages", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "No death announcements in chat.", "commands": ["gamerule showDeathMessages false"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-043", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make me invincible", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Resistance 5 (amp 4) = 100% damage reduction. Effectively invincible.", "commands": ["effect give slingshooter08 minecraft:resistance 1000000 4"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 4}}
|
||||
{"id": "gamerule-044", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo invincibility", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Long duration resistance 5 for practical invincibility.", "commands": ["effect give slingshooter08 minecraft:resistance 1000000 4"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 4}}
|
||||
{"id": "gamerule-045", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo god mode", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "God mode: invincible + instant regen + never hungry.", "commands": ["effect give slingshooter08 minecraft:resistance 1000000 4", "effect give slingshooter08 minecraft:regeneration 1000000 4", "effect give slingshooter08 minecraft:saturation 1000000 0"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 4}}
|
||||
{"id": "gamerule-046", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo make me unkillable", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Resistance 5 makes player unkillable by damage.", "commands": ["effect give slingshooter08 minecraft:resistance 1000000 4"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 4}}
|
||||
{"id": "gamerule-047", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo list all gamerules", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Running gamerule with no args lists all current values.", "commands": ["gamerule"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
{"id": "gamerule-048", "source": "manual", "category": "command_gen", "input": {"user_message": "sudo what gamerules are set", "server_context": {"server_type": "paper", "version": "1.21.x", "online_players": ["slingshooter08"]}}, "output": {"reasoning": "Shows all gamerule values.", "commands": ["gamerule"], "safety_flags": []}, "metadata": {"difficulty": "easy", "validated": true, "risk_level": 3}}
|
||||
Reference in New Issue
Block a user