Premium

Paid Rust plugins with more support, advanced features, and unique mechanics, all available exclusively on Game4Freak.

Categories

Latest reviews

  • Animal Pelts
    5.00 star(s)
    a little marvel that I had been waiting for a long time, it works very well, it adds content for...
    • Danny59
  • Animal Pelts
    5.00 star(s)
    This works EXACTLY as intended - harvest an animal and get a pelt. You can change your skins if...
    • Evil_Orko
  • Auto Team Up
    5.00 star(s)
    very good plugin, it would be nice if it could make it so that a member of the assigned team...
    • estxbvn
Animal Pelts
Animal Pelts 1.0.0 9.99 USD 6.99 USD
Gives players custom pelts when skinning animal corpses
Gamemode Scrim
Gamemode Scrim 1.1.1 39.99 USD 27.99 USD
Competitive team-based mode where two sides fight in short, round-based matches
Gamemode Core
Gamemode Core 1.6.1 14.99 USD 10.49 USD
The heart of every gamemode
Better No Escape
Better No Escape 1.4.1 14.99 USD 10.49 USD
Prevents teleportation, crafting, building, and more while in combat or raiding
Currency Sync
Currency Sync 1.0.0 4.99 USD 3.49 USD
Syncs player money and reward points across all your servers
Offline Raid Shield
Offline Raid Shield 1.1.0 9.99 USD 6.99 USD
Protects player bases while they're offline with timed shields
Fake Night Vision
Fake Night Vision 1.1.0 9.99 USD 6.99 USD
Gives players a private sky with fake time and weather without changing it for everyone else
Air Dropped Vehicles
Air Dropped Vehicles 1.1.0 9.99 USD 6.99 USD
Turns supply signals into parachuting vehicle drops
Playtime Rewards
Playtime Rewards 1.3.0 9.99 USD 6.99 USD
Gives players rewards for reaching set playtime milestones
Tree House
Tree House 1.3.3 14.99 USD 10.49 USD
Turn jungle trees into buildable spots for players
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart