Meteor Event

$15.00

Sold by: ThePitereq

Meteor Event plugin allows you to create custom meteor shower events on your server.
You can set up timed events that initiate a meteor shower, containing unlimited possible entities and the option to activate big rocks that require explosives to destroy.
The resources from meteors can be multiplied and modified.
Additionally, you can create custom global events with fully customized gathering sources.

Categories: , ,

Description

Discord Banner

RUST Plugin Test Server
TEST MY PLUGINS THERE!

connect play.thepitereq.ovh:28050

 

Meteor Event plugin allows you to create custom meteor shower events on your server.
You can set up timed events that initiate a meteor shower, containing unlimited possible entities and the option to activate big rocks that require explosives to destroy.
The resources from meteors can be multiplied and modified.
Additionally, you can create custom global events with fully customized gathering sources.

 

Meteor Event Meteor Event

  • Set up custom timed events.
  • Create an infinite number of meteor presets.
  • Supports two types of meteors: normal and large meteors that require explosives.
  • Configure various aspects such as meteor scale, yield, explosive damage, radiation, item output, and more.
  • Run custom events, per-player events, and random player events.
  • Number of meteors adjustable based on the online player count.
  • Fully customize drops for any RUST entity and ambient events, and choose which tools are used to gather meteors.
  • Players can call their own meteor showers, and you can configure random meteors to strike players while destroying regular rocks around the map.
  • Features a highly configurable calling command.
  • Configurable Discord webhook shower announcements
  • Customizable falling angles for events.
  • Set multiple different timed events.

 

Meteor Event Meteor Event

 

Meteor Event Meteor Event
Chat command and console commands are the same, but console command is without forward slash.

  • /ms – Opens the Meteor Event Control UI.
  • msadmin run <profileName> <amount> – Starts a custom meteor shower of profile <profileName> with <amount> meteors. (Console Command)
  • msadmin direct <profileName> [amount] [playerId] – Spawns [amount] meteors of profile <profileName> above [playerId]’s head. (Console Command)
  • msadmin kill – Kills all meteors around the map. (Console Command)

 

Meteor Event Meteor Event

  • meteorevent.admin – Allows you to use admin features
  • meteorevent.use – Allows use of the /ms command, if permission required. (Configurable)
  • meteorevent.purchase.{profile.Key} – Allows to purchase & call certain meteor events. (Configurable)

 

Meteor Event Meteor Event

  • Used Economy Plugin
    0 – None
    1 – Economics
    2 – ServerRewards
    3 – BankSystem
    4 – ShoppyStock
  • Explosive Config
    The key value – shortname of the damage entity, it’s not an item shortname, it’s an 3D model that’s visible in-game. For explosive ammo use ammo.rifle.explosive.

Config Walkthrough

Global Meteor Config
Configuration part for any type and any spawned meteor.

Meteor Prefabs
This is a full list of available meteors that can fall from the sky. Here is a default list of them:

  •  barrel – The Big Barrel Event Prefab. It’s a very big barrel with a fully custom gather method that contains 2000 Scrap and 10,000 Metal by default.
  •  falling_star – The ambient event that runs sometimes in the sky but never falls onto the ground. All it does is spawn falling stars in the sky, so you can have a cool effects at night.
  •  metal_ore – Regular metal ore meteor prefab.
  •  stone_ore – Regular stone ore meteor prefab.
  •  sulfur_ore – Regular sulfur ore meteor prefab.
  •  toilet – Funny meteor that was made during plugin development. It also contains a fully custom gather that contains HQM and Metal.

Meteor Profiles
This part of the config is what’s visible when you open the /ms command. If you want to make a working meteor event, you need to add a new section here. By default, there are 4 profiles:

  •  barrel – Runs Big Barrel Event that contains “barrel” prefabs.
  •  default – Runs regular Meteor Event that contains “metal_ore”, “stone_ore” and “sulfur_ore” prefabs.
  •  falling_stars – Runs Falling Stars Event that contains “falling_star” prefabs.
  •  toilets – Runs Falling Stars Event that contains “toilet” prefabs.

