FastBurst
Christmas regardless of the month!

Supported Games
GameServerKingsGameServerKings

Features

  • Run the Christmas events all year.
  • Change time in-between the events.
  • Change presents per player.
  • Change the radius from the player in which you want presents to spawn.
  • Chat and console command.
  • Config options to require items in order to call

Commands

  • /gift - Chat calls gifts, stocking refills, and the announcement.
  • gift - Chat calls gifts, stocking refills, and the announcement. Does not require items set as this can only be run in the server console

Permissions

  • christmas.use ability to use in Chat to call gifts, stocking refills, and the announcement.

Configuration

{
  "Event Automation Settings": {
    "Enable Christmas Gifts Event Plugin": true,
    "Enable random autospawn Christmas Gifts Events on random timer": true,
    "Minimum required players to start events": 5,
    "Minimum time in-between presents and stocking refills (seconds)": 5400,
    "Maximum time in-between presents and stocking refills (seconds)": 7200,
    "Distance a player in which to spawn": 50,
    "Gifts per player": 3,
    "Broadcast Message enabled to players when gifts sent (true/false)": true
  },
  "Authorized Calling Settings": {
    "Allow Admin to bypass required items to call gift command": true,
    "How many CCTV's needed": 1,
    "How many Targeting Computer's needed": 1,
    "Require Santa Hat (true/false)": true
  },
  "Version": {
    "Major": 2,
    "Minor": 0,
    "Patch": 6
  }
}   

Localization

{
  "Christmas Message": "This world has been blessed with Christmas Presents!",
  "RequireCCTV": "<color=red>[WARNING]</color> You lack the required <color=orange>({0})</color> CCTV's",
  "RequireLaptop": "<color=red>[WARNING]</color> You lack the required <color=orange>({0})</color> Targeting Computer's",
  "RequireSantaHat": "<color=red>[WARNING]</color> You lack the required Santa Hat"
}  

MIT License


Copyright (c) 2021 FastBurst


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.