Jump to content

6 Screenshots

  • 12,271
  • 562
  • 59.2 kB

About Meteor Event

crypt-discord2.thumb.jpg.f4a0e611b6694c830a3500e09b0c2c19.jpg

Meteor Event plugin allows you to make custom meteor shower event on your server.
You can set up a timed event that starts a meteor shower which contains rocks in many sizes, and the ability to activate big rocks, which needs explosives to destroy them.
Resources from meteors can be multiplied, and the multiplier works with plugins that increase gather like ZLevelsRemastered.

Video Preview (Version 1.0.0)

Features

  • Ability to set up custom timed event.
  • Two different types of meteors. (normal and big)
  • Configurable meteor scale, yield, yield multiplier and explosive damage.
  • You can also run custom events, and direct showers on a player.
  • Configurable amount of meteors per online player amount.
  • You can add custom item drop to meteors.
  • You can allow your players to call Meteor Event by command.
  • Highly configurable calling command.
  • Configurable discord webhook shower announcement. (NEW!)

Commands

  • /ms - Help command
  • /ms run <amount> - Starts custom meteor shower with <amount> meteors.
  • /ms direct <playerIdOrName> - Spawns one meteor above player's head.
  • /ms kill - Kills all meteors around the map.
  • /ms buy normal - Purchase normal event. (configurable price, cooldowns and options in config)
  • /ms buy direct <playerIdOrName> - Purchase direct event above your/someones else head. (configurable price, cooldowns and options in config)
  • ms run <amount> - Starts custom meteor shower with <amount> meteors. (Console Command)
  • ms direct <playerIdOrName> - Spawns one meteor above player's head. (Console Command)
  • ms kill - Kills all meteors around the map. (Console Command)

Permissions

  • meteorevent.admin - Allows to use /ms command.
  • meteorevent.canshower - Allows to use /ms buy normal command. (Configurable)
  • meteorevent.candirectshower - Allows to use /ms buy direct command. (Configurable)

Hooks (For Developers)

  • void OnDirectMeteorShowerStart(Vector3 position, int meteorAmount)
  • void OnMeteorShowerStart(int meteorAmount)

Default Config (Version 1.2.12)

{
  "Command - Chat and Console Command": "ms",
  "Command - Used Economy Plugin (ServerRewards/Economics/ShoppyStock)": "ServerRewards",
  "Command - Economy Currency (If ShoppyStock Used)": "rp",
  "Command - Allow Purchasing Meteor Shower": false,
  "Command - Purchase Meteor Shower Permission": "meteorevent.canshower",
  "Command - Purchased Meteor Shower Meteors Amount": 10,
  "Command - Item/RP Required To Purchase Meteor Shower": "scrap",
  "Command - Amount/Price For Purchasing Meteor Shower": 1000,
  "Command - Cooldown After Purchasing Meteor Shower (in seconds)": 3600,
  "Command - Allow Purchasing Direct Meteor Shower": false,
  "Command - Allow Purchasing Direct Meteor Shower At Other Players": false,
  "Command - Purchase Direct Meteor Shower Permission": "meteorevent.candirectshower",
  "Command - Item/RP Required To Purchase Direct Meteor Shower": "scrap",
  "Command - Amount/Price For Purchasing Direct Meteor Shower": 250,
  "Command - Cooldown After Purchasing Direct Meteor Shower (in seconds)": 3600,
  "Command - Purchased Direct Meteor Shower Meteors Amount": 1,
  "Marker - Map Marker Type (None/Normal/Explosion)": "Explosion",
  "Marker - Map Marker Alpha (Normal Only)": 0.75,
  "Marker - Map Marker Color #1 (Normal Only)": "#E01300",
  "Marker - Map Marker Color #2 (Normal Only)": "#7D0B00",
  "Marker - Map Marker Radius (Normal Only)": 0.4,
  "Marker - Enable Map Marker Text (Normal Only)": true,
  "Marker - Map Marker Text (Normal Only)": "Meteor Debris",
  "Event Timer - Event Every X Seconds (0 to disable)": 1800,
  "Event Timer - Direct Meteors To Players": false,
  "Event Timer - Meteor Amount Based On Player Count": true,
  "Event Timer - Meteor Count (if based on player count - per player)": 4.0,
  "Event Timer - Max Meteor Count": 40,
  "Event - Commands Ran On Start": [],
  "Event - Webhook Message": {
    "Enabled": false,
    "Webhook": "",
    "Inline": true,
    "Color": 0,
    "Title": "Meteor Shower",
    "Message": "Meteor Shower with {0} meteors is incoming!"
  },
  "Direct Meteor - Randomized Impact Radius": 10.0,
  "All Meteors - Max Distance From Ground (0 to disable)": 5.0,
  "All Meteors - MLRS As Sound Effect": true,
  "All Meteors - Destory Trees On Impact": true,
  "All Meteors - Damage Entities": true,
  "All Meteors - Damage Only Unowned Entities": false,
  "All Meteors - Damage Players": true,
  "All Meteors - Damage Bots": true,
  "All Meteors - Kill Meteors On Roads": false,
  "All Meteors - Kill Meteors On Rail Tracks": false,
  "All Meteors - Damage Multiplier": 4.0,
  "All Meteors - Stone Ore Chance": 50,
  "All Meteors - Metal Ore Chance": 50,
  "All Meteors - Sulfur Ore Chance": 50,
  "All Meteors - Meteor Spread On Map (higher = smaller impact radius)": 2.5,
  "All Meteors - Enable Sound Effect": true,
  "All Meteors - Sound Effect Prefab": "assets/prefabs/tools/pager/effects/beep.prefab",
  "Normal Meteor - Maximum Scale": 2.0,
  "Normal Meteor - Minimum Scale": 0.5,
  "Normal Meteor - Yield Multiplier": 2.0,
  "Normal Meteor - Scale Yield By Size": true,
  "Big Meteor - Chance (0-100)": 10,
  "Big Meteor - Scale": 7.0,
  "Big Meteor - Stone Yield Per Hit": 1000,
  "Big Meteor - Metal Yield Per Hit": 500,
  "Big Meteor - Sulfur Yield Per Hit": 250,
  "Big Meteor - HQM Yield Per Hit": 10,
  "Big Meteor - Explosive Config": {
    "explosive.timed.deployed": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    },
    "rocket_basic": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    },
    "ammo.rifle.explosive": {
      "Damage Dealt": 50.0,
      "Resource Multiplier": 1.0
    }
  },
  "Normal Meteor - Bonus Items": [
    {
      "Chance (0-100)": 2.5,
      "Shortname": "charcoal",
      "Amount": 150,
      "Skin ID": 0,
      "Display Name": ""
    },
    {
      "Chance (0-100)": 2.5,
      "Shortname": "wood",
      "Amount": 500,
      "Skin ID": 0,
      "Display Name": ""
    }
  ],
  "Big Meteor - Bonus Items": [
    {
      "Chance (0-100)": 2.5,
      "Shortname": "charcoal",
      "Amount": 150,
      "Skin ID": 0,
      "Display Name": ""
    },
    {
      "Chance (0-100)": 2.5,
      "Shortname": "wood",
      "Amount": 500,
      "Skin ID": 0,
      "Display Name": ""
    }
  ],
  "Big Meteor - Explosive Ammo - Allow": true,
  "Big Meteor - Explosive Ammo - Max Distance From Rock": 50.0
}
  • Like 4
  • Sad 1
  • Love 3

User Feedback

558.9k

Downloads

Total number of downloads.

3.1k

Customers

Total customers served.

41.5k

Files Sold

Total number of files sold.

719.7k

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.