About Guess The Number Event
V2 Update
Features
Automatic Events: Events run at configurable intervals
Simple Gameplay: Players just type their guess directly in chat
Prize System: Winners claim customizable rewards
Sound Effects: Special sounds for winning and claiming prizes
Leaderboard: Track and display top winners
Admin Controls: Manually start events
Commands
Guessing: Just type a number in chat when event is active
/claim: Claim your prizes if you won the previous event
/startevent: Admins can manually start an event
/leaderboard: View the top winners
/eventstatus: Check if an event is active and see details
Configuration
The plugin is highly customizable with the following options:
{ "PrizeCommands": [ "inventory.give {player.id} wood 100" ], "GuessRangeMin": 0, "GuessRangeMax": 10, "EventIntervalMinutes": 15, "EventDurationMinutes": 10, "CorrectGuessSound": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "ClaimPrizeSound": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab", "SteamApiKey": "", "ClaimCommand": "claim" }
Multiple Prize Example:
You can configure multiple prizes to be awarded to winners:
{ "PrizeCommands": [ "inventory.give {player.id} wood 100", "inventory.give {player.id} stone 75", "inventory.give {player.id} metal.fragments 50", "inventory.give {player.id} scrap 25" ], "GuessRangeMin": 0, "GuessRangeMax": 10, "EventIntervalMinutes": 15, "EventDurationMinutes": 10, "CorrectGuessSound": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab", "ClaimPrizeSound": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab", "SteamApiKey": "", "ClaimCommand": "claim" }