Vehicle Manager

Plugin Paid Vehicle Manager 1.0.2f

Configuration
Open me

JSON:
{
  "Command claim": "vclaim",
  "Command unclaim": "vunclaim",
  "Destroy vehicle on unclaim": true,
  "Permissions": [
    {
      "Permission": "vehicleclaim.standard",
      "Priority": 1,
      "Limits": {
        "minicopter.entity": 0,
        "testridablehorse": 1,
        "rhib": 0,
        "rowboat": 1,
        "sedantest.entity": 0,
        "ch47.entity": 0,
        "scraptransporthelicopter": 0
      }
    },
    {
      "Permission": "vehicleclaim.vip",
      "Priority": 2,
      "Limits": {
        "minicopter.entity": 2,
        "testridablehorse": 2,
        "rhib": 2,
        "rowboat": 2,
        "sedantest.entity": 2,
        "ch47.entity": 0,
        "scraptransporthelicopter": 0
      }
    },
    {
      "Permission": "vehicleclaim.top",
      "Priority": 999,
      "Limits": {
        "minicopter.entity": 5,
        "testridablehorse": 5,
        "rhib": 5,
        "rowboat": 5,
        "sedantest.entity": 5,
        "ch47.entity": 5,
        "scraptransporthelicopter": 5
      }
    }
  ]
}
JSON:
{
  "Command lock": "vlock",
  "Command unlock": "vunlock",
  "Can lock unowned vehicles (owner: nobody)": true,
  "Can lock other people vehicles (owner: someone)": false,
  "Blacklist": [
    "rowboat",
    "rhib"
  ]
}

---
Extra Information
Open me

Permissions:
  • vehicleslocks.use - to use command vlock
Commands:
  • vlock - lock vehicle player looking at (need claim)
  • vunlock - unlock vehicle player looking at (need claim)
  • vclaim - claim vehicle player looking at

---
Configuration 2.0
Open me

JSON:
{
  "Command lock": "vlock",
  "Command unlock": "vunlock",
  "Can lock unowned vehicles (owner: nobody)": true,
  "Can lock other people vehicles (owner: someone)": false,
  "Blacklist": [
    "rowboat",
    "rhib"
  ]
}

---
Language 2.0
Open me

JSON:
{
  "Already Locked": "That vehicle already have codelock!",
  "No Entity": "You need to look at vehicle to lock it!",
  "Locked": "Its locked...",
  "Blacklisted": "That vehicle is blacklisted, you can't lock it",
  "Unowned": "You can't lock unowned vehicles",
  "Owned": "You can't use owned vehicles",
  "Permission": "You don't have permission to do that"
}

---
Addons to vehicles like extra seats, codelocks and more

Author
Orange
Views
5,988
First release
Last update

More from Orange (Recent)

Top