Two Christmas Games
SimonSays now includes a total of 15 game modes, with the following newly added for 1.6:
•
Clue Cracker- Use the clues to crack the secret word/phrase!
•
Naughty or Nice - Read the scenario and decide whether they have been naughty or nice.
Each mode includes difficulty scaling and full config support.
Custom Content Flag
You can now use the
--with flag when starting a game to specify the exact content of the game you want to run.
/simonsays start trivia medium -f --with What colour is the sky?|Blue
The above command would start a trivia game with the question "What colour is the sky?", with the answer of "Blue".
NOTE: The --with flag for action games can be used to trigger actions based on their key in the config file. The flag will not work on Math or Button click games.
Per-Game Difficulty Restrictions
•
Disable certain
difficulties for specific game types
• Add enabled-difficulties in any game's config:
Code (YAML):
settings:
enabled-difficulties
:
- easy
- medium
If left empty, then
all difficulties are
enabled.
• Tab completion filters to show only enabled difficulties.
• Auto-run scheduler respects per-game restrictions.
New Action (Christmas)
• You can now use the
throw snowball action to make players throw snowballs, or have them
hit entities with snowballs for a snowball fight.
First to
X entities hit wins!
•
Christmas themed action configuration has also been added to
fresh installs, along with christmas
Shopping Lists!
History Tracking
• History tracking has been added to
prevent consecutive repeat questions.
Updating to 1.5 is simple:
1. Drop the new jar into your /plugins folder
2. Restart your server once.
Thank you for your continued support!
If you have suggestions or want to share how your players enjoy SimonSays, feel free to reach out anytime.