Jump to content

Search the Community

Showing results for tags 'plugins'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Landing Zone
    • Announcements
    • Giveaways
    • Polls
  • Existing Assets Discussions
    • Maps
    • Prefabs
    • Monuments
    • Plugins
  • Suggestions
    • Website Suggestions
    • Map Suggestions
    • Prefabs Suggestions
    • Monument Suggestions
    • Plugins Suggestions
  • Requests
    • Map requests
    • Prefabs Requests
    • Monuments Requests
    • Plugins Requests

Categories

  • Maps
  • Prefabs
  • Monuments
  • Plugins
  • Tools
  • Templates

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


PayPal


Patreon


Revolut

Found 12 results

  1. Version 1.0.6

    1 download

    ChristmasDead Features Are you also a big Christmas fan and want a little more Christmas feeling in the game? With this plugin you can turn the bodies of NPCs and players into a snowman. Animals get a Christmassy wreath. I have set it so that the items spawn offset next to the corpse so that it does not interfere with looting or mining! You can adjust the duration in the config until it despawns. Config: { "Spawn Snowman for Players": true, "Spawn Snowman for NPCs": true, "Spawn Christmas Door Wreath for Animals": true, "Show Duration (Seconds)": 15 } load, run, enjoy 💝
    $1.99
  2. Datei anzeigen ChristmasDead ChristmasDead Features Are you also a big Christmas fan and want a little more Christmas feeling in the game? With this plugin you can turn the bodies of NPCs and players into a snowman. Animals get a Christmassy wreath. I have set it so that the items spawn offset next to the corpse so that it does not interfere with looting or mining! You can adjust the duration in the config until it despawns. Config: { "Spawn Snowman for Players": true, "Spawn Snowman for NPCs": true, "Spawn Christmas Door Wreath for Animals": true, "Show Duration (Seconds)": 15 } load, run, enjoy 💝 Hochgeladen von RustFlash Hochgeladen 20.11.2023 Kategorie Plugins  
  3. RustFlash

    CodeRaid

    View File CodeRaid CodeRaid A little event for your players! Make a raffle without hurting anyone and offer the players some entertainment. The whole thing will be done anonymously in the chat and will only reveal the winner if there is someone who made it to Coderaiding. To increase the chance of winning. I have included a feedback message to let the player know that they are close to the code. You can configure this range yourself later in the config. I have set it to 50. You can also define the prices yourself there! Functions You can start the CodeRaid event with the following command: /flashcoderaid Players can guess codes with the following command: /coderaid 1234 To start the event, you need the authorization: coderaid.use Config After you have successfully started the plugin, you can define everything yourself in /oxide/config/CodeRaid.json! { "PrizeSettings": { "Commands to execute": [ "addgroup {player_id} vip 7d" ], "Items": [ { "amount": 1, "displayName": "Well done, here's a rock", "shortname": "rock", "skinId": 0 }, { "amount": 2, "displayName": "Door Closer", "shortname": "door.closer", "skinId": 0 } ] }, "ProximityThreshold": 100, // change the proximity of the code "wrongGuessDamage": 5 // Change the damage } load, run, enjoy 💝 Submitter RustFlash Submitted 11/17/2023 Category Plugins  
  4. RustFlash

    ChuteUp

    View File ChuteUp ChuteUp Features Do you want to really enjoy the parachutes in Rust or unlock another feature for your VIP? Then ChuteUp is exactly the right thing for your server. Let yourself be catapulted into the air with a simple command. Functions You can start the ChuteUp command with height information: /chuteup 600 To use the command, you need the authorization: chuteup.use Config You do not have a config with this plugin. load, run, enjoy 💝 Submitter RustFlash Submitted 11/17/2023 Category Plugins  
  5. RustFlash

    CodeRaid

    Version 1.0.3

    0 downloads

    CodeRaid A little event for your players! Make a raffle without hurting anyone and offer the players some entertainment. The whole thing will be done anonymously in the chat and will only reveal the winner if there is someone who made it to Coderaiding. To increase the chance of winning. I have included a feedback message to let the player know that they are close to the code. You can configure this range yourself later in the config. I have set it to 50. You can also define the prices yourself there! Functions You can start the CodeRaid event with the following command: /flashcoderaid Players can guess codes with the following command: /coderaid 1234 To start the event, you need the authorization: coderaid.use Config After you have successfully started the plugin, you can define everything yourself in /oxide/config/CodeRaid.json! { "PrizeSettings": { "Commands to execute": [ "addgroup {player_id} vip 7d" ], "Items": [ { "amount": 1, "displayName": "Well done, here's a rock", "shortname": "rock", "skinId": 0 }, { "amount": 2, "displayName": "Door Closer", "shortname": "door.closer", "skinId": 0 } ] }, "ProximityThreshold": 100, // change the proximity of the code "wrongGuessDamage": 5 // Change the damage } load, run, enjoy 💝
    $4.99
  6. RustFlash

    ChuteUp

    Version 1.0.1

    0 downloads

    ChuteUp Features Do you want to really enjoy the parachutes in Rust or unlock another feature for your VIP? Then ChuteUp is exactly the right thing for your server. Let yourself be catapulted into the air with a simple command. Functions You can start the ChuteUp command with height information: /chuteup 600 To use the command, you need the authorization: chuteup.use Config You do not have a config with this plugin. load, run, enjoy 💝
    $4.99
  7. RustFlash

    ChickenEvent

    View File ChickenEvent Features This plugin enables players to trigger an entertaining event in Rust - the so-called "Chicken Event". If a player has the required authorisation, they can start the event. During the event, chickens are spawned near the player and the goal is to shoot as many chickens as possible. After a set time, the event ends and the players with the most chicken kills receive rewards. The plugin tracks the performance of the players and determines the winners based on their kills. The main functions of the plugin are: Launching of the Chicken Event by eligible players. Randomly spawning chickens near the player. Tracking the number of chickens shot down by each player. Announcement of winners and their rewards at the end of the event. This plugin adds a fun activity to the game of Rust and rewards players who are successful in this event. It's a great way to encourage player interaction on your server and have fun. Functions You can start the ChickenEvent command: /flashchickenevent To use the command, you need the authorization: Config { "EventDuration": 30, "ChickenSpawnRadius": 20.0, "WinItemShortname": "rock", "WinItemCount": 1, "WinItemSkinId": 2843316584, "VipGroup": "vip", "VipDuration": 7 } load, run, enjoy 💝 Submitter RustFlash Submitted 11/12/2023 Category Plugins  
  8. Version 1.1.2

    1 download

    Features This plugin enables players to trigger an entertaining event in Rust - the so-called "Chicken Event". If a player has the required authorisation, they can start the event. During the event, chickens are spawned near the player and the goal is to shoot as many chickens as possible. After a set time, the event ends and the players with the most chicken kills receive rewards. The plugin tracks the performance of the players and determines the winners based on their kills. The main functions of the plugin are: Launching of the Chicken Event by eligible players. Randomly spawning chickens near the player. Tracking the number of chickens shot down by each player. Announcement of winners and their rewards at the end of the event. This plugin adds a fun activity to the game of Rust and rewards players who are successful in this event. It's a great way to encourage player interaction on your server and have fun. Functions You can start the ChickenEvent command: /flashchickenevent To use the command, you need the authorization: Config { "EventDuration": 30, "ChickenSpawnRadius": 20.0, "WinItemShortname": "rock", "WinItemCount": 1, "WinItemSkinId": 2843316584, "VipGroup": "vip", "VipDuration": 7 } load, run, enjoy 💝
    $9.99
  9. View File Gametip & Sound Annoucement Gametip Soundalert offers the Admin a small Plugin to Broadcast a Gametip to all Players.Every Player will also get a notification Sound. The Plugins plays the Effect "Team Invitation" when you send a Gametip. Can be used from your Server Console (works with Schedule/TImedEvents) or Ingame with Permission: effecttimer.use Timer Command effecttimer TipLength Tip Text to Send Example effecttimer 10 This is a Test Tip This will send a Tip for 10 Seconds and poke all Players with a Invitation Sound. No Config Required Submitter Kaho Submitted 08/14/2023 Category Plugins  
  10. Version 1.0.1

    2 downloads

    Gametip Soundalert offers the Admin a small Plugin to Broadcast a Gametip to all Players.Every Player will also get a notification Sound. The Plugins plays the Effect "Team Invitation" when you send a Gametip. Can be used from your Server Console (works with Schedule/TImedEvents) or Ingame with Permission: effecttimer.use Timer Command effecttimer TipLength Tip Text to Send Example effecttimer 10 This is a Test Tip This will send a Tip for 10 Seconds and poke all Players with a Invitation Sound. No Config Required
    Free
  11. NubbbZ

    QuickGut

    Version 1.0.0

    0 downloads

    Do you want to make your players lives easier? QuickGut allows your players to gut stacks of fish instantly! Saving time and making them happy! Plugin is simple and straight forward with no configuration! Note: By default quickgut wont be enabled for the player, they ether need to enter the command /gut to enable it or you need to give them the permission quickgut.active when given access... Permissions: quickgut.use - Allows the player to use the command /gut and allows them to gut fish instantly! quickgut.active - Toggle weather the player has quickgut enabled or not! Commands: /gut - Toggles the feature on or off!
    $5
  12. NubbbZ

    QuickGut

    View File QuickGut Do you want to make your players lives easier? QuickGut allows your players to gut stacks of fish instantly! Saving time and making them happy! Plugin is simple and straight forward with no configuration! Note: By default quickgut wont be enabled for the player, they ether need to enter the command /gut to enable it or you need to give them the permission quickgut.active when given access... Permissions: quickgut.use - Allows the player to use the command /gut and allows them to gut fish instantly! quickgut.active - Toggle weather the player has quickgut enabled or not! Commands: /gut - Toggles the feature on or off! Submitter NubbbZ Submitted 11/17/2022 Category Plugins  
×
×
  • Create New...