Jump to content

ExtraEvents 1.5.2

$25.00
   (1 review)

9 Screenshots

  • 10.1k
  • 134
  • 97.24 kB
 Share

Works with

About ExtraEvents

ExtraEvents can run multiple different competitive events for players to win prizes; each event is highly configurable including chat/GameTip messages & items, commands, and/or kits rewards for one or more winners; regularly optimized to be as lightweight & efficient as possible; additional events and features planned.

The configuration may seem long but it's simply repetitive to allow for greater customization. ExtraEvents comes out of the box running a random event every 1-2 hours with a scrap reward of 100 for the top player!

Join my Discord for support and updates: https://discord.gg/teSffnDQ7N

Events Included

  • OreWar - Mine ore nodes to win!
  • TreeTrimmers - Chop trees to win!
  • BarrelBreakers - Break barrels to win!
  • FishingFrenzy - Catch fish to win!
  • BotBash - Kill bots to win!
  • CrateClash - Loot crates to win!
  • AnimalAnnihilation - Kill animals to win!
  • ResourceRumble - Collect resources to win!

Additional Events Included

  • ResourceRun - Collect resources at 2x the normal rate!

Permissions

  • extraevents.admin

Admin Commands (Console & Chat) (requires extraevents.admin permission)

  • extraevents start - Start random event manually (regardless of Minimum Players Online) [/extraevents start]
  • extraevents start EventName - Start event manually (case sensitive (uses default EventNames, not DisplayNames)) [/extraevents start EventName]
  • extraevents end - End current event [/extraevents end]

Player Chat Commands

  • /extraevents ui - Toggle the UI visibility
  • /extraevents image - Toggle event image visiblity independent from UI

Add extra winner positions to each event by adding to the Event Reward(s) [] group and extra Rewards by adding to the Item(s) [], Command(s) [], and Kits[] groups.
Example (First winner receives 100 Scrap, 1 Pookie, and 10,000 RP. Second winner receives 5,000 RP and Farm Kit)

"Event Reward(s)": [
  {
    "Enable Reward": true,
    "Reward Notification": {
      "Enable Reward Notification": true,
      "Only Send Reward Notification To Winning Player?": false,
      "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
      "Separate {rewards_list} With Commas?": true
    },
    "Item(s)": [
      {
        "Enable Item": true,
        "Item Display Name": "Pookie",
        "Item Shortname": "pookie.bear",
        "Item Skin ID": 0,
        "Item Amount": 1
      },
      {
        "Enable Item": true,
        "Item Display Name": "Scrap",
        "Item Shortname": "scrap",
        "Item Skin ID": 0,
        "Item Amount": 100
      }
    ],
    "Command(s)": [
      {
        "Enable Command": true,
        "Command Display Name": "10,000 RP",
        "Command": "sr add {player.id} 10000"
      }
    ],
    "Kit(s) (plugin required)": [
      {
        "Enable Kit": false,
        "Kit Display Name": "PVP Kit",
        "Kit": "pvpkit"
      }
    ]
  },
  {
    "Enable Reward": true,
    "Reward Notification": {
      "Enable Reward Notification": true,
      "Only Send Reward Notification To Winning Player?": false,
      "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>second place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
      "Separate {rewards_list} With Commas?": true
    },
    "Item(s)": [
      {
        "Enable Item": false,
        "Item Display Name": "Scrap",
        "Item Shortname": "scrap",
        "Item Skin ID": 0,
        "Item Amount": 100
      }
    ],
    "Command(s)": [
      {
        "Enable Command": true,
        "Command Display Name": "5,000 RP",
        "Command": "sr add {player.id} 5000"
      }
    ],
    "Kit(s) (plugin required)": [
      {
        "Enable Kit": true,
        "Kit Display Name": "Farm Kit",
        "Kit": "farmkit"
      }
    ]
  }
]

Default Config

