Rotating Gear

Oxide Rotating Gear 1.0.0

Sign in to download
Dependencies
Gear Core (Required)
This 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.


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 - If true, players are equipped with a random gear set from the list each rotation. If false, gear sets will rotate in order.
  • Gear Sets - A list of gear set names available for rotation.

Localization

Code:
{
  "GearRotated": "New gear rotation! You have been switched to <color=#CACF52>{0}</color>."
}
Author
VisEntities
Downloads
7
First release
Last update

Ratings

0.00 star(s) 0 reviews

Also by VisEntities

Back
Top