- Dependencies
- Gear Core (Required)
This Rust plugin gives every player on the server a different loadout on a timed schedule.
Note: Gear Core plugin is required to set up the gear sets used.
Note: Gear Core plugin is required to set up the gear sets used.
Permissions
rotatinggear.ignore- Keeps a player's gear from changing during rotations.
Configuration
JSON:
{
"Version": "1.0.0",
"Duration Between Each Gear Rotation Seconds": 300,
"Equip Random Gear Set": false,
"Gear Sets": [
"GearSet1",
"GearSet2",
"GearSet3"
]
}
Duration Between Each Gear Rotation Seconds- Sets the time in seconds between each automatic gear change.Equip Random Gear Set- Iftrue, players are equipped with a random gear set from the list each rotation. Iffalse, gear sets will rotate in order.Gear Sets- A list of gear set names available for rotation.
Localization
Code:
{
"GearRotated": "New gear rotation! Gear set '{0}' has been given to you."
}