Block certain actions, commands, etc. within the monument. (to teleport)

Supported Games
GameServerKingsGameServerKings
works with

Features

  • Outpost, Bandit Camp Teleport (/mtp)
  • Unable to pick up entities
  • Certain items cannot be activated
  • Certain commands are not available
  • No spray

Preview

Permission

If you have permission, you can teleport to the monument.


o.grant group default monumentplayersettings.use
o.grant user steamid monumentplayersettings.use

Config

{
  "General Settings": {
    "Prefix": "<color=#5892bf>[Monument-Settings]</color>\n",
    "SteamID": 0,
    "Commands": "mtp"
  },
  "Teleport Settings": {
    "Use teleport Outpost?": true,
    "teleport cooltime Outpost": 15.0,
    "Use teleport Bandit?": true,
    "teleport cooltime Bandit": 15.0
  },
  "Monument Settings": {
    "Block commands in monuments": [
      "remove",
      "something"
    ],
    "Block Spary in monuments": true,
    "Block Active Item in monuments": [
      "fun.trumpet"
    ],
    "Block Pickup in monuments": true
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 0
  }
}
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.