Jump to content

South America

This is a free download custom map (Procedural map) outlining South America and its surroundings with some custom monuments that will be added in later versions.
Check out

Hydrae Oxide

Hydrae Oxide 4K is our second free map project
Check out

AutoCopter

AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter.
Check out

Tanks Factory

This is great alternative of Launch Site. For looting needs red card.
Check out

Cobalt Police Department

Custom Monument for RUST
Check out

RustFlash
 Share

Recommended Posts

CodeRaid


  CodeRaid
coderaid.png

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 💝

Pointing Down Dougie Payne GIF by Travis


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...