Teleports player to a random recycler on command

Supported Games
GameServerKingsGameServerKings

Recycler Teleport is a simple plugin that allows users to teleport to a random recycler on command. It only applies to recyclers of monuments

Permissions

  • recyclerteleport.use -- Allows player to teleport to recyclers

Chat Commands

/recycler -- Teleport to a random recycler

Configuration

{
  "Chat command": "recycler",
  "Chat prefix": "[RecyclerTeleport]:",
  "Chat prefix color": "#00FFFF",
  "Chat steamID icon": 0,
  "Teleport seconds": 10.0,
  "Block list": {
    "Water Treatment Plant": false,
    "Power Plant": false,
    "Sewer Branch": false,
    "Launch Site": false,
    "Military Tunnel": false,
    "Train Yard": false,
    "Airfield": false,
    "Outpost": false,
    "Bandit Camp": false,
    "Junkyard": false,
    "Satellite Dish": false,
    "Harbor": false,
    "Oxum's Gas Station": false,
    "Mining Outpost": false,
    "Giant Excavator Pit": false,
    "Lighthouse": false
  }
}

Localization

{
  "NoPermission": "<color=#FFFF00>You don't have permission to use this command.</color>",
  "Teleporting": "Teleporting to recycler in <color=#FFFF00>{0}</color> seconds.",
  "NoRecyclers": "No recyclers found."
}

Credits

**Arainrr **: Previous maintainer

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.