Changing Rust server settings can help freshen up gameplay between wipes. Some settings in Rust cannot be modified in the base game. However, with the addition of the popular modding and plugin tool Oxide, most settings can be adjusted freely with specific plugins. One such plugin is the Gather Manager, which allows users to adjust the gather rate on their servers. This guide uses a similar plugin for stack size, allowing an adjustable stack size limit for Rust servers.
Requirement: Installing Oxide/uMod on the server is required. Learn how to here.
1. Download the Stack Size Controller plugin here.
2. Log in to the BisectHosting Starbase panel.
3. Stop the server.
4. Go to the Files tab.
5. Find the following directory: /home/container/oxide/plugins .
6. Upload the StackSizeController.cs file.
7. Start the server.
8. Go to the Console tab.
9. Enter the desired command.
Note: Commands can also be entered in-game for admins. Learn how to add admins here.
| Command | Description |
|---|---|
stacksizecontroller.setallstacks [multiplier]Example: stacksizecontroller.setallstacks 2
|
Sets the stack multiplier for every category to the listed multiplier. |
stacksizecontroller.listcategoriesExample: stacksizecontroller.listcategories
|
List all available category names. |
stacksizecontroller.setstackcat [category name] [multiplier]Example: stacksizecontroller.setstackcat Construction 2
|
Sets a stack limit multiplier for the designated category only. |
stacksizecontroller.listcategoryitems [category name]Example: stacksizecontroller.listcategoryitems Construction
|
Lists every item inside the designated category. |
stacksizecontroller.setstack <item shortname | id> <stack limit | multiplier>Example: stacksizecontroller.setstack barricade.wood 5
|
Sets the stack multiplier for one item or sets the stack limit to a specific value. |