Players can enter X amount of scrap in to a gambling pot at the chance of winning everything
Supported Games
Permissions
globalgamble.deposit-- Required for players to deposit to the gambling potglobalgamble.start-- Required for players to start a new gambling pot on demand
Configuration
{
"Global Gamble Options": {
"Chat Command": "globalgamble",
"Frequency of GlobalGamble(minutes)": 60.0,
"Duration of Deposit Window(minutes)": 10.0,
"Remind Players of Active Gamble Every X Seconds": 120.0,
"Minimum Online Players": 10,
"Minimum Scrap Deposit": 100,
"Commission Permissions": {
"globalgamble.default": 0.3,
"globalgamble.vip1com": 0.25,
"globalgamble.vip2com": 0.2,
"globalgamble.vip3com": 0.15,
"globalgamble.vip4com": 0.1,
"globalgamble.vip5com": 0.05
},
"Wipe Total Earnings List": true,
"Chat Icon (Steam64ID)": 0
}
}
Localization
{
"AdminHelp": "<color=#C0C0C0><color=#66B2FF>/globalgamble deposit <amount></color> - This will deposit X amount of scrap in to the global pot.\n\n<color=#66B2FF>/globalgamble start</color> - This will begin a new global gamble.</color>",
"GambleAlreadyActive": "<color=#C0C0C0>There is already a gamble currently running, wait for it to end before starting another one.</color>!",
"GambleBegin": "<color=#C0C0C0>A new scrap gamble has started, type <color=#66B2FF>/globalgamble</color> to enter.</color>",
"GambleReminder": "<color=#C0C0C0>There is currently a scrap gamble occuring!, type <color=#66B2FF>/globalgamble</color> to read more info.</color>",
"IncorrectFormat": "<color=#C0C0C0>That wasn't a correct deposit statement. Example: <color=#66B2FF>/globalgamble deposit 150</color></color>",
"InsufficientFunds": "<color=#C0C0C0>You don't have <color=#66B2FF>{0} scrap</color> to deposit!</color>",
"MinimumDeposit": "<color=#C0C0C0>The minimum deposit to enter is <color=#66B2FF>{0} scrap</color>!",
"NewDeposit": "<color=#C0C0C0><color=#FF6666>{0}</color> has just deposited <color=#66B2FF>{1} scrap</color>, bringing the total pot to <color=#66B2FF>{2}</color>!</color>",
"NewWinner": "<color=#C0C0C0><color=#FF6666>{0}</color> is the winner of the scrap gamble, with a commission of <color=#66B2FF>{1}</color>, receiving a total of <color=#66B2FF>{2} scrap</color>!",
"NobodyPlayed": "<color=#C0C0C0>Nobody played in the gamble, so nobody won!</color>",
"NoPermission": "<color=#C0C0C0>You do not have permission to use this.</color>",
"NormalHelp": "<color=#C0C0C0><color=#66B2FF>/globalgamble deposit <amount></color> - This will deposit X amount of scrap in to the global pot.</color>",
"NotGambleTime": "<color=#C0C0C0>There are currently no scrap gambles occuring, try again later.</color>",
"Prefix": "<color=#FF6666>[Global Gamble]</color>"
}
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

