About Number Guess
Allows players to guess a random number and awards the player with the closest guess. Built with a custom mono class with no timers to ensure best performance!
Commands
/guess ( configurable in the config )
Config
{ "Sets the Guess Command": "guess", "Chat Icon Steam 64-ID": 0, "Minimum number to Guess": 1, "Maximum number to Guess": 100, "Time in seconds for the contest to last": 60.0, "Time in seconds for the next contest to begin after previous one finished": 7200.0, "Minimum players online needed to start the event": 2, "Minimum Participants guessing needed to give out rewards": 2, "Reward item list: Will grab a random item in this list": { "tool.binoculars": 1, "scrap": 5, "scraptea.pure": 2, "cratecostume": 1, "autoturret": 1 } }
Lang File
{ "AlreadyGuessed": "You have already guessed {0}, you cannot guess again.", "CorrectGuess": "Congratulations, you have guessed the correct number!", "ServerAnnounceCorrect": "{0} has guessed the correct number and won {1}x {2}!", "ClosestGuess": "Congratulations, you were the closest guess!", "ServerAnnounceClosest": "{0} was the closest guess and won {1}x {2}!", "NoEvent": "There currently is no event on-going, please wait for an event to start.", "EventStart": "It's that time again! use <color=red>/guess #</color> to guess a number in-between {0} and {1}!\nEvent will end in {2}", "RestartEvent": "Thank you for participating! The next event will begin in {0}", "InvalidGuess": "You have entered an invalid guess, please enter a number in-between {0} and {1}", "ValidGuess": "You have guessed the number {0}!", "NoGuessers": "Nobody has guessed a number, there is no winner!\nNew event will begin in {0}", "MinGuessers": "Minimum Participants of {0} were not met so the event was cancelled.\nNew event will begin in {1}" }