Plugins
45 topics in this forum
-
View File CUI Editor CUIEditor - standalone Rust Community UI Editor. Create complex UIs with ease! This is a fork of https://github.com/bazuka5801/CuiBuilder Open Help->Keybinds to see available keybinds. Submitter _senyaa Submitted 04/09/2022 Category Tools
-
-
- 4 replies
- 2.9k views
-
-
View File Quick Gut Do you want to make your players lives easier? QuickGut allows your players to gut stacks of fish instantly! Saving time and making them happy! Plugin is simple and straight forward with no configuration! Note: By default quickgut wont be enabled for the player, they ether need to enter the command /gut to enable it or you need to give them the permission quickgut.active when given access... Permissions: quickgut.use - Allows the player to use the command /gut and allows them to gut fish instantly! quickgut.active - Toggle weather the player has quickgut enabled or not! Comman…
-
- 0 replies
- 657 views
-
-
View File Apples At a configurable rate and amount setting , apple(s) can fall from a tree making it a little less hard to find food Features : Drops a set amount of apples after cutting down trees Set the droprates (0 to 1) ea 0.25 would be 25% chance Simple configuration Permissions Debug option for console logging Permissions : apples.drop : To give the player the chance to find the apples Configuration : { "Main config": { "Debug": false, "Chat Steam64ID": 0, "Chat Prefix": "[<color=orange>Apples</color>] : " }, "Dropchance (0-1)": 0.5, "Min app…
-
- 0 replies
- 726 views
-
-
View File SAM Site Targets Ever wanted to make SAMSites shoot at the Heli or whatever? Well you can with SAMSiteTargets, Config is easy and simple, use https://github.com/OrangeWulf/Rust-Docs/blob/master/Entities.md to find the entities shortprefabname, and change the config and bam! Notes: Unfortunately the default targeting vehicles like the minicopter are hardcoded in the samsite code, so if u change the targeting range to under 150 it wont work as the hardcoded value takes over... If you have the permission set to "", it would make it so all SAMSites attack that entity, bypassing the entity owner check! Configur…
-
- 0 replies
- 917 views
-
-
View File Vendor Block Previously known as my Free AirwolfBlock plugin but rebranded and with permission system , blocks interaction with the 3 vehicle vendors Featured : Permission system Support for Airwolf Vendor (Bandit camp) Support for Boat Vendor (Fishing village) Support for Horse Vendor (Stables) Language file included No configuration Lightweight Permissions : (To be excluded from the block) vendorblock.heli vendorblock.boat vendorblock.horse Localisation : { "VendorReplyAirwolf": "Using the Airwolf Vendor is disabled on this server!", "Vend…
-
- 0 replies
- 803 views
-
-
View File ZoneIndicator Simple plugin that shows a small UI indicating what zone you are in, It is highly configurable and easy! Notes: ZoneManager is required! The text of the zone would be configured in the zonemanager plugins datafile under the name parameter! AlwaysShow - Means that the UI will always be shown weather there is a zone or not! UseWhitelist - True means that it will only show zones that are in the Whitelist! ZoneUISettings - Allows you to add custom UI settings for a zone, If there is none for that zone it results back to the default setting! Permissions: zoneindicator.use…
-
- 0 replies
- 702 views
-
-
View File Effects Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/ If you want other effects, message me and i can add them :) Permissions: effects.use Commands: /vomit <optional playername> /blur <optional playername> /shake <optional playername> /breathe <optional playername> /lick <optional playername> /killeffects <optional playername> Config: { "Effects": { "vomit": { "Enabled": true, "InstantEffect": …
-
- 0 replies
- 824 views
-
-
View File Cooking Effects Wrapper Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies. Notes: Effects: Vomit, Blur, Lick, Breathe, Shake Configuration: { "Recipes": { "hamburger": { "vomit": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "lick": { "Enabled": true, "InstantEffect": true,…
-
- 0 replies
- 947 views
-
-
View File InventoryRewards Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command! Notes: If Permission or Message is not set aka "" then they will be skipped! Configuration: { "Commands": { "firebullets": { "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64", "Permission": "firebullets", "Message": "Enjoy the fire bullets!", "TakeItems": true, "Items": [ { "Shortname": "ammo.rifle", "Amount": 64 }, { "Shortname": "lowgradefuel", …
-
- 0 replies
- 711 views
-
-
View File Notify Animal Feed Notify Addon that will popup the notification when killing animals. Features : works with both the Notify versions. lightweight Simple config Animal naming can be changed through language file. Permission system Option through config to use any Notify profile (can create profiles) Supported Animals : Bear Polarbear Boar Chicken Horse (Wild horse) Stag Wolf Wolf2 (new wolf AI) Zombie (minecraft) Simpleshark (Shark) Permissions : notifyanimalfeed.use : Grant user permission to see th…
-
- 0 replies
- 822 views
-
-
View File Weapon Damage Modifier Modifies the damage from your weapon. Permission = "weapondamagemodifier.use"; Some weapons have already been added to the config file for example. You can edit the list to your liking by adding or removing weapons from the list. How to find out the shortname of a weapon? Enable debugging in the config file. "Default: what weapon the player is using, what damage was received from this weapon.": true, "Modifier: what weapon the player is using, what damage was received from this weapon.": true Reload the plugin. Choose an active weapon for your character, and deal damage to the enti…
-
- 0 replies
- 1k views
-
-
View File Magic Poncho Magic Poncho is an item with a custom skin and additional abilities to farm more resources in the game. Poncho is slightly visible in the dark. The plugin provides the ability to customize which item needs to be increased when collecting or farming resources. The plugin provides the ability to smelt the extracted resources. Ponchos can be repaired because ponchos lose their durability when farmed. The plugin provides the ability to craft a poncho. It is possible to issue an item through the server console, a command in the chat, or through another plugin. To issue a poncho through another plugin, use:…
-
- 0 replies
- 830 views
-
-
View File Allowed сonnection Connecting to your server using the specified Steam ID. Good for testing a server, or for a group of friends who need privacy. Just add a Steam ID to the config file and you will be able to connect to the server. Default config file. { "Connect [SteamID]": [ "*****************", "*****************" ] } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins
-
- 0 replies
- 1.1k views
-
-
View File Horse Treatment Maybe someday you need to cure your horse? Then this plugin is for you. Take the medical syringe and walk close to the horse and press the right mouse button. 1 medical syringe will restore 25 HP for a horse. Permission "horsetreatment.use" Configuration file. { "Settings": { "Horse Life Recovery Quantity.": 25.0 } } Submitter FlamesFenix Submitted 05/17/2022 Category Plugins
-
- 0 replies
- 791 views
-
-
View File Turret Blocked Plugin to block specific weapons or ammo in the auto turret To bypass the blocking, it is provided. Permission = "turretblocked.bypassblocked" Configuration file. { "Prohibited weapon.": [ "lmg.m249", "rifle.l96", "rifle.m39", "rifle.ak", "rifle.lr300", "rifle.bolt", "rifle.semiauto" ], "Prohibited ammunition.": [ "ammo.rifle.explosive", "ammo.rifle.incendiary", "ammo.rifle.hv", "ammo.rifle" ] } Submitter FlamesFenix Submitted 05/17/2022 …
-
- 0 replies
- 825 views
-
-
View File Armor Not Forever This plugin allows NPC to not only deal damage to the on hit player, but also reduce the durability of equipped armor. Currently, the plugin randomly selects from the available equipped armor what has durability and reduces this value when it hits the player. The perfect plugin for Hardcore servers to keep players from stockpiling a lot of items. The plugin only processes items that have a durability scale. Reduces armor durability for each item that is listed in the config file. Permission, for the plugin to work = "armornotforever.use"; Permission, armor will take damage such a…
-
- 0 replies
- 1.1k views
-
-
View File Reskinnable Horses This plugin allows players to reskin their horses! Configuration Example ReskinnableHorses.json { "(1) Use Permission": "reskinnablehorses.use", "(2) Unlock all breeds permission": "reskinnablehorses.all", "(3) Individual permissions (leave breed names intact)": { "Appaloosa": "reskinnablehorses.appaloosa", "Bay": "reskinnablehorses.bay", "Black": "reskinnablehorses.black", "Bucksin": "reskinnablehorses.bucksin", "Chestnut": "reskinnablehorses.chestnut", "DappleGrey": "reskinnablehorses.dapplegrey", "PieBald": "reskinnableh…
-
- 0 replies
- 821 views
-
-
View File Car Vendor About Car Vendor This plugin adds Car Vendor NPCs Adding Car vendors to your server There are two ways to do this - Add both Vendor spawnpoint and Car spawnpoint to your map. Make sure not to break the trigger prefab. Or you can run /carvendor set_car_spawnpoint and then /carvendor spawn_npc To run these commands you need to have carvendor.spawn permission Spawnpoints are automatically saved to a datafile. To wipe them run /carvendor reset Configuration …
-
- 0 replies
- 1.5k views
-
-
View File WaterBikes This plugin adds water bikes with customizable physics! Commands /waterbike - Spawns waterbike near player (requires waterbikes.spawn permission) /waterbike_debug - show buoyancy points (admin only) Each buoyancy point has force and size parameters Localization English Russian Configuration Example WaterBikes.json (some parts are shortened) { "(0) Waterbike price item short name:amount (0 - free)": { "Key": "scrap", "Value": 0 }, "(00) Spawn cooldown (in seconds)": 120, "(1) Wate…
-
- 0 replies
- 794 views
-
-
View File ServerRulesGUI Simple and highly customizable UI, Show your players the rules when they first connect to the server! Text Styling: Yes u can combine them! <color=red>This changes the text color to red!</color> <b>This makes text bold!</b> <i>This makes text italic!</i> <size=20>This changes the text size to 20!</size> Commands: /rules - shows the rules! Configuration: { "Text": [ "1: Do not break into peoples bases, this is a pve server!", "2: Do not steel from players bases/inventory and so on!" ], "UI": { "Main…
-
- 0 replies
- 792 views
-