Trivia

A fun and interactive trivia game that challenges players with random questions, rewards correct answers, and punishes those who get it wrong.
Works with
Description
FEATURES
- Automated trivia games
- Admin called trivia game
- More than 24 categories
- Easy. Medium and Hard difficulty
- Multiple & True/False choice answers
- Reward system, including ServerRewards
- Punish system
- Announce actions to console
- Wins, Losses and Typos are stored
COMMANDS
trivia_helpDisplays and explains trivia commandstrivia_versionDisplays the loaded plugin's versiontrivia_admin[open] [rounds] [frequency]
2) Only one game can be called at once.
3) If Automated Games are enabled in the config file, even with permission, trivia games can't be called!
rounds = X
frequency = Y
trivia_admin[close] Using trivia_admin close will stop the current game.trivia [number]When a trivia game starts, players can choose a number between 1-4 or 1-2, depending on the game type
PERMISSIONS
trivia.adminWith this permission, users can call in trivia games.trivia.dontkickWith this automated permission, players won't be kicked for flyhack-violation when punished. (currently unused)
CONFIGURATION DOCS
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.
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.
Server Rewards
In this section, you can specify how many RPs should a player get for answering correctly based on the difficulty of the question.
TIMERS
- 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.
DEFAULT CONFIGURATION
code
| 1 | { |
| 2 | "Rewards type (Check Documentation)": 0, |
| 3 | "Item Rewards": { |
| 4 | "[EASY] Rewards list": { |
| 5 | "scrap": 100, |
| 6 | "stones": 1000, |
| 7 | "wood": 1000 |
| 8 | }, |
| 9 | "[MEDIUM] Rewards list": { |
| 10 | "scrap": 300, |
| 11 | "stones": 3000, |
| 12 | "wood": 3000 |
| 13 | }, |
| 14 | "[HARD] Rewards list": { |
| 15 | "scrap": 500, |
| 16 | "stones": 5000, |
| 17 | "wood": 5000 |
| 18 | } |
| 19 | }, |
| 20 | "ServerRewards": { |
| 21 | "[EASY] RP list": [ |
| 22 | 1, |
| 23 | 3, |
| 24 | 5 |
| 25 | ], |
| 26 | "[MEDIUM] RP list": [ |
| 27 | 8, |
| 28 | 10, |
| 29 | 12 |
| 30 | ], |
| 31 | "[HARD] RP list": [ |
| 32 | 15, |
| 33 | 20, |
| 34 | 30 |
| 35 | ] |
| 36 | }, |
| 37 | "Timers": { |
| 38 | "Frequency of automated games (minutes)": 30, |
| 39 | "Announcement time (seconds)": 30, |
| 40 | "Answer time (seconds)": 10 |
| 41 | }, |
| 42 | "Punishments": { |
| 43 | "ENABLE PUNISHMENTS": true, |
| 44 | "Hunger": true, |
| 45 | "Thirst": true, |
| 46 | "Drowning": true, |
| 47 | "Freezing": true, |
| 48 | "Radiation": true, |
| 49 | "Sunny Day": true, |
| 50 | "Feet On Fire": true, |
| 51 | "Weak Legs": true, |
| 52 | "Scientific Death": true |
| 53 | }, |
| 54 | "Automated Games": { |
| 55 | "ENABLE AUTOMATED GAMES": true |
| 56 | }, |
| 57 | "Extras": { |
| 58 | "CHAT ICON (use Steam64ID)": 76561199484180340, |
| 59 | "KEEP CHAT CLEAR DURING TRIVIA GAME": true, |
| 60 | "LOG ADMIN ACTIVITIES TO CONSOLE": true, |
| 61 | "LOG GAMES TO DATA FILE": true |
| 62 | }, |
| 63 | "Version": { |
| 64 | "Major": 1, |
| 65 | "Minor": 6, |
| 66 | "Patch": 4 |
| 67 | } |
| 68 | } |
$5.00
Views4
Downloads0
Purchases0
Rating★ 0.0
Version1.6.4
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size75 KB
PublishedAug 22, 2026
UpdatedAug 22, 2026
✓ Reviewed for safety and integrity