Belt Item Actions

Plugin Paid Belt Item Actions 1.0.0

Configuration
Open me

JSON:
{
  "Outline color": "0 0 0 1",
  "Outline distance": "1.0 -0.5",
  "Items": [
    {
      "Key (shortname or skin)": "rifle.ak",
      "Show help text": true,
      "Text": "Be sure you have licence to use that...",
      "Text duration": 5.0,
      "Text size": 20,
      "Use cooldown (seconds)": 3.0,
      "Run command as Server": false,
      "Command as Server": "example.run {userID}",
      "Run command as Player": false,
      "Command as Player": "chat.say OrangeIsBest"
    },
    {
      "Key (shortname or skin)": "rifle.bolt",
      "Show help text": true,
      "Text": "In config i set using bolt will kick me",
      "Text duration": 0.0,
      "Text size": 20,
      "Use cooldown (seconds)": 300.0,
      "Run command as Server": true,
      "Command as Server": "kick {userid} \"Bolt punished you!\"",
      "Run command as Player": false,
      "Command as Player": "chat.say OrangeIsBest"
    },
    {
      "Key (shortname or skin)": "blood",
      "Show help text": true,
      "Text": "You can add <size=30><color=#ff0000>ANY</color></size> text and any action here",
      "Text duration": 0.0,
      "Text size": 20,
      "Use cooldown (seconds)": 3.0,
      "Run command as Server": false,
      "Command as Server": "example.run {userID}",
      "Run command as Player": true,
      "Command as Player": "chat.say \"China #1, Orange #2\""
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Outline color": "0 0 0 1",
  "Outline distance": "1.0 -0.5",
  "Items": [
    {
      "Key (shortname or skin)": "rifle.ak",
      "Show help text": true,
      "Text": "Be sure you have licence to use that...",
      "Text duration": 5.0,
      "Text size": 20,
      "Use cooldown (seconds)": 3.0,
      "Run command as Server": false,
      "Command as Server": "example.run {userID}",
      "Run command as Player": false,
      "Command as Player": "chat.say OrangeIsBest"
    },
    {
      "Key (shortname or skin)": "rifle.bolt",
      "Show help text": true,
      "Text": "In config i set using bolt will kick me",
      "Text duration": 0.0,
      "Text size": 20,
      "Use cooldown (seconds)": 300.0,
      "Run command as Server": true,
      "Command as Server": "kick {userid} \"Bolt punished you!\"",
      "Run command as Player": false,
      "Command as Player": "chat.say OrangeIsBest"
    },
    {
      "Key (shortname or skin)": "blood",
      "Show help text": true,
      "Text": "You can add <size=30><color=#ff0000>ANY</color></size> text and any action here",
      "Text duration": 0.0,
      "Text size": 20,
      "Use cooldown (seconds)": 3.0,
      "Run command as Server": false,
      "Command as Server": "example.run {userID}",
      "Run command as Player": true,
      "Command as Player": "chat.say \"China #1, Orange #2\""
    }
  ]
}

---
Running actions/showing information about items that are placed in belt

Author
Orange
Views
3,964
First release
Last update

More from Orange (Recent)

Top