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",
"Tier 1 - Skin ID": 3717048444,
"Tier 1 - Capacity": 5,
"Tier 2 - Skin ID": 3717048386,
"Tier 2 - Capacity": 10,
"Tier 3 - Skin ID": 3717048331,
"Tier 3 - Capacity": 20,
"Auto Reload On Equip": true,
"Give Rockets With Launcher": true,
"Rocket Ammo Type": "ammo.rocket.basic",
"Command Cooldown (Seconds)": 5
}
Permissions
oxide.grant user <playername> rocket.tier1
oxide.grant user <playername> rocket.tier2
oxide.grant user <playername> rocket.tier3
Plugin Information
Author: MaxSilverhand
