About RocketTiers
RocketTiers is a Rust Oxide plugin that adds 3 tiers of custom rocket launchers with different magazine capacities and unique skin IDs. Each tier is fully configurable and comes with its own chat commands, permissions, and shop integration support.
Features
3 Rocket Launcher Tiers with different capacities
Unique Skin IDs for each tier
Fully Configurable via JSON config file
Permission-based access control
Chat Commands for players
Shop Integration ready
Auto-reload on equip (configurable)
Starts with full magazine (configurable)
Installation
Download the plugin file
Place RocketTiers.cs in your oxide/plugins/ folder
Reload the plugin or restart your server
A config file will be generated at oxide/config/RocketTiers.json
Commands
Player Chat Commands
CommandDescriptionRequired Permission
/rocket1 Gives you Rocket Tier 1 (5 rockets) rocket.tier1
/rocket2 Gives you Rocket Tier 2 (10 rockets) rocket.tier2
/rocket3 Gives you Rocket Tier 3 (20 rockets) rocket.tier3
/rocketlist Lists all available rocket tiers None
Config File Example
{
"Launcher Shortname": "rocket.launcher",
"Rocket Ammo Type": "ammo.rocket.basic",
"Tier 1 - Rocket": {
"Skin ID": 3717048444,
"Display Name": "Rocket Tier 1",
"Magazine Capacity": 5,
"Start With Full Magazine": true,
"Chat Command": "rocket1",
"Permission Required": "rocket.tier1",
"Auto Reload On Equip": true,
"Amount to Give": 1
},
"Tier 2 - Rocket": {
"Skin ID": 3717048386,
"Display Name": "Rocket Tier 2",
"Magazine Capacity": 10,
"Start With Full Magazine": true,
"Chat Command": "rocket2",
"Permission Required": "rocket.tier2",
"Auto Reload On Equip": true,
"Amount to Give": 1
},
"Tier 3 - Rocket": {
"Skin ID": 3717048331,
"Display Name": "Rocket Tier 3",
"Magazine Capacity": 20,
"Start With Full Magazine": true,
"Chat Command": "rocket3",
"Permission Required": "rocket.tier3",
"Auto Reload On Equip": true,
"Amount to Give": 1
}
}
Permissions
oxide.grant user <playername> rocket.tier1
oxide.grant user <playername> rocket.tier2
oxide.grant user <playername> rocket.tier3
Shop Integration
To add the rocket tiers to your shop, create shop items with the following command fields:
Tier 1
Type: Command
Command: rocket.give %STEAMID% tier1
Title: Rocket Tier 1
Description: Rocket launcher with 5 rocket capacity
Price: (Your desired price)
Tier 2
Type: Command
Command: rocket.give %STEAMID% tier2
Title: Rocket Tier 2
Description: Rocket launcher with 10 rocket capacity
Price: (Your desired price)
Tier 3
Type: Command
Command: rocket.give %STEAMID% tier3
Title: Rocket Tier 3
Description: Rocket launcher with 20 rocket capacity
Price: (Your desired price)
Plugin Information
Author: MaxSilverhand
Version: 1.0.0
Dependencies: Oxide