FastBurst
Lock your storage and deployables (furnaces, refineries, and more)

Supported Games
GameServerKingsGameServerKings
used by

Allows players to lock all of their storage and deployables. Just requires a codelock or wooden lock in hand and left click you currently do with doors or any other lockable item.

Items that can now be locked with a Code Lock or Wooden lock include:

  • Composters
  • DropBoxes
  • Vending Machines
  • Small Furnaces
  • Large Furnaces
  • Small Oil Refineries
  • BBQs
  • Large and Small Planters
  • Hitch & Troughs
  • Mixing Tables

SPECIAL NOTE: If a player tries to place a lock on any statc items like The BBQ or Small Oil Refinery at Outpost for example, it will allow them to place it, then it will immediately remove the lock and then make that static item unlockable. This should help for some of those players/griefers that have tried this in the past. It will NOT refund them the lock they tried to use either.

Permissions

  • lockmaster.admin - Allows admins to execute the /refreshall chat command

Chat Commands

  • /refreshall - Refresh all items to allow existing items to be lockable

Configuration

{
  "General Options": {
    "Command": "refreshall",
    "Permission Name": "lockmaster.admin"
  },
  "Configuration": {
    "Enable Locks on Composters": true,
    "Enable Locks on DropBoxes": true,
    "Enable Locks on Vending Machines": true,
    "Enable Locks on Ovens (Furnaces, BBQ Grills, Small Oil Refineries)": true,
    "Enable Locks on Small & Large Planters": true,
    "Enable Locks on Hitch & Trough": true
    "Enable Locks on Mixing Table": true
  },
  "Version": {
    "Major": 1,
    "Minor": 1,
    "Patch": 8
  }
}    

Localization

{
  "Usage": "You do not have permission to use this command",
  "Success": "Refreshing is done"
} 
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.