Day: August 18, 2023

Pockethost_wiki

Factorio Research Commands

You can use these commands in your Factorio console to influence your research: /c game.player.force.research_all_technologies() Unlocks all technologies /c for name, recipe in pairs(game.player.force.recipes) do recipe.enabled = true end Enables all recipes /c game.player.force.technologies[‘steel-processing’].researched=true Researches the specified technology /c game.player.force.laboratory_speed_modifier=2 Increases your research speed 1 = 100%, 2 = 200%, 3 = 300%, etc. Get …

Factorio Research Commands Read More »

Pockethost_wiki

Factorio World Commands

You can use these commands in your Factorio console to influence your world: /editor Toggles the map editor overlay, allowing you to alter the terrain /c local radius=1000 game.player.force.chart(game.player.surface, {{game.player.position.x-radius, game.player.position.y-radius}, {game.player.position.x+radius, game.player.position.y+radius}}) Explores chunks in a radius around the player, much like a Radar does /c game.player.surface.always_day=true Locks the time of day to always …

Factorio World Commands Read More »

Pockethost_wiki

Factorio Inventory Commands

You can use these commands in your Factorio console to influence your inventory: /c game.player.cheat_mode=true Enables or disables Cheat Mode. Cheat Mode allows instant crafting of any item Use the values true or false /c game.player.insert{name=”infinity-chest”, count=100} Adds the specified item to your inventory /c game.player.force.character_inventory_slots_bonus=80 Increases your inventory size by adding the specified number …

Factorio Inventory Commands Read More »

Pockethost_wiki

How to manage PvP Settings of your Minecraft Bedrock Server

PvP Settings PvP settings allow you to control whether players can damage each other on your Minecraft server and also who can damage whom. To configure if PvP is active on your server you can use the following command in the console: /gamerule pvp true/false Alternatively, you can configure the appropriate property in the server …

How to manage PvP Settings of your Minecraft Bedrock Server Read More »