GangstaPichu's Wishlist
-
XRadiationOre
The plugin enhances gameplay by introducing the capability for players to mine radiation ore with a specific probability, as well as the ability to smelt it in a furnace. It offers a range of customization options, allowing server administrators to define various aspects of the ore and the resulting meltdown.
Youtube Overview
Customization options include:
Drop Source: Specifies the source from which the radiation ore item can be obtained. Drop Chance: Determines the likelihood of obtaining the radiation ore item when mining the designated source. (Don't put the same odds, the drop chance won't work correctly.) Minimum Drop Amount: Sets the minimum quantity of radiation ore that can be obtained per successful drop. Maximum Drop Amount: Sets the maximum quantity of radiation ore that can be obtained per successful drop. "Minimum Melting Amount: Specifies the minimum amount of radiation ore that can be obtained when smelting the ore. Maximum Melting Amount: Specifies the maximum amount of radiation ore that can be smelted at once. Displayed Name: Allows customization of the name displayed for the radiation ore item. Key Name or Shortname: Provides the option to assign a unique identifier or abbreviated name for the radiation ore item. Skin: Enables the application of a customized visual appearance to the radiation ore item. Meltdown Result: Defines the outcome when the radiation ore is smelted in the furnace. Result Displayed Name: Allows customization of the name displayed for the result of the meltdown. Result Key Name or Shortname: Provides the option to assign a unique identifier or abbreviated name for the meltdown result. Result Skin: Enables the application of a customized visual appearance to the meltdown result. Radiation Settings: Radius: Specifies the radius of the radiation zone surrounding the radiation ore or meltdown result. Damage per Tick: Sets the amount of damage inflicted on players per game tick within the radiation zone. Configuration file:
{ "Melting Speed Modifier": 1.5, "Melting Items Configuration": [ { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 555, "Maximum Amount (Melt)": 789, "Custom Item": { "Display Name": "RadMetall Ore", "Short Name": "metal.ore", "Skin ID": 2886986763 }, "Melted Item": { "Display Name": "", "Short Name": "metal.fragments", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 0.7 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 10, "Maximum Amount (Melt)": 20, "Custom Item": { "Display Name": "RadHqMetal Ore", "Short Name": "hq.metal.ore", "Skin ID": 2887107494 }, "Melted Item": { "Display Name": "", "Short Name": "metal.refined", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/metal-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 25, "Maximum Amount (Melt)": 65, "Custom Item": { "Display Name": "RadCoal Ore", "Short Name": "hq.metal.ore", "Skin ID": 2889416743 }, "Melted Item": { "Display Name": "", "Short Name": "charcoal", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/stone-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/stone-ore.prefab" ], "Drop Chance": 2, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 150, "Maximum Amount (Melt)": 280, "Custom Item": { "Display Name": "RadStone Ore", "Short Name": "hq.metal.ore", "Skin ID": 2886986572 }, "Melted Item": { "Display Name": "", "Short Name": "metal.fragments", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.3 } }, { "Valid Prefabs": [ "assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_sand/sulfur-ore.prefab", "assets/bundled/prefabs/autospawn/resource/ores_snow/sulfur-ore.prefab" ], "Drop Chance": 1, "Minimum Amount (Drop)": 1, "Maximum Amount (Drop)": 1, "Minimum Amount (Melt)": 249, "Maximum Amount (Melt)": 461, "Custom Item": { "Display Name": "RadSulfur Ore", "Short Name": "sulfur.ore", "Skin ID": 2886986316 }, "Melted Item": { "Display Name": "", "Short Name": "sulfur", "Skin ID": 0 }, "Radiation Settings": { "Radius": 15.0, "Tick Damage": 1.0 } } ] }
- #xradiationore
- #radiation ore rust
-
(and 1 more)
Tagged with:
-
Walkie-Talkie
Introducing the Walkie-Talkie Plugin: Seamlessly integrate real-time communication into your gaming experience! Stay connected with your teammates, strategize on-the-go, and coordinate your moves effortlessly with this immersive in-game communication tool. Whether you're navigating treacherous terrains or planning tactical maneuvers, the Walkie-Talkie keeps you in sync, enhancing teamwork and elevating your gaming adventure to a whole new level!
Features:
Gives players the ability to commiserate with each other, come up with strategies, and ambush each other. It is possible to create different variations of walkie-talkies for different distances. By default, 5 variations of walkie-talkies are given ready-made. Walkie-talkies can be both automatic and manual (in manual mode it is necessary to press LMB to hold the walkie-talkie, in automatic mode it is not required).
Installation:
Before installing the plugin, make sure you have the CustomItemDefinitions library installed.
It is necessary for the plugin to work. Download it here. Put this plugin in the plugins folder How does a walkie-talkie work?
Several players must have a walkie-talkie tuned to the same frequency in their inventory.
To start talking into the walkie-talkie you need to take it in your hand, then press LMB (in case of manual walkie-talkie, for automatic walkie-talkie it is not required) and then press V button (if the microphone mode is enabled), that's it, now you can start talking.
How do I get a walkie-talkie?
Since each walkie-talkie has its own unique shortname and ItemId you can receive it like any other item. That is, you can give it out via the give or giveto command, or add it to the loot table or other ways via plugins.
- #custom item
- #walkie
-
(and 4 more)
Tagged with:
-
Restore Corpse
This plugin give the possibility to restore the very last corpse via chat or console command, and teleport the lootbag from a corpse back to the player, independently from the location. Only the content of the corpse, dropped tool/weapon is not supported, if not stick to the corpse. If the player die repeatedly, the previous corpses can't be restored, only the last.
Permissions
restorecorpse.allow - Permission to use the plugin feature via Chat command.
Configuration
SecurityStringAgainstF1use - used as additional protection, if the players knows the console command, and want to try the console command, without the restorecorpse.allow permission, to bypass it, for example if you want to put this console call into your shop as a buy-able feature.
RestoreCommand and RestoreCommandConsole - Manually set-able commands for Chat and Console Usage.
EnableReminder - Send reminder to the player, that there is a feature to restore the corpse, after death and weak-up.
Example Configuration:
{ "SecurityStringAgainstF1use": "Abc123", "RestoreCommand": "restorecorpse", "RestoreCommandConsole": "restorecorpseconsole", "EnableReminder": true } Commands
/restorecorpse - (If you set it as RestoreCommand) - Chat command, restore the last, still active corpse content and teleport the lootbag under the player. restorecorpseconsole Abc123 usersteamID - Console command, restore the last, still active corpse content and teleport the lootbag under the player, without the Security password, it is restricted. Localization
English language file generated by default, texts supported by the language files.
-
Scientist Horse
Command for spawn - /spawnrider
FEATURES:
Setup population, scan radius for rider, e.t.c. in the config If a scientist sees a player, he will be hunted Automatically spawns every 60 seconds at random if the population has not reached the limit
P.s - (My Discord - tofurahie#4144)
Config:
{ "Bonus damage to NPCs on horseback": 6.0, "Maximum Riders population": 10, "Kill horse after NPC death": true, "Rider types": [ { "Prefab of NPC": "assets/rust.ai/agents/npcplayer/humannpc/scientist/scientistnpc_full_lr300.prefab", "List of armor for NPC": [ "hazmatsuit" ], "Horse armor": "horse.armor.roadsign", "Scan radius for Rider(Find player)": 100 } ] }- #scientist
- #horse
- (and 4 more)
-
Biplane
This plugin will add a biplane to your server! You can configure its spawn on any monuments, give it as an item, and also put it up for sale in a custom AirWolf store, which is included in the plugin.
The biplane can shoot rockets and drop bombs!
In the plugin, you can create various configurations of biplanes, in which you can change their speed and power, set the number of slots in the box, allow or prohibit firing rockets and bombing, etc. The biplane can be placed on a standard carlift, in which the engine can be replaced or the aircraft repaired.
Сontrol
W – thrust; Mouse – direction; A/D – cren axis; Left mouse button – rocket shot; Right mouse button – dropping the bomb;
Chat commands:
/biplanemonument – adds the monument you are on in the plugin config; /biplanemonumentpoint – adds a random spawn point to the monument you are on; /biplaneseller – sets the spawn point of the seller on the monument you are on; /biplanesellerpoint – sets the spawn point of the biplane after purchase on the monument you are on; /givebiplane <itempresetname> – give yourself a biplane item. /biplanecustomspawnpoint - adds a custom biplane spawn point in your position
Console commands
givebiplane <itempresetname> – give yourself a biplane item; givebiplane <itempresetname> <userid> – give a biplane to player.
Plugin Config
en – example of plugin configuration in English ru – example of plugin configuration in Russian
My Discord: Adem#9554
Join the Mad Mappers Discord here!
Check out more of my work here!