Cupboard Protection

Plugin Paid Cupboard Protection 1.0.3

Configuration
Open me

JSON:
{
  "Position": "0.745 0.05",
  "Color ON": "0.55 0.78 0.24 1",
  "Color OFF": "0.8 0.28 0.2 1",
  "Text size": 15,
  "Text color": "1 1 1 1",
  "Show message on placement": false,
  "Bypass decay damage": true,
  "Enabled by default": false,
  "Commands": [
    "cprotection",
    "cupboardprotection"
  ],
  "Permissions": [
    {
      "Permission": "CupboardProtection.default",
      "Priority": 0,
      "Maximal amount of cupboards": 1,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    },
    {
      "Permission": "CupboardProtection.vip",
      "Priority": 1,
      "Maximal amount of cupboards": 3,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    },
    {
      "Permission": "CupboardProtection.vip+",
      "Priority": 2,
      "Maximal amount of cupboards": 5,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Position": "0.745 0.05",
  "Color ON": "0.55 0.78 0.24 1",
  "Color OFF": "0.8 0.28 0.2 1",
  "Text size": 15,
  "Text color": "1 1 1 1",
  "Show message on placement": false,
  "Bypass decay damage": true,
  "Enabled by default": false,
  "Commands": [
    "cprotection",
    "cupboardprotection"
  ],
  "Permissions": [
    {
      "Permission": "CupboardProtection.default",
      "Priority": 0,
      "Maximal amount of cupboards": 1,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    },
    {
      "Permission": "CupboardProtection.vip",
      "Priority": 1,
      "Maximal amount of cupboards": 3,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    },
    {
      "Permission": "CupboardProtection.vip ",
      "Priority": 2,
      "Maximal amount of cupboards": 5,
      "Cooldown after removing protection": 120,
      "Cooldown after adding protection": 120
    }
  ]
}

---
Language 2.0
Open me

JSON:
{
  "ON": "Protected [{current}/{limit}]",
  "OFF": "Not Protected [{current}/{limit}]",
  "Limit": "Not Protected | Limit Reached",
  "Cooldown": "Cooldown: {seconds}",
  "OnPlacement": "You can protect cupboard in inventory of it!",
  "Existing": "Existing {total} cupboards, {protected} protected:\n{list}"
}

---
Allows players to toggle protection of cupboard (and foundation below)

Better version of https://umod.org/plugins/cupboard-protection

Features:
  • Ability to toggle on/off protection with UI and cooldown
  • Ability to limit amount of protected cupboards
  • No data files
Author
Orange
Views
4,855
First release
Last update

More from Orange (Recent)

Top