Skip to content

How to: Configure the StackSizeController Plugin

Configure StackSizeController on your Rust server: permissions, every command, worked examples, and the low grade fuel gotcha that affects vehicle spawn fuel.

Updated August 01, 2026
Rust

StackSizeController changes how high items and resources stack in Rust. On a high gather-rate server the vanilla 1,000 wood cap fills a box almost immediately, so raising stack limits is usually one of the first things owners configure.

Before you start

StackSizeController is an Oxide plugin, so your server needs Oxide as its modding framework and the plugin file dropped into oxide/plugins. If you have not set that up yet, start with How to install Oxide.

The plugin writes its config to oxide/config/StackSizeController.json once it has loaded for the first time. You can edit that file directly from the Files tab in your GameServerKings panel, or drive everything through the in-game commands below.

Permissions

Every command is permission-gated, so grant the ones you need before using them. Run these as an admin from the F1 console, or from the Console tab in your panel:

PermissionGrants access to
stacksizecontroller.setstackSet the stack size of a single item
stacksizecontroller.setstackcatSet the stack size of a whole category
stacksizecontroller.setallstacksSet the stack size of every item at once
stacksizecontroller.itemsearchSearch items and see their current stack size
stacksizecontroller.listcategoriesList category stack sizes
stacksizecontroller.listcategoryitemsList the items inside a category

Grant them to your admin group like this:

text

If you are new to Oxide groups and permissions, Oxide permissions 101 covers how oxide.grant, groups and users fit together.

Commands

CommandWhat it does
stacksizecontroller.setstack <item> <limit>Set one item's stack size, by shortname or item ID
stacksizecontroller.setstackcat <category> <multiplier>Set stack sizes for an entire category
stacksizecontroller.setallstacks <multiplier>Set stack sizes for every item in the game
stacksizecontroller.itemsearch <name>Find an item and show its current stack size. Accepts partial names.
stacksizecontroller.listcategoriesList every category and its stack size
stacksizecontroller.listcategoryitems <category>List the items in a category. Needs the exact category name.

Examples

Set wood to stack to 1,000:

text

Set everything in the Resources category:

text

Set every item in the game at once:

text

Not sure of an item's shortname? Search for it first — partial names work:

text

Things to be careful of

Low grade fuel is tied to vehicle spawn fuel. The stack size you set for low grade fuel is used for the fuel that comes with purchased vehicles. Set it to 10,000 and a minicopter bought from Airwolf arrives carrying 2,000 low grade — a large and probably unintended giveaway. Keep this one modest, or check what your players are receiving before you commit to it.

Two more worth knowing:

  • Very large stacks affect performance. Huge stacks mean fewer entities for the same loot, which usually helps — but combined with a high gather rate they can make raids and recycling produce enormous single stacks. If your server starts hitching, stack sizes are worth reviewing alongside the usual performance checks.
  • Changes apply going forward. Items already sitting in boxes keep their existing stacks until they are moved or combined.

Need a Rust server?

Deploy an instantly-provisioned Rust server on high-clock hardware — DDoS protected, no contracts, cancel anytime.

From Loading /month