đŽChat Games
Entertain your players endlessly.
Chat Games introduce an interactive element to your server's chat, engaging players with challenges like unscrambling words, being the first to type a response, or achieving certain in-game actions. Here's how you can set up a math-based chat game as an example.
Game Configuration: games/solve.yml
games/solve.yml
Abilities Explanation
https://wiki.advancedplugins.net/abilities/introduction
Key Settings Explained
enabled: Activates the chat game feature.
length: Specifies the duration of the game in seconds.
gameStart: Outlines the actions at the start of the game, including setting up the math problem and announcing it to the server.
gameEndWinner: Details what happens when a player wins the game, including conditions for winning and the reward mechanism.
gameEndNoWinner: Defines the outcome if no player solves the game within the time limit, including a message to the server indicating the game has ended without a winner.
Benefits
Engagement: Chat Games keep the community engaged and active, providing a fun and competitive break from regular gameplay.
Learning: While primarily for fun, these games can also offer educational value, especially with arithmetic challenges.
Community Building: Encourages interaction among players, fostering a sense of community and teamwork.
Last updated