This plugin is made for OpenMod, the successor of RocketMod. OpenMod supports all RocketMod plugins. Migrate to OpenMod now.
Overview
This plugin adds 3 types of chat minigames:
- Quiz
- Crossword
- Typing Race
Each game has it's own configuration. The games can trigger periodically or an admin can start / stop them manually.
Configuration
randomGames: false
randomGamesMinutes: 60
crossword:
enabled: true
timeSeconds: 60
maxLetterReveal: 4 # How many letters to reveal at max
minPlayers: 5
minCrosswords: 5
maxCrosswords: 5
words:
- name: Ouch
hint: That was painful!
points: 50
- name: Lennon
hint: Beatles John
points: 50
rewards:
first:
type: item
itemIds: [235, 236, 237, 238, 253, 363, 6]
second:
type: vehicle
vehicleId: 67
third:
type: vehicle
amount: 12
typingRace:
# Who types the given word or sentence first wins
enabled: true
minPlayers: 5
mode: 'both' # can be "random", "words" or "both"
timeSeconds: 60
minChallenges: 5
maxChallenges: 5
challenges:
random:
# Type random generated meaningless word
characters: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!$%&/()=[]{}"
minLength: 3
maxLength: 10
points: 75
sentence:
# Sentence generated with words from list below
minSentenceCount: 1
maxSentenceCount: 5
list: [Lorem, ipsum, dolor, sit, amet, consectetur, adipiscing, elit, donec, porta, enim, vitae, hendrerit, vestibulum, aliquam, ac, sem, pretium, volutpat]
points: 50
rewards:
first:
type: item
itemIds: [235, 236, 237, 238, 253, 363, 6]
second:
type: vehicle
vehicleId: 67
third:
type: vehicle
amount: 12
quiz:
enabled: true
minPlayers: 5
timeSeconds: 60
minQuestions: 5
maxQuestions: 5
questions:
- question: Who is the person who can travel to any country in the world without using a passport?
points: 100
correctAnswer: II. Elizabeth
- question: How many different (special) zombies are there?
points: 50
correctAnswer: 6
rewards:
first:
type: item
itemIds: [235, 236, 237, 238, 253, 363, 6]
second:
type: vehicle
vehicleId: 67
third:
type: vehicle
amount: 12
Commands
/minigame <quiz/typingrace/crossword/stop>
: Start or stop a minigame.
Permissions
ImperialPlugins.ChatMiniGames:commands.minigame
: Allows to use/minigame
.
Translations
This plugin is fully translatable.
User Reviews
No reviews found.