{
  "General Options": {
    "Chat Prefix": "<color=purple>ExtraEvents:</color>",
    "Chat Icon (Steam64 ID)": 76561199519603325,
    "Minimum Players Online to Automatically Start Random Event": 3,
    "Auto Random Event Start Time Min (seconds)": 3600,
    "Auto Random Event Start Time Max (seconds)": 7200,
    "Enable Console Messages": true,
    "Enable Log File": true,
    "Chat Command": "extraevents",
    "Admin Permission": "extraevents.admin",
    "All Events Permission (optional, overrides individual event permissions if enabled)": "extraevents.all"
  },
  "Event Types": {
    "OreWar": {
      "Enable Event": true,
      "Event Name": "OreWar",
      "Event Description": "Mine ore nodes to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.orewar",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "TreeTrimmers": {
      "Enable Event": true,
      "Event Name": "TreeTrimmers",
      "Event Description": "Chop trees to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.treetrimmers",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "BarrelBreakers": {
      "Enable Event": true,
      "Event Name": "BarrelBreakers",
      "Event Description": "Break barrels to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.barrelbreakers",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "FishingFrenzy": {
      "Enable Event": true,
      "Event Name": "FishingFrenzy",
      "Event Description": "Catch fish to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.fishingfrenzy",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "BotBash": {
      "Enable Event": true,
      "Event Name": "BotBash",
      "Event Description": "Kill bots to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.botbash",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "CrateClash": {
      "Enable Event": true,
      "Event Name": "CrateClash",
      "Event Description": "Loot crates to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.crateclash",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "AnimalAnnihilation": {
      "Enable Event": true,
      "Event Name": "AnimalAnnihilation",
      "Event Description": "Kill animals to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.animalannihilation",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    },
    "ResourceRumble": {
      "Enable Event": true,
      "Event Name": "ResourceRumble",
      "Event Description": "Collect resources to win!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.resourcerumble",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event Leaderboard": {
        "Enable Leaderboard UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center",
        "UI Player List Text Alignment (left, right, center)": "center",
        "UI Pending Participation Message": "No one has played... yet."
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended.",
        "No Participants": "No one participated in the <color=purple>{event_name}</color> event",
        "Multiple Winners Notification Delay (seconds)": 4.0
      },
      "Event Reward(s)": [
        {
          "Enable Reward": true,
          "Reward Notification": {
            "Enable Reward Notification": true,
            "Only Send Reward Notification To Winning Player?": false,
            "Reward Notification": "<color=purple>{player_name}</color> scored <color=purple>first place</color> in the <color=purple>{event_name}</color> event with <color=purple>{points_scored} points</color> and won <color=purple>{rewards_list}</color>!",
            "Separate {rewards_list} With Commas?": true
          },
          "Item(s)": [
            {
              "Enable Item": true,
              "Item Display Name": "Scrap",
              "Item Shortname": "scrap",
              "Item Skin ID": 0,
              "Item Amount": 100
            }
          ],
          "Command(s)": [
            {
              "Enable Command": false,
              "Command Display Name": "VIP Role",
              "Command": "oxide.usergroup add {player.id} vip"
            }
          ],
          "Kit(s) (plugin required)": [
            {
              "Enable Kit": false,
              "Kit Display Name": "PVP Kit",
              "Kit": "pvpkit"
            }
          ]
        }
      ]
    }
  },
  "Additional Event Types": {
    "ResourceRun": {
      "Enable Event": true,
      "Event Name": "ResourceRun",
      "Event Description": "Collect resources at 2x the normal rate!",
      "Event Length (seconds)": 600,
      "Enable Event Permission": false,
      "Event Permission": "extraevents.resourcerun",
      "Show UI And Notifications To Players Without Event Permission?": false,
      "Event Image(s)": [
        {
          "Enable Image": true,
          "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg",
          "Image Transparency (0.0 - 100.0)": 75.0,
          "Image Anchors Min (x y)": "0.8 0.2",
          "Image Anchors Max (x y)": "0.83 0.245"
        }
      ],
      "Event UI": {
        "Enable UI": true,
        "UI Anchors Min (x y)": "0.695 0.025",
        "UI Anchors Max (x y)": "0.83 0.1975",
        "UI Background Color (r g b a)": "255 255 255 0.2",
        "UI Text Color (r g b a)": "255 255 255 1.0",
        "UI Text Outline Color (r g b a)": "0 0 0 0.25",
        "UI Text Alignment (left, right, center)": "center"
      },
      "Event Notifications": {
        "Enable Chat Notifications": true,
        "Event Chat Prefix": "",
        "Event Chat Icon (Steam64 ID)": 0,
        "Enable GameTip Notifications": false,
        "GameTip Style (info OR alert)": "info",
        "GameTip Duration (seconds)": 3.0,
        "Event Starting": "The <color=purple>{event_name}</color> event has started! <color=purple>{event_description}</color>",
        "Event Ending": "The <color=purple>{event_name}</color> event has ended."
      }
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 5,
    "Patch": 0
  }
}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

ExtraEvents-1-Player-Command-Response.jpg

ExtraEvents-2-Admin-Command-Response.jpg

ExtraEvents-3-Event-Starting.jpg

ExtraEvents-4-Event-Leaderboard.jpg

ExtraEvents-5-Event-Leaderboard2.jpg

ExtraEvents-6-Event-Multiple-Winners.jpg

ui1.jpg

ui2.jpg


Rainey's Collection

User Feedback

892.4k

Downloads

Total number of downloads.

4.5k

Customers

Total customers served.

61.9k

Files Sold

Total number of files sold.

1.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.