Join the Game4Freak Discord Get exclusive plugin sneak peeks, talk directly with VisEntities, never miss important updates, and unlock special discount codes!

naval

  1. VisEntities

    Raidable Boats 1.3.0

    [H2 id='important+-+patched+copypaste+required']Important - Patched CopyPaste Required[/H2] Raidable Boats spawns armed pirate boats that autonomously navigate the ocean. Each boat comes equipped with NPC cannon gunners, a helmsman at the wheel, locked loot containers, and map markers --...
  2. VisEntities

    Automated Cannons 1.1.0

    Automated Cannons spawns NPC gunners on player boat cannons that automatically detect, aim at, and fire on enemy vessels. Each gunner operates on its own, scanning for targets within range, reloading from the cannon's ammo stash, and cycling through shots until the threat is gone or the ammo...
  3. VisEntities

    Boat Auto Pilot 1.1.0

    Boat Auto Pilot enables hands-free navigation for player-built boats in Rust. Players sitting at a boat's steering wheel can place a map marker to set a destination, and the boat will automatically navigate there using its engines and sails. The autopilot handles steering, manages engines and...
  4. VisEntities

    Boat Horn 1.0.0

    Adds a working horn to boats that players can honk by pressing a button while steering. When activated, the horn plays a sound effect audible to nearby players, providing a way to signal, communicate, or just have fun on the water. The horn includes a cooldown system to prevent spam, and only...
  5. VisEntities

    Cannon Aim Assist 1.0.0

    Cannon Aim Assist adds a visual trajectory arc to cannons that shows exactly where the cannonball will land when fired. The arc updates in real-time as you adjust the cannon's aim, making it much easier to hit targets at range. The trajectory line changes color based on whether the cannon is...
  6. VisEntities

    Cannon Rockets 1.0.0

    Transforms cannons into rocket launchers by replacing cannonball ammunition with rockets. Players with the appropriate permission can load their cannons with rocket ammo instead of standard cannonballs. The plugin supports multiple permission-based profiles, allowing different player groups to...
  7. VisEntities

    Cannon Storage 1.2.0

    Cannon Storage gives every cannon on your server its own ammunition storage via an attached small stash. When a player mounts the cannon, ammunition automatically loads from the stash into the cannon's magazine, eliminating the need to manually reload from your inventory. While mounted, 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