suhturhn's Wishlist
-
IQAlcoholFarm
IQAlcohol – an unusual plugin that allows you to create an unusual alcohol farm among players on your server!
Players can make their own alcohol and consume it, getting various bonus and negative effects, which will add interest to the game!
It will also allow you to sell alcohol among players or for merchant Ivan, who will exchange a bottle of alcohol for interesting resources that you can customize!
CONFIGURATION - https://pastebin.com/w8SegLAt
Plugin Features :
Commands :
barrel.add <SteamID:Name:IP> - issue a fermentation barrel [ConsoleCommand]
/set.custom.npc NamePos - adds a position for an NPC [ChatCommand]
/remove.custom.npc NamePos - deletes a position for an NPC [ChatCommand]
Full customization of alcohol:
Changing the SkinID of alcohol Change of SkinID wort (alcohol consumable) SkinID change for Alcohol bottle Full customization and control of effects for a sip of alcohol:
The cost of one sip (how much liquid will be taken) The time of intoxication after one sip After what time will the negative effects work How many calories will one sip take off How much thirst will one sip take away How much health will be added after a sip Chance of negative effects How much to take away health after activating the negative effect How much to take away thirst after activating the negative effect How many calories to take away after activating the negative effect You can specify the positive effects modifiers yourself Setting up the fermentation of alcohol
Frequency of berry processing in seconds The number of berries in one processing tick (for wort) How much wort gives out for one processing tick How much wort fits into a barrel The size of the processor's inventory is wort How much water to process per minute Rates of wort and alcohol processing (IN the CAMPFIRE) Setting up NPC Merchants
Selection of places where NPCs will be installed (Airport, peaceful city, bandit city) Configuring the appearance of an NPC Clothing and SkinID The appearance of the NPC itself DisplayName NPC Setting up an NPC Exchange You can fully customize the exchange rate and the items that the NPC changes things for Setting up voice acting :
There is a voice acting for NPC (30% Russian (Ivan from Russia)) There is a database with a lot of greetings and goodbyes to the players NPC Animation -
IQBearRide
Conquer the world of RUST on a riding bear!
The bear has a portable inventory, increased characteristics such as speed, health and other indicators!
The plugin has an intuitive and pleasant interface for interacting with the bear, as well as an additional interface with instructions for managing it!
Your players will be able to fight on bears, kill other players or animals with the help of a bear!
Break trees and smash barrels!
Permissions :
Rights to use a bear by players - iqbearride.usedbear
Rights to give a bear to a player - iqbearride.givebear
Rights to give a teddy bear to a player - iqbearride.giveteddy
Detailed configuration in the configuration :
You will be able to change various indicators, such as : Movement speed Running speed Speed of turns Bear Growth Time Damage done Number of inventory cells Full interface configuration Full customization of the bear cub item Full customization of the bear item There is a language file and localization!
The plugin has support for many other plugins :
1. IQChat – configured in the plugin configuration
2. IQRates – the bear will mine the same amount as the player. He is affected by the same X production indicators as the player
3. Working with a variety of plugins to multiply mining ratings
4. AnimalLoot – bear prey will be affected by the settings from this plugin
5. IQCraftSystem – you can add the creation of an adult bear to the crafting system
Console Commands :
Permission for this command – iqbearride.givebear
iqbr.bear <SteamID:Name:IP> – Issuance of an adult bear
Permission for this command – iqbearride.giveteddy
iqbr.teddy<SteamID:Name:IP> – Issuing a bear cub
CONFIGURATION
{ "Chance of a bear cub falling out”: 20, "Make a bear immortal (true – yes/false – no)”: false, "The number of hp of the bear”: 1200, "How long does a bear grow in seconds”: 100, "Walking speed”: 5.0, "Leash speed”: 7.5, "Running speed”: 7.5, "Running speed with shift”: 10.0, "Turning speed”: 150.0, "Step size up (If you don’t know what it is, don’t touch this function)”: 1.0, "Step size down (If you don’t know what it is, don’t touch this function)”: 1.0, "Board size length (If you don’t know what it is, don’t touch this function)”: 1.5, "Board size width (If you don’t know what it is, don’t touch this function)”: 0.2, "The maximum height that can climb”: 50.0, "The radius of checking for objects (If you don’t know what it is, don’t touch this function)”: 0.6, "The radius of the rotation balls check (If you do not know what it is, do not touch this function)”: 0.35, "Maximum depth”: 150.0, "Inventory Size”: 24, "The damage inflicted is individual”: { "default”: 50.0, "player”: 20.0 }, "How much health to give when eating”: 50.0, "IQ Chat : Custom prefix in the chat”: "[IQBearRide]”, "IQChat : Custom avatar in the chat (If required)”: "0”, "IQChat : Use UI notifications”: false, "Setting up the Bear Item”: { "DisplayName”: "Bear”, "ShortName”: "stash.small”, "SkinId”: 2445048695 }, "Setting up the Bear Cub item”: { "DisplayName”: "Teddy bear”, "ShortName”: "stash.small”, "SkinId”: 2445033042 }, "Picture To Follow”: "https://i.imgur.com/0sGNhqD.png”, "Picture to ride”: "https://i.imgur.com/xar8gWn.png”, "Picture Raise”: "https://i.imgur.com/973xdCt.png”, "Picture Inventory”: "https://i.imgur.com/OpjOCgL.png”, "Picture Instructions”: "https://i.imgur.com/32JQy4R.png” }
-
Bank System
Enhance your server's economy with a comprehensive banking system! Players can manage their finances through ATMs, transfer money, and even earn interest. Fully customizable and integrable with other economy plugins.
💰 Features
ATM system: Players can install their own ATMs and receive profit from them. ATMs can break and be repaired. Money transfer system between players. Support for HumanNPC. Ability for players to earn money. Adds banknotes as a new item to the game. Auto Wipe options for each item. Works with third-party economy plugins (optional). Conversion from ServerRewards and Economics. 💻 Commands
bank - open the bank interface bank.givenote [target] [amount] - give banknotes to the player bank.giveatm [target] - give ATM to the player bank.setbalance [target] - set balance for the player bank.deposit [target] - deposit money to the player bank.withdraw [target] - withdraw money from a player bank.transfer [player] [target] - transfer money from a player to another player bank.wipe [type] (0 - all, 1 - players, 2 - logs, 3 - ATMs) - wipe data bank.convert.economics - convert from Economics bank.convert.serverrewards - convert from ServerRewards 📑 Hooks and API
The plugin provides several hooks and API methods for developers to integrate with other plugins or custom scripts.
Hooks:
private object CanPlayerCreateCard(BasePlayer player) private void OnPlayerCreatedCard(BasePlayer player) private void OnBalanceChanged(ulong member, int amount) API Methods:
private bool HasCard(BasePlayer player) private bool HasCard(ulong member) private int Balance(BasePlayer player) private int Balance(ulong member) private bool Deposit(BasePlayer player, int amount) private bool Deposit(string member, int amount) private bool Deposit(ulong member, int amount) private bool Withdraw(BasePlayer player, int amount) private bool Withdraw(string member, int amount) private bool Withdraw(ulong member, int amount) private bool Transfer(BasePlayer member, BasePlayer target, int amount) private bool Transfer(string member, string target, int amount) private bool Transfer(ulong member, ulong target, int amount) 🛡️ Permissions
Permissions can be configured in the plugin's config file. For example: "Permission (example: banksystem.use)": "banksystem.use", Additionally, you can set permissions for ATM breakage percentages. 📚 FAQ
Q: Where can I see an example of a config?
A: Config
Q: How do I spawn an ATM at a monument using BankSystem and MonumentAddons?
A: Follow these steps to auto-spawn an ATM at your monuments:
Go to a Monument:
Position yourself at a monument where you want the ATM to appear (e.g., near a vending machine location). Spawn a Vending Machine:
Run the following command to spawn a vending machine using MonumentAddons:
/maspawn vendingmachine.deployed Convert It to an ATM:
Immediately change the vending machine’s skin to the ATM design by running:
/maskin 2551771822
Confirm that 2551771822 matches the ATM skin ID configured in your BankSystem settings. Your ATM is now installed at the monument and will automatically respawn during wipes or map changes.
Q: How do I fix RUSTNote stack splitting issues?
A: You need to find "Enable item split control? (if there are errors with stack plugins - it is worth turning off)" in the config and set it to false.
-
VehicleBoxes
VehicleBoxes is a plugin that expands the vehicle storage system in the game. It allows players to attach and remove storage boxes from vehicles to create additional storage space and improve the overall utility of the vehicle.
The plugin aims to improve the game experience in Rust by providing more flexibility in vehicle usage. It adds an extra layer of customization and practicality to vehicles, making them even more valuable objects in the game.
Features:
- Add Boxes: Players can add storage boxes to supported vehicles.
- From version 1.2.0: you have the option to store a standard skinid
- Remove Boxes: Players can remove added boxes from vehicles.
- Vehicle Support: Currently supports Minicopter and Scrap Transport Helicopter.
- Permission System: Ensures that only authorized players can add or remove boxes.
- Configurable: Customizable box prefab and positioning for different vehicle types.
Commands:
/addbox Adds a storage box to the vehicle the player is looking at.
/removebox Removes the storage box from the vehicle the player is looking at.
Permissions:
vehicleboxes.addbox Allows players to add boxes to vehicles.
vehicleboxes.removebox Allows players to remove boxes from vehicles.
Configuration:
The plugin settings can be adjusted in the VehicleBoxes.json file in the config folder. Here you can change properties like the box prefab and the position/rotation for different vehicle types.
{ "BoxPrefab": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab", "BoxSkinId": 3107710831, "VehiclePositions": { "assets/content/vehicles/minicopter/minicopter.entity.prefab": { "Position": { "x": 0.0, "y": 0.31, "z": -0.57 }, "Rotation": { "x": 0.0, "y": 90.0, "z": 0.0 } }, "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab": { "Position": { "x": -0.5, "y": 0.85, "z": 1.75 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } } } } Multilingual Support:
The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages:
default: EN
DE | FR | ES | IT | TR | RU | UK
Please note that the language files were translated using the DeepL Language Tool
load, run, enjoy 💝
- #boxes
- #vehiclebox
-
(and 3 more)
Tagged with:
-
Personal Animal
Bring these intelligent animal companions to your server! They can fight, gather resources, carry supplies, and even be ridden. Choose from various customizable animals: bear, boar, chicken, deer, wolf, crocodile, panther or tiger! (new gen2 animals are supported, but in beta)
Features:
✔️ Resource Gathering & Looting
• Collect essential resources like wood, stone, and ore.
• Automatically gather resources within 50 meters using auto-pickup.
• Loot crates and boxes for valuable items.
✔️ A True Companion
• Command your animal to attack enemies, structures, or objects.
• Ride your animal for faster travel.
• Store items in the animal’s inventory (configurable up to 36 slots).
• Keep your companion healthy with a nutrition system that restores health.
Total Customization & Control
🎯 Animal Settings
• Select your preferred animal: Bear, Boar, Chicken, Deer, Wolf, Crocodile, Panther or Tiger.
• Configure max health, respawn time, and combat abilities.
• Adjust damage rates, player interactions, and looting permissions.
🛠️ User-Friendly Controls & UI
• Assign commands with a customizable buttons.
• Display 3D arrows over targets for better visibility.
• Fully customize the GUI layout, colors, and refresh rate.
• Blacklist specific items from your animal’s inventory bag.
🍖 Feeding System
• Enable nutrition settings to maintain your animal’s health.
• Configure health restoration values for different food items.
Useful Commands:
✅ /panimal – Spawn or despawn your animal.
✅ /panimal follow – Have your animal follow you.
✅ /panimal health – Check your animal’s current health.
✅ /panimal auto-pickup enable/disable – Turn resource auto-collection on or off.
✅ /panimal where – Locate your animal on the map.
📸 See It in Action! Watch the Video
📃 Configuration:
{ "Controls setup": { "Which button will assign tasks to the animal, attack / collect, etc. (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "MIDDLE_MOUSE", "Range of action of the assignment button": 25.0, "Display 3D arrows over a target?": true, "Arrow display duration": 2 }, "GUI setup": { "How many seconds to update the GUI?": 6, "Panel layer (Hud, Overlay, Overall, Hud.Menu, Under)": "Overlay", "Panel position": { "type": "RectTransform", "anchormin": "1 1", "anchormax": "1 1", "offsetmin": "-170 -104", "offsetmax": "-10 -10" }, "Second position of the panel (used if the player has a personal bot)": { "type": "RectTransform", "anchormin": "0.0 0.0", "anchormax": "1.0 1.0", "offsetmin": "0.0 0.0", "offsetmax": "0.0 0.0" }, "1 panel color": "#7f8c8d", "2 panel color": "#bdc3c7", "Health bar color": "#2ecc71", "Shortcut buttons": [] }, "Setting up personal animals by permission": { "personalanimal.wolf": { "The name of the animal to be selected through the command when spawning": "wolf", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "wolf", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.bear": { "The name of the animal to be selected through the command when spawning": "bear", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "bear", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.boar": { "The name of the animal to be selected through the command when spawning": "boar", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "boar", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.chicken": { "The name of the animal to be selected through the command when spawning": "chicken", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "chicken", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.stag": { "The name of the animal to be selected through the command when spawning": "stag", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "stag", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.polarbear": { "The name of the animal to be selected through the command when spawning": "polarbear", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "polar-bear", "Maximum health": 400, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } } }, "List of prefabs that the animal can loot (useful if the animal attacks loot instead of looting it)": [ "foodbox", "vehicle_parts" ] }
