Four New Game Types
SimonSays now includes a total of 13 game modes, with the following newly added for 1.5:
•
Hoverable - Find the hidden word by hovering over the options in chat.
•
Shopping List - Memorise a list of items shown briefly, then type them back.
•
Random - Type a randomlygenerated string (like A7KM or P2QW8TL1).
•
Click Button - A clickable chat button appears; first to click wins.
Each mode includes difficulty scaling and full config support.
Points System Overhaul
You now have full control over how SimonSays awards points:
•
Standard - Points + bonus for fast wins
•
Simple - Always 1 point per win
•
Disabled - No points; leaderboards switch to win-based ranking
This makes SimonSays adaptable for both competitive and casual servers.
Code (YAML):
# Add this to your config.yml file
points:
mode
:
"standard"
Leaderboard GUI Pagination
The leaderboard has been redesigned to be cleaner, and easier to navigate:
• Paginated filter pages for all 12 game types
A great addition for servers that love competition.
Player Stats Tracking
SimonSays now records:
• Total wins
• Per-game wins
• Win streaks (current & best)
• Best completion times
A big upgrade for long-term engagement and competition.
• MiniMessage formatting now applies correctly on new installs
• Improved <center> tag alignment slightly for cleaner visuals
Updating to 1.5 is simple:
1. Drop the new jar into your /plugins folder
2. Restart your server once.
3. Open up the config.yml file and add the following:
Code (YAML):
# Points system configuration
points
:
# Mode options:
# "standard" - Base points + time bonus (uses per-game reward settings)
# "simple" - 1 point per win (ignores per-game settings, great for win-based leaderboards)
# "disabled" - No points awarded, leaderboards will use win count instead
mode
:
"standard"
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.