ColdUnwanted
A gambling system that gives the winner a reward

Supported Games
GameServerKingsGameServerKings

This plugin will pick a random user that joined the raffle and give them a supply signal.

Permissions

  • ultimategamble.start -- Required to use raffle.start if the player doesn't have the required auth level

Chat Commands

Blackjack:

  • /blackjack 20 -- Start the blackjack
  • /blackjack stand -- Blackjack options
  • /blackjack hit -- Blackjack options

Raffle:

  • /raffle -- Join the currrent raffle
  • /raffle.start -- Admin command to start a raffle

Configuration

{
  "Blackjack": {
    "The Cooldown Amount Between Each Blackjack (Seconds)": "30",
    "The Minimum Amount Required To Join The Blackjack": "5",
    "The Multiplying Amount For When The User Wins The Blackjack": "2",
    "The Reward/Join Item (Item Shortname https://www.corrosionhour.com/rust-item-list/)": "scrap",
    "The Timeout Time For The Blackjack If User Did Not Respond": "30"
  },
  "General": {
    "Authentication Level Required To Used Admin Command": "2",
    "Raffle Activated": "true"
  },
  "Raffle": {
    "Amount Needed To Join": "20",
    "Days To Skip After Raffle Is Ran On The Day": "0",
    "How Many People Is Needed To Calculate The Winner": "3",
    "Join Item (Item Shortname https://www.corrosionhour.com/rust-item-list/)": "scrap",
    "Reward Amount": "1",
    "Reward Item (Item Shortname https://www.corrosionhour.com/rust-item-list/)": "supply.signal",
    "Starting Time Of The Raffle (24-Hours Format)": [
       "10:00",
      "20:30"
    ],
    "Use Game Time? If False, It Will Use Real Time": "true"
  }
}

Localization

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.