IMPORTANT! 
The keys in `Meteor Profiles And Spawn Weights (profile: spawn weight)` must be equal to the keys in the `Meteor Prefabs` section, or the plugin won’t work correctly!
The Angle in the Falling Angle Config represents how fast and in which direction the meteors are falling. X and Z are diagonal values, and Y is a vertical value. Making values higher will make meteors fall faster, and the opposite.

Timed Events
Random timed events for your server. You don’t need to put all Meteor Profiles here, just those that you want to make automatic.

Enable Random Direct Falling Meteors On Mining Regular Ones and Random Direct Falling Meteor Options
This option will mean that if a player breaks a regular meteor on the map, there will be a chance to call a direct meteor on him. The default config contains an annotation to the “default” meteor profile, but this event takes 30 seconds by default, so the meteor will fall in the next 30 seconds, not instantaneously.

 

Meteor Event Meteor Event

  • void OnMeteorShowerStart(int meteorAmount, string profile, bool isDirect, BasePlayer directPlayer)
  • void OnFallingMeteorSpawned(string meteorPrefabKey, SphereEntity parentEntity, BaseEntity meteorEntity)
  • void OnMeteorLanded(BaseEntity meteorEntity, string meteorPrefabKey)
  • void OnMeteorsKilled()

 

Meteor Event Meteor Event

View the example configuration by clicking here!

