SimpleChatGames The only chat games plugin you'll need again! Support:
Current Games:
Unscrable
Trivia
Math
Copy
Commands /cg lb - Shows the top 10 chat game winners /cg skip - Skips to the next game /cg reward - Allows you to add/set/remove/disable rewards - /cg reward set command give %player_name% diamond 1 (example) - /cg reward set economy 500 (REQUIRES VAULT) - /cg reward set item (This takes the item from your hand) /cg reload - Reloads config.yml and restarts game timer
Configuration All messages are configurable in each games respective config Each game can go on for different amounts of time (all in seconds) Trivia and Unscrable questions are configurable, while copy and math are auto generated but you can choose the length and how high/low the numbers can go
Default Configs:
Code (YAML):
update-checker:
interval: 2
# hours enabled: true
# Debug: true enables the following # Games starting 20 seconds after startup # Time between games becomes 1 minute # Send op's the answer to all questions # Removes minimum players needed # Disables rewards debug: false
games:
interval: 5
# Minutes players: 2
not-enough-players-message: "<green>Not enough players online"
no-permission: "<red>You do not have permission for this" leaderboard:
info-message: "<green>Page %number% of the leaderboard" info-line: " <dark_gray>-</dark_gray><yellow>%player_name% %wins%" skip-game: "<green>Game skipped!" item-given: "<green>You have received x%item_count% %item_name%" money-given: "<green>You have received $%amount%" command-usage: /cg <reward|leaderboard|skip|reload>
Code (Text):
duration: 20 # seconds
enabled: true
messages:
start: "<green>Copy <white>%word%</white> to win a prize!"
end:
won: "<green><bold>!</bold> <white>%player_name%</white> has won the round in <yellow>%time%<yellow> <white>seconds</white>!"
timed-out: "<green><bold>!</bold> No one won that round"
duration: 30
# seconds enabled: true
messages:
start: "<green>Solve <white>%question%</white><green> to win a prize!" end:
won: "<green><bold>!</bold> <white>%player_name%</white> has won the round in <yellow>%time%<yellow> <white>seconds</white>!" timed-out: "<green><bold>!</bold> No one won that round, the answer was %answer%" numbers:
lowest: 1
highest: 200
Code (YAML):
duration: 30
# seconds enabled: true
messages:
start: "<green>Solve <white>%question%</white><green> to win a prize!" end:
won: "<green><bold>!</bold> <white>%player_name%</white> has won the round in <yellow>%time%<yellow> <white>seconds</white>!" timed-out: "<green><bold>!</bold> No one won that round, the answer was %answers%" questions:
- question: "What is the name of the block used to craft torches?" answers: -
"stick" -
"coal" - question: "What is the name of the hostile mob that explodes?" answers: -
"creeper" - question: "What is the name of the game mode where players have infinite resources?" answers: -
"creative mode" - question: "What is the name of the tool used to break dirt and stone blocks?" answers: -
"pickaxe" - question: "What is the name of the block that players spawn on when they first join a world?" answers: -
"grass block" - question: "What is the name of the red, fiery dimension that can be accessed through a Nether portal?" answers: -
"Nether" - question: "What is the name of the flying creature that drops leather when killed?" answers: -
"bat" - question: "What is the name of the neutral mob that can be tamed with bones?" answers: -
"wolf" - question: "What is the name of the material used to create armor?" answers: -
"iron" -
"diamond" -
"gold" - question: "What is the name of the food that restores the most hunger points?" answers: -
"golden carrot" -
"cooked porkchop" -
"steak" - question: "What is the name of the rare ore that can be found underground?" answers: -
"diamond" - question: "What is the name of the block that is used to create a bed?" answers: -
"wool" - question: "What is the name of the block that grows wheat?" answers: -
"farmland" - question: "What is the name of the block that can be used to make a furnace?" answers: -
"cobblestone" - question: "What is the name of the block that can be used to craft arrows?" answers: -
"flint" -
"stick" -
"feather" - question: "What is the name of the material used to create tools and weapons?" answers: -
"iron" -
"diamond" -
"gold" - question: "What is the name of the block that can be used to create a ladder?" answers: -
"sticks" - question: "What is the name of the passive mob that can be milked?" answers: -
"cow" - question: "What is the name of the item used to craft a fishing rod?" answers: -
"string" - question: "What is the name of the item used to craft a bow?" answers: -
"sticks" -
"string" - question: "What is the name of the block that can be used to create a door?" answers: -
"wood planks" - question: "What is the name of the block that can be used to create a boat?" answers: -
"wood planks" - question: "What is the name of the block that can be used to create a chest?" answers: -
"chest" - question: "What is the name of the block that can be used to create a crafting table?" answers: -
"wood planks"