k1lly0u
Turns pumpkins into explosive Jack'O'Lanterns

Supported Games
GameServerKingsGameServerKings

Create explosive Jack'O'Lanterns, using pumpkins and timed explosives. Once created you will receive a Jack'O'Lantern, simply place it on the floor and step back.

https://www.youtube.com/watch?v=nKAxl1-c_y0

Permissions

  • pumpkinbombs.use - Required to create and use pumpkin bombs
  • pumpkinbombs.free - Makes the player excempt from crafting cost

Chat Commands

  • /pb - Create the jack'o'splosive

Configuration

{
  "Crafting Costs": [
    {
      "Amount required": 1,
      "Item shortname": "explosive.timed"
    },
    {
      "Amount required": 1,
      "Item shortname": "pumpkin"
    }
  ],
  "Explosive Settings": {
    "Damage amount": 70.0,
    "Detonation timer (seconds)": 10,
    "Explosive radius": 5.0
  },
  "Message Color (hex)": "#D85540"
}

MIT License


Copyright (c) 2020 k1lly0u


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.