5 reviews for Meteor Event

  1. 5 out of 5

    Remedy (verified owner)

    This is in the top 5 of my favorite plugins. These meteors are just freaking awesome to see coming out of the sky. Especially a ton of them at once. Perfect event for a PvE server, and would probably be awesome on PvP too.

  2. 5 out of 5

    TDPcorndiggitydoggg (verified owner)

    This one is a must have imo. It can go with any rust server imo. The explosions of meteors in the background add a great element to the game. 10/10

  3. 1 out of 5

    Chill Roleplay (verified owner)

    Originally paid for this as a oxide plugin, you now need a special plugin to run this in oxide servers because its meant for carbon servers. :(

  4. 1 out of 5

    dasgamingsofa (verified owner)

    Bought it 2 years ago, but since a year it doesnt works in oxide…

  5. 1 out of 5

    dasgamingsofa (verified owner)

    Bought it 2 years ago, but since a year it doesnt works in oxide…


Only logged in customers who have purchased this product may leave a review.

Version 2.0.10 | Updated February 6, 2025
  • Added Update for 6th February RUST Update. Sorry foir late update!
Version 2.0.9 | Updated October 3, 2024
  • Fixed Another RUST update fix. Sorry for multiple updates!
Version 2.0.8 | Updated October 3, 2024
  • Fixed Fixes for 3rd October RUST Update. Do not update prior to game and server update!
Version 2.0.7 | Updated July 8, 2024
  • Fixed Fixed to latest RUST update.
Version 2.0.6 | Updated July 3, 2024
  • Fixed Fixed lauguage key missing for node tool requirement in rare cases.
Version 2.0.5 | Updated June 15, 2024
  • Added Added falling meteors removal.
  • Added Added hook that's ran when all falling meteors are destroyed (useful for event display)
  • Updated Code cleanup.
Version 2.0.4 | Updated March 29, 2024
  • Added Added option for custon gather method to contain all tools by typing "*"
  • Added Added optional mesh collider Unity message disable
  • Updated Updated UI for Carbon
Version 2.0.3 | Updated February 16, 2024
  • Fixed Fixed bonus items not redeemed correctly.
  • Fixed Fixed help message for admins.
  • Removed Removed leftover debug message.
Version 2.0.2 | Updated December 30, 2023
  • Added Added message on chat after event purchase.
  • Fixed Fixed currency purchase.
  • Fixed Fixed cooldowns.
Version 2.0.1 | Updated December 29, 2023
  • Fixed Updated and fixed msadmin command.
Version 2.0.0 | Updated December 28, 2023
  • Updated Full plugin rewrite. THIS UPDATE REQUIRES WHOLE NEW CONFIGURATION FILE!
  • Added Added full event customization with any entity support.
  • Added Added RUST-Themed UI.
  • Added Made full gather method that should fix any previous issues.
  • Added Added optional radiation for meteors.
  • Added Added option to make visual events.
  • Updated Improved performance by at least 500%.
  • Fixed Many fixes and improvements.
  • Fixed Fixed visibility bugs that were on 1.x version of the plugin.
Version 1.3.7 | Updated October 25, 2023
  • Added Added tool blacklist.
  • Fixed Fixed item names being unstackable with some stacking plugins.
  • Updated This is the last content update of Meteor Event V1. Meteor Event V2 is 75% ready to be released.
Version 1.3.6 | Updated September 7, 2023
  • Fixed Patched for September 7th Rust update
Version 1.3.5 | Updated June 23, 2023
  • Added Added support for ZoneManager entity check.
  • Added Added check for monument topology.
  • Added Added optional event timer randomization.
  • Added Added chance to run timed event.
Version 1.3.4 | Updated May 15, 2023
  • Fixed Fixed error on unload.
Version 1.3.3 | Updated May 3, 2023
  • Added Added tree ownership check.
  • Updated Updated for 4th May RUST Update. DO NOT INSTALL THIS UPDATE BEFORE MAY FORCE WIPE!
Version 1.3.1 | Updated April 20, 2023
  • Added Added meteor self-destroy timer option to config.
  • Updated Improved meteor cache cleaning.
Version 1.3.0 | Updated April 18, 2023
  • Added Added fully custom meteor mining method which allows players to mine any meteor without any size limitations.
  • Added Added option to disable embed in meteor event discord webhook.
  • Added Added posibility of finding crate inside large meteors.
  • Added Added option to change length of meteor shower.
Version 1.2.12 | Updated March 17, 2023
  • Added Added support for my incoming shop/stock market plugin.
  • Added Added optional discord webhook announcement about incoming shower.
  • Fixed Fixed entity damage ignoring problems.
Version 1.2.11 | Updated February 6, 2023
  • Updated Changed types of variables for better performance.
  • Updated Improved meteor visibility refresh. This still needs some improvements.
Version 1.2.10 | Updated February 5, 2023
  • Fixed Fixed error on spawning meteor from previous version.
Version 1.2.9 | Updated February 5, 2023
  • Fixed Fixed problems after February Update.
  • Updated Small performance and display improvements.
Version 1.2.8 | Updated October 26, 2022
  • Added Added option to run global event around the players.
Version 1.2.7 | Updated September 27, 2022
  • Added Added OnDirectMeteorShowerStart and OnMeteorShowerStart hooks.
Version 1.2.6 | Updated September 27, 2022
  • Added Added option to disable meteor spawn on road/railtracks.
Version 1.2.5 | Updated September 16, 2022
  • Fixed Possible fix for other plugin errors on meteor land.
  • Fixed Fully fixed RPC Error.
  • Fixed Fixed missing markers on player joining when meteors already landed.
Version 1.2.4 | Updated August 8, 2022
  • Fixed Fixed error on unload.
Version 1.2.3 | Updated July 31, 2022
  • Fixed Possible fix for not-spawning timed events. If you don't have any problems with previous version you don't have to update.
Version 1.2.2 | Updated July 20, 2022
  • Added Added option to disable recent changes in Jackhammer working.
  • Added Added option for ground check for falling meteors. Default value is 5m.
Version 1.2.1 | Updated July 20, 2022
  • Fixed Fixed bug with clicking-breaking all rocks.
Version 1.2.0 | Updated July 18, 2022
  • Added Added fix for RPC Error. If using an Jackhammer you need to click in order to dig. There is no other method of fixing that without Harmony.
  • Added Added option to set more direct meteors per event.
  • Fixed Some performance fixes and changes.
  • Updated Small changes in default config.
Version 1.1.9 | Updated June 16, 2022
  • Fixed Fixed bonus item dupe bug.
  • Fixed Fixed direct drop errors.
Version 1.1.7 | Updated March 7, 2022
  • Fixed Fixed bug with multiplied amounts of resources from few last hits of large meteor.
Version 1.1.6 | Updated March 1, 2022
  • Added Split option Damage Players to Damage Players and Damage Bots.
  • Added Added sound effect (beeping, configurable) on meteor shower.
Version 1.1.5 | Updated February 22, 2022
  • Added Added option to set MLRS as meteor sound effect.
  • Added Added ability to set meteors in shower per player more specified. (from int to float)
Version 1.1.4 | Updated November 18, 2021
  • Added Added support for Economics.
  • Added Added option "Randomized Impact Radius" for direct drops.
  • Added Added option to disable damage to players by meteors.
  • Added Added option to disable shop marker on meteor normal marker.
  • Fixed Fixed bugs with help section display when Economy plugin was used.
  • Fixed Improved and fixed plugin start actions.
Version 1.1.3 | Updated November 2, 2021
  • Fixed Fixed meteor damage miltiplier applied to every rocket on server.
  • Added Added option to enable fix method for invisible rocks for new players on server.
  • Added Added configurable marker option.
Version 1.1.2 | Updated October 31, 2021
  • Added Added permission for using purchase commands.
  • Fixed Fixed not working normal meteor bonus items.
Version 1.1.1 | Updated October 30, 2021
  • Fixed Fixed small mistakes in code.
Version 1.1.0 | Updated October 30, 2021
  • Added Added ability to set up purchasing normal and direct Meteor Event for items/RP with cooldowns and many more useful options. (supports ServerRewards)
  • Fixed Fixed damage entity bug.
  • Added Added damage multiplier for falling meteor to config.
  • Added Added option for meteor spread to config. (useful on small maps)
Version 1.0.6 | Updated October 26, 2021
  • Added Added ability to change command in config.
  • Added Added console command.
  • Updated Changed language file. It is recommented to delete your current language file and generate new one.
Version 1.0.5 | Updated October 25, 2021
  • Added Added configurable ore chances to config.
  • Added Added configurable maximum amount of meteors in timed event to config.
  • Added Added option to enable/disable damage to player owned entities to config.
Version 1.0.4 | Updated October 21, 2021
  • Added Initial Release

5 thoughts on "Meteor Event"

Leave a reply

Your email address will not be published. Required fields are marked *

  1. Ignored unexpected plugin compilation failure: MeteorEvent
    Error while compiling MeteorEvent: The type or namespace name ‘CarbonAliases’ does not exist in the namespace ‘Oxide.Ext’ (are you missing an assembly reference?) | Line: 17, Pos: 17

  2. Regrettably i tried to use carbon aliases plugin to get this to work. ran the ms command then got this error
    Failed to call hook ‘MeteorEventCommand’ on plugin ‘MeteorEvent v2.0.2’ (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000f9] in :0 34kb/s in, 604kb/s out
    at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in :0
    at System.String.Format (System.String format, System.Object[] args) [0x00020] in :0
    at Oxide.Plugins.MeteorEvent.Lang (System.String key, System.String id, System.Object[] args) [0x0000e] in :0
    at Oxide.Plugins.MeteorEvent.MeteorEventCommand (BasePlayer player, System.String command, System.String[] args) [0x0008c] in :0
    at Oxide.Plugins.MeteorEvent.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007e5] in :0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e

  3. I just bought this plug-in, but when I added it to my server it crashed the server completely. It also did not load properly when the server rebooted. I checked and it also did not make a config folder for the plug-in as well.

  4. Whats this?

    “Error while compiling MeteorEvent: No overload for method ‘CreateProtectedInputField’ takes 28 arguments | Line: 1375, Pos: 21”

    Plugin not running at all

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product