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 gathering rate on their servers. This guide uses a similar plugin to set a stack size limit for Rust servers.
Requirement: Oxide Support must be installed on the server. 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 from step 1.
7. Start the server.
8. Go to the Console tab.
9. Enter the desired command. View a list of commands here.
| Command | Description | Example |
|---|---|---|
stacksizecontroller.setallstacks [multiplier] |
Sets the stack multiplier for every category to the listed multiplier. | stacksizecontroller.setallstacks 2 |
stacksizecontroller.listcategories |
List all available category names. | |
stacksizecontroller.setstackcat [category name] [multiplier] |
Sets a stack limit multiplier for the designated category only. | stacksizecontroller.setstackcat Construction 2 |
stacksizecontroller.listcategoryitems [category name] |
Lists all items in the designated category. | stacksizecontroller.listcategoryitems Construction |
stacksizecontroller.setstack <item shortname | id> <stack limit | multiplier> |
Sets the stack multiplier for a single item or the stack limit to a specific value. | stacksizecontroller.setstack barricade.wood 5 |
Note: Admins can also enter commands in-game. Learn how to add admins here.