Jump to content

Disguise

Recommended Posts

INSTALLATION
After downloading the plugin, head to the folder YouRustServer\oxide\plugin and drag the Trivia.cs file inside.
Once your server is running, you should be able to see Loaded plugin Trivia v1.X.X by Disguise in the command panel.

REWARDS
Players can earn RPs with the plugin ServerRewards and any items from the game.
Server owners are given the option to use ServerRewards / ItemRewards (built-in) or both.

How to configure? Below you can see an example snippet from the config file.

"Rewards type (Check Documentation)": 1,
  "Item Rewards": {
    "[EASY] Rewards list": {
      "scrap": 100,
      "stones": 1000,
      "wood": 1000
    },
    "[MEDIUM] Rewards list": {
      "scrap": 300,
      "stones": 3000,
      "wood": 3000
    },
    "[HARD] Rewards list": {
      "scrap": 500,
      "stones": 5000,
      "wood": 5000
    }
  },
  "ServerRewards": {
    "[EASY] RP list": [
      1,
      3,
      5
    ],
    "[MEDIUM] RP list": [
      8,
      10,
      12
    ],
    "[HARD] RP list": [
      15,
      20,
      30
    ]
  },

"Rewards type"
0 - Use Item Rewards only
1 - Use ServerRewards only
2 - Use both (one will be selected randomly)

"Item Rewards"
In this section, you can specify what and how many items should a player get for answering correctly based on the difficulty of the question.
You can find the shortnames here.

"ServerRewards"
In this section, you can specify how many RPs should a player get for answering correctly based on the difficulty of the question.
You'll need ServerRewards for that.

Both "Item Rewards" & "ServerRewards" rewards are being randomly selected.

For example

"[EASY] RP list": [
      1,
      3,
      5
    ],

...means that 1, 3 or 5 RPs will be added to the player's balance when correctly answered on an easy quesiton.

TIMERS
With timers you can configure how long the trivia games should last.
Below, you can see the "Timers" from the config file.

  "Timers": {
    "Frequency of automated games (minutes)": 30,
    "Announcement time (seconds)": 10,
    "Answer time (seconds)": 10
  },

"Frequency of automated games (minutes)"
When a trivia game ends, it starts a count-down and pushes the new one, when the timer ran out. (loops)

"Announcement time (seconds)"
It pushes an announcement to notify players seconds before a trivia game.

"Answer time (seconds)"
When the trivia question has been asked, it starts a count-down. Players are only able to answer in this specified time limit.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.