Aussie4life's Wishlist
-
IQTravellingVendor
IQTravellingVendor - an excellent addition to your server! Allows complete customization of sales with a wandering vendor!
It's suitable for all types of servers!
Configure the wandering vendor as you wish and set pricing policies tailored to your server!
List of features:
Presets:
Create an unlimited number of different presets for the vendor and specify their random appearance! This allows you to configure vendors such as weapons or clothing vendors with specific chances using the configuration!
Dynamic Pricing:
You can create and specify pricing for each item separately in each preset, controlling both low and high prices, including the chance and price range!
Item Restocking:
Control when and how much the vendor restocks items, in case they are all purchased!
The plugin controls all trading parameters of the wandering vendor!
It applies only to the wandering vendor and does not affect other shops.
❗The memo*
- Alas, at the moment the merchant does not support the sale/purchase of custom items with SkinID
If the developers add this functionality, it will also appear in the plugin!
Configuration :
{ "Random presets configuration for spawning [PresetKey] = Chance (0-100)": { "RESOURCE_VENDOR": 70, "ATTIRE_VENDOR": 30, "TOOLS_VENDOR": 20, "WEAPON_VENDOR": 10 }, "Presets for the travelling vendor [UniquePresetKey] = Configuration": { "WEAPON_VENDOR": { "Configuration of items for sale and their prices": [ { "Item for sale": { "Item for sale": { "ShortName": "minigun", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 999 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "military flamethrower", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 799 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rocket.launcher", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 599 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "lmg.m249", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 499 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rifle.lr300", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 399 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } }, { "Item for sale": { "Item for sale": { "ShortName": "rifle.m39", "Amount": 1 }, "Stock replenishment settings": { "Amount to replenish per N time": 1, "Time (seconds) for replenishing N amount of goods": 1200 } }, "Item price": { "Item price": { "ShortName": "scrap", "Amount": 299 }, "Additional pricing configuration": { "Use random price range (true - yes/false - no)": false, "Very low price chance for item (higher values increase the chance of item being at a very low price) (0-100)": 50, "Range of inflated prices for item": { "Minimum price for inflated price": 20, "Maximum price for inflated price": 30 }, "Range of discounted prices for item": { "Minimum price for discounted price": 5, "Maximum price for discounted price": 10 } } } } ] }, } }
- #travelvendor
- #travels
-
(and 7 more)
Tagged with:
-
Chat to Notifications
Filter chat messages by keywords and convert them to notifications. You can configure what messages to exclude in the config file to show as a notification instead.
Multiline messages now supported.
Use examples
Clear chat spam caused by some plugins by moving them from chat area to notification area, players can then actually see each other's messages. Give your players the ability to look back at some of the messages sent by an event plugin for example (which is usually essential for them to complete the event and is usually lost in chat), they can look back at these messages by typing /n, and read what they missed. Highlight your broadcasted messages to players when you use the 'say' command. On PVE servers, you can convert messages sent by players when they call a monument they are looting by adding them to the filters (@bradley, @trainyard, etc..).
Chat Commands
/n - (Shows list of recently appeared notifications - can be changed in config) /n disable - (Disables notifications for player) /n enable - (Enables back notifications for player)
Video (shows an older version)
Configuration
{ "General settings": { "Can filter player messages?": true, "Recent notifications command": "n", "Show time (gametime, servertime, none)": "gametime" }, "Server messages settings - 'say' command": { "Convert all server messages?": false, "Prefix": "[Server]", "Prefix color": "#FFB84C" }, "Notification area settings": { "Time visible (in seconds)": 10, "Max # of notifications visible": 5, "Alternate color 1": "#212741", "Alternate color 2": "#303856", "Opacity": 70, "Width": 350, "Position (Top, TopLeft, TopRight, Left, Right, Center, Bottom, BottomLeft, BottomRight)": "TopRight", "X axis": 15, "Y axis": 15, "Single notification settings": { "Height": 20, "Font size": 11, "Text alignment (left, right, center)": "center", "Default text color (if not formatted)": "#ffffff" } }, "Recent notifications modal settings": { "Primary color": "#212741", "Secondary color 1": "#18122B", "Secondary color 2": "#303856" }, "Message filtering rules": [ { "Text to match": "Rust Rewards", "Is RegEx (Advanced)": false, "Show as notification": true, "Keep in chat": false, "Formatting": { "Color setting": { "Use custom color": false, "Custom color": null }, "Regex formatting (Advanced)": { "Enabled": false, "Pattern": null, "Replacement": null } } }, { "Text to match": "[DeathNotes]", "Is RegEx (Advanced)": false, "Show as notification": true, "Keep in chat": false, "Formatting": { "Color setting": { "Use custom color": false, "Custom color": null }, "Regex formatting (Advanced)": { "Enabled": false, "Pattern": null, "Replacement": null } } }, { "Text to match": "Raidable Bases", "Is RegEx (Advanced)": false, "Show as notification": true, "Keep in chat": false, "Formatting": { "Color setting": { "Use custom color": false, "Custom color": null }, "Regex formatting (Advanced)": { "Enabled": false, "Pattern": null, "Replacement": null } } } ], "Version": { "Major": 1, "Minor": 3, "Patch": 0 } }
Credits
@nivex - performance enhancements in version 1.2.14 (thank you)
-
Armored Train [Halloween Update]
Halloween Update
Have you already prepared your server for Halloween?
On the eve of the Halloween Rust update, I have prepared for customization of all armored train cars.
After installing the update, customization will be automatically applied to all cars in the configuration of the armored train. To disable this, make the "Customization preset" parameter empty in the config.
New Year Update
The New Year is coming and I have prepared for you a new preset customization for the train!After installing the update, customization will be automatically applied to all cars in the configuration of the armored train. To disable this, make the "Customization preset" parameter empty in the config.
You can also disable the customization of certain wagons or change the customization of the NPCs in the file oxide/data/ArmoredTrain/NewYear
New Year's map from the video:
This plugin will add an armored train to your server, which can travel both in the subway and by rail.
It can consist of any number of wagons. A helicopter can accompany it.
Bradley, npc, turrets, simsites can be installed on the train.
The plugin allows you to create any number of train presets, for which the order of wagons, the helicopter preset, the probability of spawn and the duration of patrolling can be specified. Each wagon or locomotive can be configured separately. Any speed can be set by the locomotive.If there is no spawn of trains on the surface on your custom map, read the section “Custom spawn points”
Custom spawn points
If you are using a custom map in which there are no spawn trains on the surface, but there is a railway, then for the train to work on the surface, you need to add custom spawn points of the train.
Instruction:
Stand at the point where you want the train to spawn Enter the command /atrainpoint If you receive a message that a point has been created, enable “Use custom spawn coordinates [true/false]” in config For correct operation, it is recommended to create several spawn points of the train
Chat commands (only for administrators)
/atrainstart– launches the event in a random configuration /atrainstartunderground - forcibly launches an event underground /atrainstartaboveground - forcibly launches an event aboveground /atrainstart <trainPresetName> – launches the event in the <trainPresetName> configuration /atrainstartunderground <trainPresetName> /atrainstartaboveground <trainPresetName> /atrainstop– stops the event /atrainpoint– creates a custom spawn point of the train in your position
Console commands (RCON only)
atrainstart– launches the event in a random configuration atrainstartunderground - forcibly launches an event underground atrainstartaboveground - forcibly launches an event aboveground atrainstart <trainPresetName> – launches the event in the <trainPresetName> configuration atrainstartunderground <trainPresetName> atrainstartaboveground <trainPresetName> atrainstop – stops the event
Config
en – example of plugin configuration in English ru – example of plugin configuration in Russian
Dependencies (optional, not required)
True PVE PveMode GUI Announcements Notify DiscordMessages AlphaLoot CustomLoot Economics Server Rewards IQEconomic Api
bool IsArmoredTrainActive() bool StopArmoredTrain() bool StartArmoredTrainEvent() bool EndArmoredTrainEvent() bool IsTrainBradley(uint netID) bool IsTrainHeli(uint netID) bool IsTrainCrate(uint netID) bool IsTrainSamSite(uint netID) bool IsTrainWagon(uint netID) bool IsTrainTurret(uint netID) Vector3 ArmoredTrainLocomotivePosition()
Hooks
OnArmoredTrainEventStart OnArmoredTrainEventStop
Contact me in Discord: Adem#955
-
Convoy Reforged
Set your server apart with a roaming mobile event that has nearly endless configuration options! Configure the loot truck as well as the Convoy of protection vehicles ranging from sedans, module cars, Bradley tanks, motorbikes, vendor trucks, to a patrol helicopter! The plugin runs on custom and procedural generated maps, can use custom routes or let the plugin find a random route based on your configuration.
You can make yours an aggressive or a peaceful Convoy, who shoots first? You can set all kinds of parameters regarding the many pieces of the event, how to beat it, whether destroying the loot truck destroys the loot or not for example. There are many compatible plugins like TruePVE, GUIAnnouncements, Notify, DiscordMessages, and RustCord to name a few. The plugin has a built in UI that will give you important information about the event as you are inside it's zone. Check the map to see the location of the event as a marker and even see the timer on the event! All of the ground vehicles are driven and filled with NPCs. Every vehicle, the NPCs, and the loot as well as all timers can be configured to suit your server. A PvP zone can be created within the event area for those of you who use TruePVE to control damage on your servers. The limits are nearly endless!
If you have some players on your server that you want to really send everything you have at, this is the plugin for you. Watch players crap their pants when they first encounter a full Convoy with multiple tanks and a Patrol Heli all attacking at once. Sit back and delight in their fear as all of the vehicles empty their occupants and NPCs swarm them mercilessly!
Required Dependency (must install this free plugin)
NpcSpawn – link is included and can be found in the ReadMe file included with download
Chat commands (admin only)
/convoystart - launches the event using a random preset based on your configuration /convoystart PresetName - add the name of a preset from the configuration to launch a specific preset /convoystop - stops the event /convoyroadblock - the event will not be held on the road where you are standing (clear the Blocked roads section of config when you change maps) /convoypathstart - stand at starting point and enter command to start recording a custom route /convoypathsave RoutePresetName - to save a custom route (enter anything you'd like in place of RoutePresetName) multiple routes can be added to one route preset, one will be selected at random in this case /convoypathcancel - to reset the route
Console commands (RCON only)
convoystart - launches the event using a random preset based on your configuration convoystart PresetName - add the name of a preset from the configuration to launch a specific preset convoystop - stops the event
Plugin Config
en – example of plugin configuration in English ru – example of plugin configuration in Russian
API
bool IsConvoyVehicle(BaseEntity entity) bool IsConvoyCrate(StorageContainer crate) bool IsConvoyHeli(PatrolHelicopter patrolHelicopter)
Hooks
void OnConvoyStart() - сalled when a convoy appears void OnConvoyStop() - сalled when a convoy disappears void OnPlayerEnterConvoy(BasePlayer player) - сalled when a player enters the event area void OnPlayerExitConvoy(BasePlayer player) - сalled when the player leaves the event area void OnConvoyEventWin(ulong userId) - called at the end of the event and informs about its winner
Check out the rest of my work: Adem's Codefling Library
You can reach out to me in Discord: Adem's Discord Profile
Thanks to Jbird for writing, translation, & support: Jbird's Discord Profile
Join the Mad Mappers Discord!
-
Stack Modifier
This plugin will seamlessly handle all of the ugly side effects and glitches.
Thanks to Stack-modifier's feature additions, it makes it feel just like Rusts default behavior, but better!
Features
Has a GUI Editor Patches Industrial Conveyor stack issues! Blocks Player movements while using GUI Editor Including Keybinds! This plugin has 2 commands and no Lang file Supports stacking of liquids Supports Stacking of Fuel Containers (hats, tools, etc.) Supports Stacking of Guns Supports Weapon Attachments Supports Stacking of Skins Works with SkinBox plugins Supports Stacking of Custom Items Supports Stacking of Custom Items with Custom Display Names Supports Stacking of Key Cards without losing the stack when swiping Supports Stacking Candy Cane Club without losing the stack while lick Support for modified presents for unwrapping The largest possible value in C# is 2,147,483,647 Which means anything over this stack-size will break the plugin Limits wearable clothing items to stack sizes of 1! ( on the player wear container only ) Limits weapon attachments to stack sizes of 1! ( On the weapon its self! so you can have bigger stacks! ) Known Conflicts
RoadBradley & HeliSignals Are doing item creations wrong and setting the item.name field as vanilla item display names thus breaking stack support. ( don't set a vanilla display name only set them if its custom names as the fix ) Davids Shop UI ( recently changed how his default data files are createdfor items ) ( you need to generate a new Items.json file and re-do custom items / pricing inside it to fix stack bugs with old data files ) Magic Coin uses some of the same hooks set up config in it correctly to not conflict Custom Skin Stack Fix not needed this handles it properly Stack Size Controller cannot have 2 of the same plugins basically Extra Loot causes a stacking bug when a reboot occurs with skinned items preventing old skinned items from stacking with new skinned items IndustrialCustomSkinsFix not needed stack-modifier has the same patch in it. IQAlcoholFarm by BadMandarin/Mercury is not supported & will cause stack bugs / problems ( could be supported with an author update, but current version is not supported ) ItemPerks by imthenewguy Causes stack bugs/problems just by having this plugin on your server due to harmony patching done inside it + repair logic is bugged. Item creation is also not handled properly resulting in duplication issues with Conveyor movements nothing can be done about that. ( plugin requires a full rewrite for proper support & repairs. ) Plugins that do not handle Item Creation Correctly: ( Which break stacks )
Custom Item Drops by Machine ( Always sets the vanilla display name when its supposed to be null for vanilla items ) XP System by fastburst ( Always sets the vanilla display name when its supposed to be null for vanilla items ) Copy Paste ( Items created by copy paste its self will not stack since item creation is not handled properly ) This list will be constantly updated as devs fix their code accordingly & new ones are discovered to be flawed.
Getting Started - Click Either Link to play video
Video One
Video Two
Permissions
stackmodifier.admin - Allows players access to the UI Editor. Chat Commands
/stackmodifier -- Opens Editor UI, Must enable config option "Enable UI Editor": true /stackmodifier.reset ( is also console cmd ) -- Requires stackmodifier.admin perm ( resets stack-sizes ) /resetvenders -- Requires being an admin, only resets facepunches messed-up vendors, not all /stackmodifiercolor <inputpanel|inputtext|text|transparent> <color> <alpha|ex, 0.98> Example /stackmodifiercolor inputpanel #207086 0.25 UI Editor Commands
set 8 -- Inside a categories Search Bar, type set and a value and it will apply it to the whole category, reset -- Inside a categories Search Bar type reset hit the enter key or click out of the field and it resets it. multiply -- Inside a categorie use the Search Bar & type multiply and a value and it will apply it to the whole category. if you reset or set, re-click the Category Tab to refresh it before making more changes! Otherwise you will have to do your first edit twice for it to start working again UI Editor Without Images?
* At the top of the config you will see the following setting set to true save and reload.
"Disable Images for UI Editor": false, < Disables images and allows full use Having Problems?
* Warning this plugin is not compatible with custom-skins-stacks-fix plugin since this already handles everything.
* If you already have a plugin that modifies the rust stack sizes you will first need to remove that plugin.
* Then you simply load Stack Modifier onto your server open the config and start editing the Modified values to your new stack-size amounts!
* When you are done simply save and reload the plugin! ( oxide. reload StackModifier )
* Alternatively you can utilize the built-in UI Editor and not ever need to touch the config!
* Admins - Auth level 2 will always be ignored.
* This plugin is not compatible with BetterVanish, I only support Vanish from umod.
How to revert to vanilla?
* Run the reset command while having the stackmodifier.admin perm or Unload Stack Modifier, delete the config, and restart your server.
* It will reset the config back to vanilla settings allowing you to start over.
API Hooks
Interface.CallHook("OnStackSizeUpdated"); //called after the plugin updates the stack sizes on server reboots & when reloading the plugin. //It's also still called right after the UI editor is closed from modifying. //Inside the oxide hook I use called OnItemAddedToContainer theirs a hook of mine, if called mine will not touch it or fix the stacks. if (Interface.CallHook("OnIgnoreStackSize", player, item) != null) return; ## Configuration
{ "Disable Weapon Attachment stack fix (Unsubscribes from both OnWeaponModChange & CanMoveItem)": false, "Disable Wearable Clothes fix (Unsubscribes from OnItemAddedToContainer)": false, "Disable Ammo/Fuel duplication fix (Recommended false)": false, "Disable Candy Cane Club Lick fix & unwrap fix (Unsubscribes from OnItemAction)": false, "Disable OnCardSwipe fix (Unsubscribes from OnCardSwipe)": false, "Enable VendingMachine Ammo Fix (Recommended)": true, "Enable UI Editor": true, "Disable Images / Toggles off Images for UI Editor": false, "Sets editor command": "stackmodifier", "Sets reset command for both console & chat": "stackmodifier.reset", "Sets editor color command": "stackmodifiercolor", "Sets Default Category to open": "All", "Stack Modifier UI Title": "Stack Modifier Editor ◝(⁰▿⁰)◜", "UI - Stack Size Label": "Default Stacks", "UI - Set Stack Label": "Set Stacks", "UI - Search Bar Label": "Search", "UI - Back Button Text": "◀", "UI - Forward Button Text": "▶", "UI - Close Label": "✖", "Colors": { "InputPanel": { "Hex": "#0E0E10", "Rgb": "0.0549019607843137 0.0549019607843137 0.0627450980392157 0.98" }, "InputText": { "Hex": "#FFE24B", "Rgb": "1 0.886274509803922 0.294117647058824 0.15" }, "TextColor": { "Hex": "#FFFFFF", "Rgb": "1 1 1 1" }, "Transparency": { "Hex": "#", "Rgb": "0 0 0 0.95" } }, "Category Stack Multipliers": { "Attire": 1, "Misc": 1, "Items": 1, "Ammunition": 1, "Construction": 1, "Component": 1, "Traps": 1, "Electrical": 1, "Fun": 1, "Food": 1, "Resources": 1, "Tool": 1, "Weapon": 1, "Medical": 1 }, "Stack Categories": { "Attire": { "hat.wolf": { "DisplayName": "Wolf Headdress", "Modified": 10 }, "horse.shoes.basic": { "DisplayName": "Basic Horse Shoes", "Modified": 10 } }, "Misc": { "fogmachine": { "DisplayName": "Fogger-3000", "Modified": 10 }, "sickle": { "DisplayName": "Sickle", "Modified": 10 } }, "Items": { "kayak": { "DisplayName": "Kayak", "Modified": 10 }, "map": { "DisplayName": "Paper Map", "Modified": 10 } }, "Ammunition": { "ammo.grenadelauncher.buckshot": { "DisplayName": "40mm Shotgun Round", "Modified": 20 }, "ammo.rocket.sam": { "DisplayName": "SAM Ammo", "Modified": 10 } }, "Construction": { "door.double.hinged.metal": { "DisplayName": "Sheet Metal Double Door", "Modified": 10 }, "building.planner": { "DisplayName": "Building Plan", "Modified": 10 } }, "Component": { "bleach": { "DisplayName": "Bleach", "Modified": 2 }, "vehicle.module": { "DisplayName": "Generic vehicle module", "Modified": 10 } }, "Traps": { "trap.bear": { "DisplayName": "Snap Trap", "Modified": 30 }, "samsite": { "DisplayName": "SAM Site", "Modified": 10 } }, "Electrical": { "ceilinglight": { "DisplayName": "Ceiling Light", "Modified": 10 }, "wiretool": { "DisplayName": "Wire Tool", "Modified": 100 } }, "Fun": { "firework.boomer.blue": { "DisplayName": "Blue Boomer", "Modified": 200 }, "telephone": { "DisplayName": "Telephone", "Modified": 10 } }, "Food": { "apple": { "DisplayName": "Apple", "Modified": 100 }, "woodtea.pure": { "DisplayName": "Pure Wood Tea", "Modified": 100 } }, "Resources": { "skull.human": { "DisplayName": "Human Skull", "Modified": 10 }, "wood": { "DisplayName": "Wood", "Modified": 10 } }, "Tool": { "tool.instant_camera": { "DisplayName": "Instant Camera", "Modified": 10 }, "bucket.water": { "DisplayName": "Water Bucket", "Modified": 10 } }, "Weapon": { "gun.water": { "DisplayName": "Water Gun", "Modified": 10 }, "spear.wooden": { "DisplayName": "Wooden Spear", "Modified": 10 } }, "Medical": { "blood": { "DisplayName": "Blood", "Modified": 100 }, "bandage": { "DisplayName": "Bandage", "Modified": 30 } } } }
- #stacks
- #rust stacks
- (and 16 more)