misticos
Removes furnaces, lanterns, campfires, buildings, etc. on command

Supported Games
GameServerKingsGameServerKings

This plugin will allow you to remove a lot of objects/entities on command.

Permissions

  • objectremover.use -- Default permission for plugin usage
  • objectremover.statistics -- Default permission for statistics command usage

Console Commands

  • object (entity) [parameters] -- Count or remove entities with the specified shortname in the specified range inside/outside (or both) the cupboard.
  • objtop [amount] -- Print statistics of existing entities on the map

Parameters

  • action count/remove - Count or remove entities. Default: count
  • radius NUM - Select the radius. Default: 0
  • inside true/false - Inside the cupboard? Default: true
  • outside true/false - Outside the cupboard? Default: true

This command can also be executed from the in-game F1 console. You cannot execute it from server console.

Example command: object foundation action remove radius 0 inside false

If you enter radius 0, then plugin will search through ALL entities on the map.

Configuration

Default Configuration

{
  "Object Command Permission": "objectremover.use",
  "Statistics Command Permission": "objectremover.statistics",
  "Object Command": "object",
  "Statistics Command": "objtop",
  "Prefix": "[<color=#ffbf00> Object Remover </color>] "
}

Donate

Click me

MIT License


Copyright (c) 2018 misticos


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.