About Guess The Number Event
V2 Update
Command's
Users Only Have To Type The Number In Chat, No Command Needed
/claim - if user won the previous event
Manual Starting Of The Event: /startevent
/Leaderboard
Upon Winnning Or Claiming Prizes A Sound WIll Be Played!
Made new config options to give multiple things,
added a /claim prize for when a user guess's the number correctly
The default config looks like this below
{ "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": "https://steamcommunity.com/dev/apikey" }
Although you can edit it to give multiple things if a user wins the event and uses /claim shown below
{ "PrizeCommands": [ "inventory.give {player.id} wood 100", "inventory.give {player.id} wood 100", "inventory.give {player.id} wood 100", "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": "https://steamcommunity.com/dev/apikey" }