{"id":2021,"date":"2026-07-18T06:43:38","date_gmt":"2026-07-18T13:43:38","guid":{"rendered":"http:\/\/macdaddy4sure.ai\/?p=2021"},"modified":"2026-07-18T06:43:38","modified_gmt":"2026-07-18T13:43:38","slug":"_augmentedintelligence-minecraft-integration","status":"publish","type":"post","link":"http:\/\/macdaddy4sure.ai\/index.php\/2026\/07\/18\/_augmentedintelligence-minecraft-integration\/","title":{"rendered":"_AugmentedIntelligence Minecraft Integration"},"content":{"rendered":"\n<p>_AugmentedIntelligence_ integrates with Minecraft Java Edition servers in two ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The preferred server deployment is the Spigot plugin bridge in minecraft_spigot_plugin\/.<\/li>\n\n\n\n<li>The legacy fallback is RCON.<\/li>\n<\/ul>\n\n\n\n<p>Documentation map:<\/p>\n\n\n\n<p><em>[text]<br><\/em>docs\/MinecraftPluginOperations.md&nbsp;&nbsp;&nbsp;&nbsp; = quick operator reference, config, commands, troubleshooting<br>docs\/MinecraftPluginTrainingGuide.md&nbsp; = full DQN\/client-control\/MathNN training curriculum<br>docs\/ReinforcementLearning.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = RL hub (MathNN, curriculum, Life RL, Minecraft)<br>docs\/MathNN.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = in-process neural policies (`rl net`, learners)<br>docs\/GameModBridges.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = SourceMod\/Quake FPS bridge setup<br>minecraft_spigot_plugin\/README.md&nbsp;&nbsp;&nbsp;&nbsp; = plugin build\/deploy quick reference<\/p>\n\n\n\n<p>The Spigot bridge streams structured observations and events to _AugmentedIntelligence, then receives safe allowlisted actions for Minecraft DQN and server automation. This is better than RCON for a headless server because the app receives typed player\/world state instead of parsing command output.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Spigot Plugin Bridge<\/h2>\n\n\n\n<p>Build the plugin:<\/p>\n\n\n\n<p><em>[powershell]<br><\/em>cd minecraft_spigot_plugin<br>gradle jar<\/p>\n\n\n\n<p>Copy build\/libs\/AugmentedIntelligenceSpigotBridge-2.0.0.jar into the Minecraft server plugins\/ directory and restart the server. Edit plugins\/AugmentedIntelligenceBridge\/config.yml so the token matches _AugmentedIntelligence.<\/p>\n\n\n\n<p>Start the _AugmentedIntelligence bridge:<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft bridge configure 0.0.0.0 8765 change-me true<br>minecraft bridge start<br>minecraft bridge status<\/p>\n\n\n\n<p>For the current EARTH\/JUPITER lab, the plugin on JUPITER should connect to<\/p>\n\n\n\n<p>EARTH:<\/p>\n\n\n\n<p><em>[yaml]<br><\/em>bridge:<br>&nbsp; host: &#8220;10.0.0.151&#8221;<br>&nbsp; port: 8765<br>&nbsp; token: &#8220;change-me&#8221;<\/p>\n\n\n\n<p>Plugin commands:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai help<br>\/ai status<br>\/ai connect<br>\/ai disconnect<br>\/ai reload<br>\/ai observe<br>\/ai monitor<br>\/ai remote &lt;_AI typed command&gt;<br>\/ai debug [player]<br>\/ai explain [player]<br>\/ai action 1 @p<br>\/ai dryrun on<br>\/ai chat status<br>\/ai chat on<br>\/ai chat scope private<br>\/ai chat transcript [player] 12<br>\/ai safety on<br>\/ai movement status<br>\/ai goal list<br>\/ai arena status<br>\/ai replay status<br>\/ai metrics status<br>\/ai ml status<br>\/ai ml systems<br>\/ai ml train replay<br>\/ai kit miner<br>\/ai path<br>\/ai qvalues<br>\/ai integrations status<\/p>\n\n\n\n<p>The plugin sends JSON-line messages over TCP:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;observation&#8221;,&#8221;player&#8221;:&#8221;Steve&#8221;,&#8221;x&#8221;:0.0,&#8221;y&#8221;:64.0,&#8221;z&#8221;:0.0,&#8221;health&#8221;:20.0,&#8221;food&#8221;:20,&#8221;nearby_hostiles&#8221;:1}<br>{&#8220;type&#8221;:&#8221;event&#8221;,&#8221;event&#8221;:&#8221;block_break&#8221;,&#8221;player&#8221;:&#8221;Steve&#8221;,&#8221;reward&#8221;:0.03,&#8221;terminal&#8221;:false}<br>{&#8220;type&#8221;:&#8221;remote_command&#8221;,&#8221;sender&#8221;:&#8221;Steve&#8221;,&#8221;player&#8221;:&#8221;Steve&#8221;,&#8221;command&#8221;:&#8221;minecraft dqn status&#8221;,&#8221;source&#8221;:&#8221;spigot_admin&#8221;}<\/p>\n\n\n\n<p>When plugin integrations are enabled, observations and events also include fields such as:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;plugin_integrations_plugins&#8221;:&#8221;Vault,WorldGuard,Quests&#8221;,&#8221;plugin_integrations_capabilities&#8221;:&#8221;economy,permissions,regions,quests&#8221;,&#8221;plugin_vault&#8221;:true,&#8221;plugin_worldguard&#8221;:true,&#8221;integration_quests_present&#8221;:true}<\/p>\n\n\n\n<p>Use these from _AI as high-level context: economy state may matter for Jobs\/Vault goals, WorldGuard\/claim plugins explain build restrictions, Citizens\/MythicMobs can signal NPC or custom mob behavior, and Quests\/Towny\/Factions can define social or objective-driven rewards. The Spigot plugin only detects and reports these integrations; heavy policy learning still runs in _AI.<\/p>\n\n\n\n<p><strong>Stock market + federal government<\/strong> (built-in, not softdeps): see docs\/MinecraftMarketAndGovernment.md and docs\/ThreeBranches.md.<\/p>\n\n\n\n<p>Commands: \/ai market \u2026, \/ai gov \u2026 on the server; minecraft market \u2026, minecraft gov \u2026 on _AI.<\/p>\n\n\n\n<p>Three branches: legislative (vote\/conference), executive (sign\/veto), judicial (judicial_review\/court).<\/p>\n\n\n\n<p>Multi-agent civics: lua_scripts\/MC-Federal-Government-Agents.lua (agent type mc_federal).<\/p>\n\n\n\n<p><strong>Jobs Reborn:<\/strong> soft API via JobsService \u2014 \/ai jobs status|list|player, bridge type:jobs, events jobs_payment \/ jobs_levelup.<\/p>\n\n\n\n<p><strong>Faction ideologies:<\/strong> \/ai ideology list|set|get|can_claim|can_war \u2014 kits in faction_ideologies.yml (see docs\/FactionIdeologies.md).<\/p>\n\n\n\n<p>The app sends safe action messages back:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;action&#8221;,&#8221;action_id&#8221;:6,&#8221;label&#8221;:&#8221;smooth_sprint_forward&#8221;,&#8221;player&#8221;:&#8221;@p&#8221;,&#8221;source&#8221;:&#8221;minecraft_dqn&#8221;}<\/p>\n\n\n\n<p>Chat uses the same JSON-lines bridge. The plugin sends rich chat prompts:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;chat&#8221;,&#8221;player&#8221;:&#8221;Steve&#8221;,&#8221;message&#8221;:&#8221;what should I do next?&#8221;,&#8221;scope&#8221;:&#8221;private&#8221;,&#8221;reply_scope&#8221;:&#8221;private&#8221;,&#8221;intent&#8221;:&#8221;chat&#8221;,&#8221;urgency&#8221;:&#8221;normal&#8221;,&#8221;active_goal&#8221;:&#8221;survive_60&#8243;,&#8221;selected_item&#8221;:&#8221;stone_pickaxe&#8221;,&#8221;nearby_hostiles&#8221;:1}<\/p>\n\n\n\n<p>_AI sends replies back with delivery metadata:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;chat&#8221;,&#8221;target&#8221;:&#8221;Steve&#8221;,&#8221;message&#8221;:&#8221;Get food first, then return to your lit base path.&#8221;,&#8221;scope&#8221;:&#8221;private&#8221;,&#8221;urgency&#8221;:&#8221;normal&#8221;,&#8221;source&#8221;:&#8221;minecraft_llm&#8221;}<\/p>\n\n\n\n<p>The plugin sends delivery results back to _AI:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;chat_result&#8221;,&#8221;id&#8221;:&#8221;1&#8243;,&#8221;ok&#8221;:true,&#8221;message&#8221;:&#8221;ok&#8221;,&#8221;target&#8221;:&#8221;Steve&#8221;,&#8221;scope&#8221;:&#8221;private&#8221;,&#8221;delivered&#8221;:1}<\/p>\n\n\n\n<p>Memory\/control messages are explicit:<\/p>\n\n\n\n<p><em>[json]<br><\/em>{&#8220;type&#8221;:&#8221;chat_control&#8221;,&#8221;command&#8221;:&#8221;clear_memory&#8221;,&#8221;player&#8221;:&#8221;Steve&#8221;}<\/p>\n\n\n\n<p>Admin remote commands let an operator run _AI typed commands from Minecraft:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai remote minecraft bridge status<br>\/ai remote minecraft dqn status<br>\/ai remote minecraft bridge chat say @a hello from _AI<br>minecraft bridge remote status<br>minecraft bridge remote off<br>minecraft bridge remote on<\/p>\n\n\n\n<p>The plugin gates \/ai remote behind augmentedintelligence.admin and, by default, operator status. _AI also has its own bridge-side switch: minecraft bridge remote off rejects remote command envelopes even if the plugin sends them.<\/p>\n\n\n\n<p>Safe actions are intentionally allowlisted. DQN action IDs 0 through 25 cover observe, smooth movement, jump, sprint, turning, target-block breaking, target-block placement, hotbar selection, jump movement, diagonal movement, and look up\/down. Utility\/admin actions use high IDs: 90 retreat, 91 extinguish, 92 return_to_base, 93 coach_ping, 94 clear_weather, 95 set_day, and 96 save_world.<\/p>\n\n\n\n<p>The plugin also supports action IDs 26 through 43 for server-side survival<\/p>\n\n\n\n<p>helpers: sneak, swim up\/down, eat food, select best tool, place torch, equip<\/p>\n\n\n\n<p>shield, use item, open\/close door, look at nearby hostile\/item\/player, pick up<\/p>\n\n\n\n<p>nearest item, craft basic tools, smelt ore, sleep at night, return safe zone,<\/p>\n\n\n\n<p>and return to arena center. Actions 11 through 19 are client hotbar actions<\/p>\n\n\n\n<p>and only have an effect when _AI is controlling the local Minecraft client.<\/p>\n\n\n\n<p>The plugin can also forward explicit player chat prompts to _AugmentedIntelligence and receive LLM chat replies. By default, only messages that start with !ai or mention @ai are forwarded. Chat payloads include player state, active goal, arena, safety, nearby players\/hostiles, nearest memory, preference, and recent transcript:<\/p>\n\n\n\n<p><em>[text]<br><\/em>!ai what should I do next?<br>\/ai chat scope private<br>\/ai chat ask how do I get unstuck?<br>\/ai chat transcript [player] 12<br>minecraft bridge chat status<br>minecraft bridge chat metrics<br>minecraft bridge chat cooldown 3<br>minecraft bridge chat system survival_coach<br>minecraft bridge chat say @a hello from _AI<\/p>\n\n\n\n<p>The plugin also includes lightweight server-side ML telemetry:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai ml behavior [player]<br>\/ai ml bc [player]<br>\/ai ml reward [player]<br>\/ai ml stuck [player]<br>\/ai ml nav [player]<br>\/ai ml planner [player]<br>\/ai ml player [player]<br>\/ai ml roles<br>\/ai ml anomaly<br>\/ai ml grief [player]<br>\/ai ml coach [player]<br>\/ai ml death [player]<br>\/ai ml memory [player]<br>\/ai ml quest [player]<br>\/ai ml council [player]<br>\/ai ml export<\/p>\n\n\n\n<p>These commands summarize replay data, demonstrations, reward feedback, stuck states, navigability, player intent, cooperative roles, anomaly\/grief signals, session coaching context, and death reviews. Heavy neural learning remains in _AugmentedIntelligence: \/ai ml mathnn [player] and \/ai ml vision request [player] send bridge requests for MathNN training\/checkpoint work or client-side screenshot\/OCR\/object perception.<\/p>\n\n\n\n<p>Plugin integration operations:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai integrations status<br>\/ai integrations scan<br>\/ai integrations list<br>\/ai integrations payload [player]<br>\/ai integrations observe on|off<br>\/ai integrations events on|off<br>\/ai integrations commands on|off<br>\/ai integrations args on|off<\/p>\n\n\n\n<p>Player plugin command observation is off by default. Enable it when you want _AI to learn from command-level activity around quests, jobs, towns, factions, NPCs, claims, regions, plots, islands, warps, and homes. Leave arguments off unless you intentionally want command text captured.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Server Setup<\/h2>\n\n\n\n<p>RCON remains available as a fallback. Edit the Minecraft server server.properties file:<\/p>\n\n\n\n<p><em>[properties]<br><\/em>enable-rcon=true<br>rcon.port=25575<br>rcon.password=replace-with-a-strong-password<\/p>\n\n\n\n<p>Restart the Minecraft server after changing those values. Keep the RCON port firewalled; RCON is an admin control channel.<\/p>\n\n\n\n<p>If the Spigot plugin is installed and connected, use the bridge for DQN<\/p>\n\n\n\n<p>observations\/actions and keep RCON as an emergency\/admin fallback.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configure _AugmentedIntelligence<\/h2>\n\n\n\n<p>From the typed command prompt:<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft configure 127.0.0.1 25575 replace-with-a-strong-password<\/p>\n\n\n\n<p>That writes minecraft_rcon_config.local.txt in the working directory. You can also use environment variables:<\/p>\n\n\n\n<p><em>[powershell]<br><\/em>$env:AI_MINECRAFT_RCON_HOST = &#8220;127.0.0.1&#8221;<br>$env:AI_MINECRAFT_RCON_PORT = &#8220;25575&#8221;<br>$env:AI_MINECRAFT_RCON_PASSWORD = &#8220;replace-with-a-strong-password&#8221;<\/p>\n\n\n\n<p>The Spigot bridge writes\/reads:<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft_spigot_bridge.local.txt<\/p>\n\n\n\n<p>Useful bridge commands:<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft bridge configure 0.0.0.0 8765 YOUR_LONG_SHARED_TOKEN true<br>minecraft bridge start<br>minecraft bridge status<br>minecraft bridge chat status<br>minecraft bridge chat metrics<br>minecraft bridge chat clear [player]<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Commands<\/h2>\n\n\n\n<p><em>[text]<br><\/em>minecraft status<br>minecraft test<br>minecraft list<br>minecraft seed<br>minecraft say hello from AugmentedIntelligence<br>minecraft tell PlayerName check the north gate<br>minecraft time set day<br>minecraft weather clear<br>minecraft gamemode creative PlayerName<br>minecraft tp PlayerName 0 80 0<br>minecraft rcon difficulty normal<br>minecraft script minecraft_commands.txt<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Minecraft DQN<\/h2>\n\n\n\n<p>The Minecraft DQN module prefers the Spigot bridge when connected and falls back to RCON when it is not. It can also play through the local Minecraft client by sending keyboard\/mouse input with minecraft dqn control client.<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft bridge start<br>minecraft dqn status<br>minecraft dqn player @p<br>minecraft dqn observe<br>minecraft dqn control client<br>minecraft dqn client status<br>minecraft dqn client focus on<br>minecraft dqn client hold 900<br>minecraft dqn client mine-hold 1800<br>minecraft dqn client use-hold 350<br>minecraft dqn client mine<br>minecraft dqn client place<br>minecraft dqn client slot 1<br>minecraft dqn client look-up<br>minecraft dqn unstuck on<br>minecraft dqn wall-guard on<br>minecraft dqn train 1000<br>minecraft dqn dry-run<br>minecraft dqn qvalues<br>minecraft dqn explain 10<br>minecraft dqn step<br>minecraft dqn interval 2000<br>minecraft dqn reward 0.5<br>minecraft dqn reward -1 terminal<br>minecraft dqn net on<br>minecraft dqn net status<br>minecraft dqn save<br>minecraft dqn load<\/p>\n\n\n\n<p>dry-run prints the selected action without sending it to the server. step observes the current state, chooses an action, applies it through the Spigot bridge when connected or RCON as fallback, observes the next state, computes reward, and trains only when the mode is train.<\/p>\n\n\n\n<p>train [interval_ms] sets DQN mode to training and starts an autonomous background loop that repeatedly runs step. Use minecraft dqn off, minecraft dqn eval, or minecraft dqn observe to stop the background loop. The default interval is 1000 ms, and minecraft dqn interval &lt;milliseconds&gt; changes the delay between autonomous steps.<\/p>\n\n\n\n<p>By default, DQN actions are sent through the server bridge\/RCON. To make the DQN play through the Minecraft client running on the _AI machine, use minecraft dqn control client. Client control sends short keyboard\/mouse actions to a foreground Minecraft window while still using the Spigot bridge for observations and rewards. Use minecraft dqn client focus on if you want _AI to bring the Minecraft window to the foreground before sending input.<\/p>\n\n\n\n<p>minecraft dqn client hold &lt;milliseconds&gt; controls how long movement keys stay down. Sprint holds W plus left control for that duration. minecraft dqn client mine-hold &lt;milliseconds&gt; controls how long left mouse is held for the client_mine_hold action, so the bot can actually break blocks instead of only tapping attack. minecraft dqn client use-hold &lt;milliseconds&gt; controls how long right mouse is held for the client_place_hold action. Use minecraft dqn client mine or minecraft dqn client action 9 to manually test mining, minecraft dqn client place or minecraft dqn client action 10 to manually test right-click block placement\/use, and minecraft dqn client slot &lt;1-9&gt; to test hotbar selection. minecraft dqn client release forces held movement or mouse input up.<\/p>\n\n\n\n<p>For server-driven movement, the plugin can smooth movement actions instead of teleporting the player one block at a time:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai movement status<br>\/ai movement smooth on<br>\/ai movement ticks 8<br>\/ai movement speed 0.28<\/p>\n\n\n\n<p>Additional plugin-side controls:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai follow &lt;target-player&gt; [follower]<br>\/ai hud on<br>\/ai safety build-zone on<br>\/ai replay file<br>\/ai kit miner<br>\/ai path<br>\/ai route base mine<br>\/ai mob spawn zombie 1<br>\/ai curriculum start flatwalk<br>\/ai teach good<br>\/ai metrics actions<br>\/ai ml planner<br>\/ai ml stuck<br>\/ai kit miner<br>\/ai path<br>\/ai arena build &lt;name&gt; hallway<br>\/ai arena build &lt;name&gt; wall<br>\/ai arena build &lt;name&gt; steps<br>\/ai arena build &lt;name&gt; bridge<br>\/ai arena build &lt;name&gt; pit<br>\/ai arena build &lt;name&gt; obstacle<br>\/ai arena build &lt;name&gt; random<br>\/ai model list<br>\/ai model preview &lt;name&gt; [scale] [material]<br>\/ai model build &lt;name&gt; [scale] [material]<br>\/ai model status<br>\/ai model cancel<\/p>\n\n\n\n<p>The bridge observation now includes target block, target entity, placeable-face, hotbar slot, selected item count, inventory tool flags, food\/block availability, wood\/cobblestone\/torch counts, armor, held-item durability, weather, path obstruction reasons, yaw\/pitch, and local block-grid signals. Old DQN checkpoints with smaller state\/action counts can still load; new weights start untrained.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">OBJ\/MTL Model Building<\/h3>\n\n\n\n<p>The Spigot plugin can build a Wavefront .obj mesh, with optional .mtl<\/p>\n\n\n\n<p>diffuse colors, directly into the Minecraft world. Copy files to the server:<\/p>\n\n\n\n<p><em>[text]<br><\/em>plugins\/AugmentedIntelligenceBridge\/models\/model_name.obj<br>plugins\/AugmentedIntelligenceBridge\/models\/model_name.mtl<\/p>\n\n\n\n<p>Enable the feature in plugins\/AugmentedIntelligenceBridge\/config.yml only when<\/p>\n\n\n\n<p>you are ready to place blocks:<\/p>\n\n\n\n<p><em>[yaml]<br><\/em>model-build:<br>&nbsp; allow-world-edit: true<br>&nbsp; max-blocks: 25000<br>&nbsp; max-dimension: 256<br>&nbsp; blocks-per-tick: 500<\/p>\n\n\n\n<p>Then run from Minecraft:<\/p>\n\n\n\n<p><em>[text]<br><\/em>\/ai reload<br>\/ai model list<br>\/ai model preview model_name 1.0<br>\/ai model build model_name 1.0<\/p>\n\n\n\n<p>The build is centered on the executing player, starts at the player&#8217;s Y level,<\/p>\n\n\n\n<p>and places blocks over multiple ticks. Use<\/p>\n\n\n\n<p>\/ai model build model_name 1.5 stone to override all .mtl colors with one<\/p>\n\n\n\n<p>block type. Always run preview before build on large models.<\/p>\n\n\n\n<p>The recommended training order is:<\/p>\n\n\n\n<p><em>[text]<br><\/em>1. verify bridge observations and replay logging<br>2. manually test client movement, looking, mining, placing, and hotbar selection<br>3. train flat arena locomotion with single steps first<br>4. train wall and hallway recovery with wall_guard and unstuck enabled<br>5. train steps, pits, target-block mining, then block placement<br>6. train resource goals such as collect_wood and mine_iron<br>7. add survival pressure, return-to-base, follow-guided data, and mixed obstacle arenas<br>8. move to short open-survival trials only after arena behavior is stable<\/p>\n\n\n\n<p>For the detailed curriculum with promotion criteria and rollback rules, see docs\/MinecraftPluginTrainingGuide.md.<\/p>\n\n\n\n<p>For the concise operational command reference, see docs\/MinecraftPluginOperations.md.<\/p>\n\n\n\n<p>minecraft dqn wall-guard on prevents client movement actions from being selected when the plugin reports the matching direction as blocked, such as blocked_forward=true.<\/p>\n\n\n\n<p>Training transitions are appended to minecraft_dqn_transitions.csv under gaming_rl_log_directory for offline review. minecraft dqn net on enables the shared in-process neural DQN learner for the Minecraft agent; without it, the built-in compact DQN model is used.<\/p>\n\n\n\n<p>Dangerous raw commands require explicit confirmation:<\/p>\n\n\n\n<p><em>[text]<br><\/em>minecraft confirm stop<br>minecraft confirm op PlayerName<br>minecraft script confirm admin_commands.txt<\/p>\n\n\n\n<p>Aliases:<\/p>\n\n\n\n<p><em>[text]<br><\/em>mc status<br>gaming minecraft list<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Script Files<\/h2>\n\n\n\n<p>A script file is one RCON command per line. Blank lines and lines starting with # are ignored.<\/p>\n\n\n\n<p><em>[text]<br><\/em># minecraft_commands.txt<br>say [AI] starting maintenance window<br>time set day<br>weather clear<br>save-all<\/p>\n","protected":false},"excerpt":{"rendered":"<p>_AugmentedIntelligence_ integrates with Minecraft Java Edition servers in two ways: Documentation map: [text]docs\/MinecraftPluginOperations.md&nbsp;&nbsp;&nbsp;&nbsp; = quick operator reference, config, commands, troubleshootingdocs\/MinecraftPluginTrainingGuide.md&nbsp; = full DQN\/client-control\/MathNN training curriculumdocs\/ReinforcementLearning.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = RL hub (MathNN, curriculum, Life RL, Minecraft)docs\/MathNN.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = in-process neural policies (`rl net`, learners)docs\/GameModBridges.md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = SourceMod\/Quake FPS bridge setupminecraft_spigot_plugin\/README.md&nbsp;&nbsp;&nbsp;&nbsp; = plugin build\/deploy quick reference The Spigot bridge streams structured [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2021","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2021","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/comments?post=2021"}],"version-history":[{"count":1,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2021\/revisions"}],"predecessor-version":[{"id":2022,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2021\/revisions\/2022"}],"wp:attachment":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/media?parent=2021"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/categories?post=2021"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/tags?post=2021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}