Jump to content

Search the Community

Showing results for tags 'custom'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

  1. Version 1.3.1

    39 downloads

    Quarries have evolved into personal computers that can be placed within player bases, providing full customization. Everything, from fuel types to unlimited upgrades, is configurable, including upgrade requirements, mined items, and fuel. Seamlessly integrating with the industrial system. FEATURES Intuitive UI: Simulates old DOS programs for easy use Full Customization: Item output, fuel, and upgrade requirements can be adjusted Unlimited Upgrades: Use items, Economics, and ServerRewards for upgrades Base Placement: Quarry Computers can be placed inside bases Industrial Automation-Ready: With permissions for seamless integration Screen Activation: Easily see if the computer is on, with random percentage displays Multi-Language Support: Fully translatable Player Permissions: Control how many quarries a player can own and upgrade Persistent Data: Upgrades and item levels are saved across restarts VIDEO SHOWCASE Here’s how to add the recycler to your shop: Use the Command: gq %steamID% PERMISSIONS "quarrycomputer.give" Grants the player the ability to use the customizable command (/gq <User>) to give themselves or other players a Quarry Computer. "quarrycomputer.industrialinput" AND "quarrycomputer.industrialoutput" Allows players to connect industrial storage adaptors to their quarries, enabling automated resource handling. "quarrycomputer.vip" Provides players with additional benefits or features, such as having a higher limit on the number of quarries they can deploy. "quarrycomputer.norequirements" Allows players to upgrade their quarries without needing to meet the usual item or resource requirements. "quarrycomputer.admin" Provides administrative control over players' quarries, such as the ability to manage or interact with any quarry regardless of ownership. CONFIGURATION You can have as many upgrade levels as you want. Use Economics and ServerRewards on the item shortnames to use currency. Any in-game item can be used. Requirements can utilize Economics and ServerRewards based on the item shortname. Item shortnames are validated when the plugin loads, with a warning issued if they need to be fixed. { "Use LangAPI Plugin": true, "Use Notify Plugin": true, "Allow Team Access": true, "Allow Friends Access": true, "Give Quarry Command": [ "gq", "givequarry" ], "Drop Quarry Item on Destruction": true, "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 40, "Fuel Required Per Extraction": 100 }, "No Upgrades (Level 1)": { "Storage Slots": { "Fuel": 1, "Resources": 6 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 4 }, { "Shortname": "stones", "Amount": 35 }, { "Shortname": "metal.ore", "Amount": 7 }, { "Shortname": "sulfur.ore", "Amount": 7 } ] }, "Upgrades (Level 2+)": [ { "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 6 }, { "Shortname": "stones", "Amount": 50 }, { "Shortname": "metal.ore", "Amount": 10 }, { "Shortname": "sulfur.ore", "Amount": 10 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, { "Storage Slots": { "Fuel": 6, "Resources": 24 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 10 }, { "Shortname": "hq.metal.ore", "Amount": 10 }, { "Shortname": "metal.ore", "Amount": 30 }, { "Shortname": "stones", "Amount": 100 }, { "Shortname": "sulfur.ore", "Amount": 25 } ], "Required Items To Upgrade": [ { "Shortname": "scrap", "Amount": 5000 }, { "Shortname": "pumpkin", "Amount": 1000 }, { "Shortname": "cloth", "Amount": 10000 }, { "Shortname": "red.berry", "Amount": 1000 }, { "Shortname": "bone.fragments", "Amount": 1000 } ] } ], "Keep Upgrades On Remove Quarry": true, "Profiles": { "Default (No Permission)": { "Quarry Limit": 1 }, "VIP (quarrycomputer.vip Permission)": { "Quarry Limit": 1 } }, "Item Name": "Quarry Computer", "UI Configuration": { "Font (DroidSansMono.ttf / PermanentMarker.ttf / RobotoCondensed-Bold.ttf / RobotoCondensed-Regular.ttf)": "DroidSansMono.ttf", "Header": { "Background Color": "0.4 0.4 0.4 0.95", "Font Color": "1 1 1 1", "Close Button": { "Background Color": "1 0 0 1", "Font Color": "1 1 1 0.5", "Font Size": 13 } }, "Background Color": "0.6 0.6 0.6 0.95", "Line Color": "1 1 1 1", "Left Panel": { "Shadow Color": "0 0 0 0.97", "Font Color": "1 1 1 1", "Background Color": "0 0 1 1", "Remove Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "1 0 0 1", "Font Size": 14 }, "Start Stop Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "0 1 0 1", "Font Size": 14 }, "Stop Stop Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "1 0 0 1", "Font Size": 14 } }, "Right Panel": { "Shadow Color": "0 0 0 0.97", "Font Color": "1 1 1 1", "Background Color": "0.5 0 0 1", "Upgrade Button": { "Background Color": "0.6 0.6 0.6 0.95", "Font Color": "0 1 0 1", "Font Size": 14 } }, "Popup": { "Overlay Color": "0 0 0 0.9", "Shadow Color": "0 0 0 0.85", "Border Color": "1 1 1 1", "Background Color": "0 0 0 1", "Button Color": "0.6 0.6 0.6 0.95", "Confirm Button Color": "0 1 0 1", "Cancel Button Color": "1 0 0 1" } }, "Version": { "Major": 1, "Minor": 3, "Patch": 0 } } Alternative Configuration: { "Use LangAPI Plugin": true, "Use Notify Plugin": true, "Allow Team Access": true, "Allow Friends Access": true, "Give Quarry Command": [ "gq", "givequarry" ], "Drop Quarry Item on Destruction": true, "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 40, "Fuel Required Per Extraction": 100 }, "No Upgrades (Level 1)": { "Storage Slots": { "Fuel": 1, "Resources": 6 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 4 }, { "Shortname": "stones", "Amount": 35 }, { "Shortname": "metal.ore", "Amount": 7 }, { "Shortname": "sulfur.ore", "Amount": 7 } ] }, "Upgrades (Level 2+)": [ { "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 6 }, { "Shortname": "stones", "Amount": 50 }, { "Shortname": "metal.ore", "Amount": 10 }, { "Shortname": "sulfur.ore", "Amount": 10 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, { "Storage Slots": { "Fuel": 6, "Resources": 24 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 10 }, { "Shortname": "hq.metal.ore", "Amount": 10 }, { "Shortname": "metal.ore", "Amount": 30 }, { "Shortname": "stones", "Amount": 100 }, { "Shortname": "sulfur.ore", "Amount": 25 } ], "Required Items To Upgrade": [ { "Shortname": "scrap", "Amount": 5000 }, { "Shortname": "pumpkin", "Amount": 1000 }, { "Shortname": "cloth", "Amount": 10000 }, { "Shortname": "red.berry", "Amount": 1000 }, { "Shortname": "bone.fragments", "Amount": 1000 } ] } ], "Keep Upgrades On Remove Quarry": true, "Profiles": { "Default (No Permission)": { "Quarry Limit": 1 }, "VIP (quarrycomputer.vip Permission)": { "Quarry Limit": 1 } }, "Item Name": "Quarry Computer", "UI Configuration": { "Font (DroidSansMono.ttf / PermanentMarker.ttf / RobotoCondensed-Bold.ttf / RobotoCondensed-Regular.ttf)": "DroidSansMono.ttf", "Header": { "Background Color": "0.4 0.4 0.4 0.95", "Font Color": "1 1 1 1", "Close Button": { "Background Color": "1 0 0 1", "Font Color": "1 1 1 0.5", "Font Size": 13 } }, "Background Color": "0.02 0.31 0.49 0.95", "Line Color": "0.02 0.73 0.8 1", "Left Panel": { "Shadow Color": "0.02 0.15 0.2 0.97", "Font Color": "1 1 1 1", "Background Color": "0.2 0.26 0.36 1", "Remove Button": { "Background Color": "0.67 0.51 0.65 0.95", "Font Color": "0 0 0 1", "Font Size": 14 }, "Start Stop Button": { "Background Color": "0.44 0.62 0.79 0.95", "Font Color": "0 0 0 1", "Font Size": 14 }, "Stop Stop Button": { "Background Color": "0.96 0.72 0.82 0.95", "Font Color": "0 0 0 1", "Font Size": 14 } }, "Right Panel": { "Shadow Color": "0.02 0.27 0.33 0.97", "Font Color": "1 1 1 1", "Background Color": "0 0.07 0.2 1", "Upgrade Button": { "Background Color": "0.51 0.58 0.67 0.95", "Font Color": "0 0 0 1", "Font Size": 14 } }, "Popup": { "Overlay Color": "0.01 0.1 0.14 0.9", "Shadow Color": "0.02 0.11 0.13 0.85", "Border Color": "0.26 0.32 0.38 1", "Background Color": "0.15 0.24 0.37 1", "Button Color": "0.44 0.62 0.79 0.95", "Confirm Button Color": "0 1 0 1", "Cancel Button Color": "1 0 0 1" } }, "Version": { "Major": 1, "Minor": 3, "Patch": 0 } }
    $19.99
  2. Version 1.0.0

    82 downloads

    I am proud to introduce The Unraidable. This massive base boats an inner and outer ring of turrets, totaling an insane 500 total turrets. There are 3 honeycombed china walls, each taller and thicker than the last. Multiple SAM sites, dozens if not close to a hundred cheekily placed shotgun traps, and so much more. You better bring the whole server to this raid because you're going to need all the help, and boom, that you can get. If you manage to get to the inner building, you'll be faced with ridiculous honeycomb, labyrinthine mazes, dead ends, and more. Not to mention more turrets! If you like this base and manage to get to the TC, please leave a like and a review.
    $2.99
  3. FireCrow

    CACATUA

    Version 1.5

    72 downloads

    Hey! We are happy to announce the release of our new map – Cacatua! On a medium-sized map, we tried to place as much content as possible, both custom and standard, as compactly and neatly as possible (most of the facepunch monuments). There are no problems with performance or finding free space for build. Throughout the island, there are many roads and paths that make it easier to farm and player movement. The monuments are evenly distributed throughout the island and correspond to the normal progress of the player, a lot of new custom monuments add variety to the familiar game. Despite the large number of standard and custom monuments, performance on the map was a priority. Several dozen players have already managed to explore the map with us and we have fixed all the identified shortcomings, so we hope that you will get a great experience! Map Size: 3500 Prefabs: 25000 Custom Monuments: – Large Town – Metallurgical Plant – Large Swamp – Bandit Excavator – Large Cave – Dish Outpost – MLRS Convoy – Hard Cave – Hobbit House – Abandoned Supermarket – GreenHouse – Warehouse – Watch Tower – Forest house Facepunch Monuments: – Arctic Research Base – Launch Site - Nuclear Missle Silo – Military Tunnel – Trainyard – Airfield – Oilrig 1 – Oilrig 2 – Sphere Tank – Bandit Town – Underwater Labs – Sewer Branch – Harbor – Satellite Dish – Junkyard – Lighthouse – Gas Station – Supermarket – Warehouse – Stables – Fishing Village – Mining Quarry – Swamp B – Water Wells If you have any questions about the map, need help or find a bug, please let us know! Our discord https://discord.com/invite/GGgx822
    $39.90
  4. David

    Custom Buttons

    Version 2.0.7

    2,097 downloads

    Create your own UI buttons for your rust server! Plugin comes with built ingame editor which makes creating proccess so much easier! • Features - Create as many buttons as you want. - Attach Images or Text to buttons. - Set chat commands to each button. - UI Editor ingame - Toggle hide function to create small gui menu. • Commands • Permissions • Config Example • Cui Data Example Special thanks to @SinKohhfor contributing and testing plugin before release.
    $7.50
  5. Gruber

    Stellarium

    Version 1.1.8

    43 downloads

    Stellarium – is the map which combines several different worlds. 1.The strictness of the canyon that involves a deep river valley with some gentle and very steep slopes. 2. Fantastic monuments are not like anything that you used to see in the game before. Immerse yourself in the world of your brightest fantasies. 3. Wasteland – an abandoned territory, where once there was a settlement, which people left because of hunger, death of its last owners and the lack of water sources. 4. Post-apocalypse – life in the world after a monstrous catastrophe that wiped out humanity from the earth. Map Size – 4000 Prefabs – 52853 Custom monuments: Valley of Weightlessness; Mountain swamps; Gardens of the Agora; The Cloud Canyon; The Rostock Factory; Blue Cave; Junk Town; Houses in wood; Glass caves; Caves in the skull; Gingerbread house; Garage; Warehouse; Penthouse; Diner; Well; Many places to build your base. Monuments FP: – Launch Site – Outpost – Sewer Branch – Water Treatment – Bandit camp – Sphere – Satellite Dish – Quarry – Harbor – Military tunnels – OilRig – Fishing Village – Ranch – Lighthouse – Underwatter lab
    $25.00
  6. Version 1.0.0

    8 downloads

    Compatable with MotorCross Madness #1 – A Custom Dirt Bike Track for Your Rust Server Bring something fresh to your server with MotorCross Madness #1, a completely custom-built dirt bike track designed for intense events and challenges. Track Highlights: Custom-Built Track: Every jump, turn, and obstacle has been carefully designed to create a unique riding experience for your players. Challenging Obstacles: This isn’t your average track. With tough jumps and obstacles, it’s perfect for players who enjoy a challenge. Event-Ready: Great for hosting server events, races, or just giving your players a new activity to enjoy. Custom Lighting: Enhanced with lighting that adds to the track’s aesthetic and gameplay experience. Elevate your server’s gameplay with MotorCross Madness #1 – a track built for thrill-seekers. Includes Topology, Splat, Height maps etc. For immediate installation. 914 Prefabs.
    $9.99
  7. Gruber

    Dreamland

    Version 1.2.4

    2 downloads

    This map is not new, but an old map converted from scratch, which was sold only on one site for a long time. Now, after all the updates, I decided to reshoot the video and release it on other sites for general review. It is optimized and has an interesting landscape and fantasy concept. “Dreamland” is a real island, which has absolutely everything for an unforgettable holiday for players, as well as it has everything for the battles in a fantasy world! The largest custom locations for collecting loot and research are located here. On its territory you will find five large fantastic locations, several unique places where you can build your own base, various small custom monuments and the exchange of all roadside monuments for custom ones! All these places are united by a well-maintained landscape with zones for the construction of bases and farms. Here you can do your favourite things and have fun, e.g. relax with teammates, build a farm, or even relax near the cool waterfall. “Dreamland” is a land of great emotions! Map Size - 4000 Prefab Count - 28281 prefabs Custom monuments: Waterfall Dreams; Luminous Lake; Lost Portal; Dungeon of Fantasy; Fantasy Cave; Blockpost; Garage; Warehouse; Wild Gas Station; Cannibal House; Abandoned Supermarket; Diner; Custom places for building bases. Monuments Facepunch: Launch Site RadTown Outpost Nuclear Silo Ferry Terminal Train Yard Sewer Branch Water Treatment Snow Bandit camp Sphere Airfield Quarry Harbor Military tunnels OilRig Fishing Village Ranch Lighthouse Arctic Research Base Water Well
    $25.00
  8. PSih

    Stock Plus 3500

    Version 1.1.0

    27 downloads

    Map size - 3500 Prefabs ~ 8k Stock Plus is an almost procedural map of size 3500. The advantage of this map over the procedural one is that there is a railway through the entire map, which is connected to the subway. There are also 6 custom buildings for construction on the map (they are marked with the letter "x" on the map) There are also all popular monuments. Thanks to this, the map is ideally suited for not powerful enough servers in pvp and pve mode. The map comes without a password, so you can change it yourself if you wish. Custom monument: 6 custom structures to build (they are marked with the letter "x" on the map) Procedural monuments: Launch Site Military tunnel Airfield Water Treatment Plant Outpost merged with Bandit Town Junkyard Sewer Branch Satellite Dish Array Dome Harbor Oil rigs Fishing villages Ferry terminal Arctic research base Swamps Stables Quarries (HQM, stone, sulfur) Ranch Missile silo Supermarkets Gas stations Underwater laboratory Train Yard Warehouses Lakes and rivers Satellite Dish Power Plant
    $10.00
  9. Version 5.0.0

    3,179 downloads

    Custom Map with my current work - fully functional and ready to use Custom Prefabs Included: Cobalt Police Department with Bradly Spawn Ringroad (replaced Launchside) Bank of Lian Yu Cinema of Lian Yu Trade Tower Compound (with Compound Spawn) Military Base V2 (Puzzle and Cards to get MLRS Access) Roadside Truck Skull Waterpring Underwater Bunker Offshore Prefab Miller Town (not released yet) New Custom Prefabs V2 Kirran & Lifas Swamp Zombie Home Graveyard of Rustcoon City Sunken Ship Kathi's Whine Heaven (not released yet) Facepunch Monuments Trainyard Arctic Base Dome Airfield Oilrig Oilrig Large Excavator Military Tunnel Trainstation Silo Harbor 2x Fishing Village Underwater Lab Tunnels / Metro Roadside Monuments Stone / Sulfur / HQM Quarry No password provided. No editable Version will be public for the Map. Support Provided here or on Discord. You need to Put "KahoMapLock.cs" (<3 bmg) into your Oxide Plugin Folder else the Server will not start. Tested with the Convoy & Dangerous Treasures Plugin - works without problems. Oxide and Rustdll required
    Free
  10. Version 2.1.1

    4 downloads

    Ten years have passed since the stalkers and the military left the Zaton. Now this once dangerous but lively location has turned into a gloomy, desolate place, absorbed by nature and time. Nature is slowly but surely taking its toll. Vegetation enriched with mutations caused by radiation has completely captured the Zaton. Trees and shrubs have sprouted even through asphalt and concrete, turning once industrial areas into a real jungle. The Zaton has become a haven for all kinds of animals. Without human presence, they feel like they own the territory. The old camps and bases now serve as the lairs of these creatures. The gloomy silence is interrupted only by the occasional footsteps of unseen creatures that wander among the ruins. Now a Zaton is a place that draws in like a trap. And everyone who comes here knows that only a few can come back. But those who return may find answers to the darkest secrets of the Zone — or disappear forever. Map Features Map size: 4000; Prefabs count: ≈42000; Optimized monuments to reduce the load on the client; Adapted to the classic/RP servers; Caches of useful loot are hidden all over the map; Chinook drop zones on custom monuments; Custom APC path; Custom safezone; Ziplines; Underground sctructures; A large number of small locations; Custom puzzles on monuments; Vertical gameplay is implemented; The gameplay is adapted to RUST; Custom camera codes; The enigmatic and slightly mystical atmosphere of the zone. List of Monuments Sawmill; Swamp; Burnt Farmstead; «Izumrudnoye»; Krug Antenna Complex; Oakpine Anomaly; Iron Forest Anomaly; Fuelling Station; Substation Workshops; Circus Anomaly; Waste Processing Station; Scar Anomaly; Old Barge; Preobrazhensky Bridge; Ranger Station; Dock Cranes; Shevchenko; Skadovsk; Dredge Station; Boiler Anomaly; Testing Workshop of Item №62; Bloodsucker Lair; Radtown; Overpass "Jupiter 5" The Oasis. In the future, the map will be updated based on reviews. О карте Прошло десять лет с момента, когда сталкеры и военные покинули Затон. Теперь эта когда-то опасная, но оживленная локация превратилась в мрачное, запустевшее место, поглощенное природой и временем. Природа медленно, но уверенно берет свое. Растительность, обогащенная мутациями, вызванными радиацией, полностью захватила Затон. Деревья и кустарники проросли даже через асфальт и бетон, превращая когда-то промышленные зоны в настоящие джунгли. Затон стал прибежищем всех видов животных. Без человеческого присутствия они чувствуют себя хозяевами территории. Старые лагеря и базы теперь служат логовами этих созданий. Мрачная тишина прерывается лишь редкими звуками шагов невиданных существ, которые блуждают среди руин. Теперь Затон — это место, которое затягивает в себя, как ловушка. И все, кто сюда приходит, знают: назад могут вернуться лишь немногие. Но те, кто вернется, могут обрести ответы на самые темные тайны Зоны — или исчезнуть навсегда. Особенности Карты Размер: 4000; Количество префабов: ≈41000; Оптимизированные монументы для снижения нагрузки на клиента; Адаптирована для классических/RP серверов; Тайники с полезным лутом, спрятанные по всей карте; Зоны сброса ящика с чинука на кастомных монументах; Кастомный путь патрулирования БТРа; Кастомная сейвзона; Зиплайны; Подземные структуры; Большое количество маленьких локаций; Кастомные загадки на монументах; Реализован вертикальный геймплей; Геймплей адаптирован под RUST; Кастомные коды от камер; Загадочная и слегка мистическая атмосфера зоны. Список Монументов Лесопилка; Топь; Сгоревший хутор; «Изумрудное»; ВНЗ «Круг»; Аномалия «Соснодуб»; Аномалия «Железный Лес»; Заправка; Цеха подстанции; Аномалия «Цирк»; Станция переработки отходов; Аномалия «Рубец»; Старая баржа; Мост им. Преображенского; Лесничество; Портовые краны; «Шевченко»; «Скадовск»; Земснаряд; Аномалия «Котёл»; Логово кровососов; Испытательный цех изделия №62; Путепровод "Юпитер 5" Оазис. В будущем, карта будет обновляться по отзывам.
    $75.00
  11. Version 2.0.0

    59 downloads

    Video Description You are a member of the crew of a cargo ship that got caught in a storm and crashed, stranded off the coast of a mysterious island that is teeming with beautiful landscapes and deadly danger. Soulless military, cannibals and thugs, abandoned factories and sewage treatment plants, crazy farmers and their plantations, the railroad and workers at the stations - everyone who lives on this island is against you. Explore the island, prove to everyone who gets in your way that you are not just a member of the crew of a cargo ship, you are the one who deserves the right to live in this merciless world. Use all your skills to survive and leave this island, the island of Foreign lands! Map size 3k Number of prefabs 39997 Landscape quality 2k Texture quality 2k The landscape is made in the World Creator program There are monuments with puzzles on the map Added custom configuration for custom monuments, for those who use the “Better NPC” plugin Custom monuments: Dark Forest Entrance Port Factory Area Farm Warehouse Fire Tower Gas Station Old Family Ranch Sewage Treatment Plant Train Station Water Town Wind Town Standard monuments: Airfield Arctic Research Base Fishing Village Harbor Junkyard Launch Site Lighthouse Oil Rigs Power Plant Quarry RadTown Sewer Branch The Dome Underwater Labs Water Treatment Plant Missile Silo How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an “administrator” and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. Does the train not pass through the tunnels? For tunnels to work correctly with trains, you need to use the Work Cart Spawner plugin
    $30.00
  12. Version 5.0.0

    79 downloads

    Details The map features a large island with two meandering rivers and a secret laboratory that can be explored and looted. The map is built from the ground up with a hand-drawn island shape and a custom height map to give it a unique look and feel. A railway network covers the entire island, connected by bridges or tunnels. Building locations that I like to call interesting building locations are plentiful. 3800K Classic Maps In my classic maps collection, I take an old map and bring it to life by updating the railways and rivers, changing materials to modern prefab components, lowering count adding new monuments and updating existing ones. Due to the fact that this is a classic map, the railway predates workcarts etc., I have updated it to have a working railway, but it is not a loop, but I have rearranged dead ends to make it loopable. Custom NPC I've replaced the normal RustEdit Scientists with my own set of NPCs from the different factions in the Rust world (Normal Scientist, Arctic Scientist, Tunnel Dweller, Underwater Dweller). If you do not like my NPCs, you can simply uninstall the plug-in and supply your own with any bot plugin you like. I would like to thank Steenamaroo for developing the plugin. Editing Yes, you are allowed to edit the map and add stuff etc. Monuments Rad Town 1 Ferry Terminal Nuclear Missile Silo Airfield Small Harbor Sewer Branch Fishing Village x4 Gas Station x3 Launch Site Lighthouse x3 Excavator Warehouse Oil Rig Large Oil Rig Small Sphere Tank Supermarket x2 Trainyard Junkyard Underwater Labs x5 Arctic Research base Compound Bandit Town Military Tunnels Ranch x2 Satellite Dish Customized Powerplant (Custom Monument) Humber Bridge (Custom Monument) Secret Laboratory (Custom Monument) Train Station (Custom Monument) Construction Crane x2 (Custom Monument) Contact And Help If you need to contact me discord is best: RobJ2210 For help/support my discord group is best: Join Rust Maps By RobJ Discord
    $29.99
  13. David

    Place Anything

    Version 1.0.61

    1,681 downloads

    Having trouble fitting larger entities into your compound? By combining PlaceAnything with EntityScaleManager you can downsize big entities. Vehicles can be directly added to the player's inventory, allowing them to deploy the vehicles whenever needed. Vehicles can be picked up by players (optional). Deployable trees and bushes, perfect for pve servers! pre-configured data file with some trees and bushes Entities.json With the help of the CopyPaste plugin, you can sell pre-built bases for players to deploy. • How can I pick up items? Deployed structures can be picked up by hitting it with hammer. Items can be picked up only by owner. • How to upload custom icons? Custom icons can be uploaded with Steam workshop uploader. WorkshopUploader.zip original repository • How to use CopyPaste plugin with PlaceAnyting? In data file Entities.json, put 'copypaste/buildingName' instead of prefab path. • Where I can find list of all prefabs? Here is full updated list but not every prefab can be spawned from there and some of them you might not be able to destroy, I do not recommend testing this on live server. Commands (admin only) CHAT /gimme CONSOLE placeanything <steamid> "<item display name>" • Known issues and limitations - some prefabs cannot be damaged thus can be used to grief players. (recycler, slotmachine, test generator...etc) - hitting gambling wheel with hammer will make wheel disappear, game issue cant be fixed Please note that PlaceAnything is a simple plugin that only spawns entities, similar to using the 'spawn' command in the console. It does not manage the behavior of entities after they are spawned. If you are unsure about the functionality of a specific entity, spawn it in-game as an admin and test it yourself before making purchase Plugin comes with 19 pre-configured items. Use /gimme chat command in game to get those items for testing.
    $5.50
  14. Version 1.0.0

    1 download

    I present to you the Arena for your server! A compact arena with interesting hideouts and passages that will give your players a taste of true hardcore. Specifically for battlefield servers and training servers. Perfectly balanced, this arena is exactly what you’ve been looking for on your server! Number of prefabs: 200~
    $9.00
  15. Version 1.0.0

    73 downloads

    A set of 38 bases for plugin Raidable Bases. 12 Easy Bases 12 Medium Bases 12 Hard Bases 1 Expert Base 1 Nightmare Base To use the bases, the contents of the archive must be unpacked to the oxide\data\copypaste folder on your server. After extracting the files, enter the following commands into the server console: rb.config add "Easy Bases" EZ1 EZ2 EZ3 EZ4 EZ5 EZ6 EZ7 EZ8 EZ9 EZ10 EZ11 EZ12 rb.config add "Medium Bases" MB1 MB2 MB3 MB4 MB5 MB6 MB7 MB8 MB9 MB10 MB11 MB12 rb.config add "Hard Bases" HB1 HB2 HB3 HB4 HB5 HB6 HB7 HB8 HB9 HB10 HB11 HB12 rb.config add "Expert Bases" EXP1 rb.config add "Nightmare Bases" NMB1
    $15.00
  16. Gruber

    Gravity

    Version 1.0.6

    82 downloads

    It's time for anomalies. Scientists from cobalt conducted large experiments on gravity and something went wrong, they created a machine that threw anomalies on the island in the form of weightlessness zones, some monuments changed their current appearance and location, and the railway took off into the air along with garbage and loot. You will have to try to survive in new conditions that you have not experienced before. Good luck fighters, I hope you can handle the controls in the gravitational field. Beware Of Rocket Launchers!!! I present to your attention an optimized custom map with an unusual game concept for your server. Thanks to the excellent plugin developer Adem, this map with an unusual gameplay has appeared. Incredible landscapes are waiting for you at high altitude and all this in zero gravity, you can build not only on the ground, but also in zero gravity on flying islands. Also, so that you won't be bored in zero gravity, there are a lot of loot and ore, as well as places to build bases. Attention, the map is unusual, I recommend watching it and testing it on our test server, how to get to it, you can read below Now I'll tell you a little bit about the Gravity plugin: 1. This plugin creates zero gravity zones, when you enter this zone you get a message on the screen to enter zero gravity, press the space bar, also if you want to leave the zero gravity zone, fly out of its radius and you will have a countdown timer (fly close to the surface of the earth or over water so as not to break your legs and not to die). 2. He also creates flying and floating objects that move and create more atmosphere. 3. The plugin does gravity on trains and on your foundations so that you can easily build a base, if you have a full-fledged house with a roof, then there will be no weightlessness inside the house. 4. Create loot, ore and crates that you can customize yourself in the plugin. There are many settings in the plugin, you can manage loot yourself, and so on. Features: Prefab Count: ~15к prefabs Size: 4000 A lot of interesting locations to explore Railway A large number of places for the construction of foundations in the form of unusual rocks, caves, landscape, underwater and icebergs Custom ways to overcome distances on boats and tugboat Custom plugin Gravity (by Adem) The atmosphere of weightlessness This map is constantly supported and updated for the current version of the game with all updates! How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an “administrator” and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. Custom Monuments: Flying Laboratory Mining Outpost in zero gravity Supermarket in zero gravity Gas Station in zero gravity Power Plant in the rift Water Treatment in the rift Train Home Lighthouse in zero gravity The Dome in zero gravity a huge area in the air with zero gravity, a lot of loot, ore and places to build bases Custom point Zipline interesting places to build a base marked X Monument Facepunch: Launch Site RadTown Missile Silo Junkyard Harbor 1 and 2 Arctic Research Base Satellite Dish Train Yard Abandoned Military Base Airfield Sewer Branch Oil Rig 1, 2 Bandit Camp Outpost Giant Excavator Pit Military Tunnel Ranch Fishing Village 1,2 Underwater Lab Railway HQM, Sulfur, Stone Quarry Roadside Monument Water Well
    $45.00
  17. Version 2.2.22

    202 downloads

    Advanced customization of Random Scarecrow Spawner. Spawns Scarecrows configurable in 5 different loadouts near the player adjusted with configurable options, logging, and custom loot. Permissions oxide.grant user <playername or steamID> advancedrandomscarecrowspawner.use oxide.grant user <playername or steamID> advancedrandomscarecrowspawner.spawnpoints oxide.grant group <groupname> advancedrandomscarecrowspawner.use oxide.grant group <groupname> advancedrandomscarecrowspawner.spawnpoints Config { "--------------------------------------Logging Settings--------------------------------------": null, "Log Spawn Messages": true, "Log Death Messages": true, "Log Loot Messages": true, "Log Cleanup Messages": true, "--------------------------------------Custom Loot Settings--------------------------------------": null, "Use Custom Loot": true, "Minimum Loot": 2, "Maximum Loot": 4, "--------------------------------------Scarecrow Settings--------------------------------------": null, "Headshot Damage Multiplier (0 = no extra damage, 1 = one-hit kill)": 1.0, "Scarecrow Damage To Player Modifier": 1.0, "Scarecrow Health": 100.0, "--------------------------------------Spawn Settings--------------------------------------": null, "Day Spawn Chance": 20.0, "Night Spawn Chance": 60.0, "Spawn Interval": 60.0, "Spawn Distance": 50.0, "Enable Group Spawning": true, "Minimum Group Size": 2, "Maximum Group Size": 5, "Enable Random Spawns": true, "Max Random Spawns": 100, "Minimum Distance Between Random Spawns": 125.0, "Group Spawn Radius": 5.0, "Max Total Scarecrows": 250, "Max Scarecrow Groups Per Player": 3, "Respawn Time at Spawn Points": 300.0, "Max Radius Around Spawn Point": 35.0, "Timed Cleanup": true, "Scarecrow Cleanup Time": 1200, "--------------------------------------Combat Settings--------------------------------------": null, "Enable Grenades": true, "Target Players": true, "Target Animals": true, "Target Other NPCs": true, "-----------------------------Loadout & Custom Loot Table Below-----------------------------": null, "Loadout": { "Belt": [ { "Shortname": "mace", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "frankensteins.monster.03.head", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.03.legs", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.03.torso", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout1": { "Belt": [ { "Shortname": "bone.club", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "frankensteins.monster.01.head", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.01.legs", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.01.torso", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout2": { "Belt": [ { "Shortname": "mace.baseballbat", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "halloween.mummysuit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout3": { "Belt": [ { "Shortname": "salvaged.sword", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "scarecrow.suit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout4": { "Belt": [ { "Shortname": "machete", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "halloween.surgeonsuit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "CustomLootTable": [ { "Shortname": "ammo.pistol", "SpawnChance": 0.2, "MinAmount": 4, "MaxAmount": 13, "Skin": 0 }, { "Shortname": "cloth", "SpawnChance": 0.8, "MinAmount": 9, "MaxAmount": 13, "Skin": 0 }, { "Shortname": "lowgradefuel", "SpawnChance": 0.7, "MinAmount": 12, "MaxAmount": 22, "Skin": 0 }, { "Shortname": "metal.fragments", "SpawnChance": 0.6, "MinAmount": 47, "MaxAmount": 150, "Skin": 0 }, { "Shortname": "can.beans", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "bandage", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "mace.baseballbat", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "pants", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "hat.cap", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "pistol.revolver", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "scrap", "SpawnChance": 1.0, "MinAmount": 6, "MaxAmount": 11, "Skin": 0 }, { "Shortname": "tshirt.long", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "wood", "SpawnChance": 0.9, "MinAmount": 100, "MaxAmount": 250, "Skin": 0 }, { "Shortname": "stone", "SpawnChance": 0.8, "MinAmount": 50, "MaxAmount": 200, "Skin": 0 }, { "Shortname": "bone.fragments", "SpawnChance": 0.5, "MinAmount": 10, "MaxAmount": 40, "Skin": 0 }, { "Shortname": "gears", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "metal.ore", "SpawnChance": 0.6, "MinAmount": 20, "MaxAmount": 75, "Skin": 0 }, { "Shortname": "sulfur.ore", "SpawnChance": 0.5, "MinAmount": 15, "MaxAmount": 60, "Skin": 0 }, { "Shortname": "charcoal", "SpawnChance": 0.7, "MinAmount": 100, "MaxAmount": 200, "Skin": 0 }, { "Shortname": "corn", "SpawnChance": 0.4, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "rifle.ak", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "waterjug", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "ammo.rifle", "SpawnChance": 0.25, "MinAmount": 5, "MaxAmount": 20, "Skin": 0 }, { "Shortname": "ammo.shotgun", "SpawnChance": 0.25, "MinAmount": 5, "MaxAmount": 12, "Skin": 0 }, { "Shortname": "weapon.mod.flashlight", "SpawnChance": 0.15, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "weapon.mod.holosight", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "smg.2", "SpawnChance": 0.08, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "largemedkit", "SpawnChance": 0.2, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "hazmatsuit", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "shotgun.pump", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "laptop", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "battery.small", "SpawnChance": 0.4, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "solar.panel", "SpawnChance": 0.15, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "cloth", "SpawnChance": 0.8, "MinAmount": 15, "MaxAmount": 50, "Skin": 0 }, { "Shortname": "fishtrap", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "skull.human", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "paper", "SpawnChance": 0.5, "MinAmount": 5, "MaxAmount": 15, "Skin": 0 }, { "Shortname": "salvaged.sword", "SpawnChance": 0.2, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "furnace", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "workbench2", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "hammer", "SpawnChance": 0.6, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "arrow.hv", "SpawnChance": 0.4, "MinAmount": 10, "MaxAmount": 25, "Skin": 0 }, { "Shortname": "explosives", "SpawnChance": 0.02, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 } ] }
    $10.00
  18. Version 1.0.0

    8 downloads

    Explore the wrecked airship and gain the loot from the twisted bunch of wood and steel. Prefab Count: 560 Loot: Two Normal Crates Basic Crate Food Crate Fuel Crate
    $12.99
  19. Version 1.0.0

    74 downloads

    Gravel Pit is a 4000 vanilla blend custom map that has been redone to fix most issues with procedurally generated maps. It comes with many large custom rock formations to build on and much more for your players to enjoy and explore. Custom Monuments and POIs Oil Depot Oil Fields Research Post LPG Terminal Extraction Rig Pump Station Gas Plant Gravel Pit Large Bouys Custom Canyons Vanilla Monuments Water Treatment Harbor Missle silo Power Plant Launch site Outpost Dome Radtown Lighthouse Giant Excavator Arctic Research Base Gas Station Mining Outpost All mining Quarrys Military Tunnels Junkyard Satellite Dish Fishing Village (Big and small) Ferry Terminal Supermarket Bandit Camp Large Barn Both Oil rigs
    Free
  20. PSih

    Stock Plus 3800

    Version v. 2.1.0

    23 downloads

    About Stock Plus v. 2.0 Map size - 3800 Prefabs ~ 18k Stock Plus v. 2.0 is an almost procedural map of size 3800. The advantage of this map over procedural is that the entire map has a railroad. Also on the map there are 8 custom buildings for construction (they are marked on the map with the letter "x") Also there are all popular attractions. Due to this, the card is ideal for insufficiently powerful servers in pvp and pve mode. There is also a marina with a safe area near the outpost where you can park your tugboat or buy a boat The card comes without a password, so you can change it yourself if you want. Custom monument: - 8 custom buildings for construction (they are marked with the letter "x" on the map) - 3 bridges (road + railway) across the straits on the map. Tuboat passes under the bridge without any problems - berth Procedural monuments: Launch Site Military tunnel Airfield Water Treatment Plant Outpost Bandit Town Junkyard Dome Harbor Oil rigs Fishing villages Ferry terminal Arctic research base Swamps Stables Quarries (HQM, stone, sulfur) Ranch Missile silo Supermarkets Gas stations Underwater laboratory Train Station Warehouses Lakes and rivers Satellite Dish Power Plant Giant Excavator
    $14.00
  21. Version 2.1.10

    401 downloads

    This is a powerful tool that allows you to customize the protection of wearable items in the game. With this plugin, admins can create their own items with their own protection values and customize the protection of existing items. This means that players can adjust the protection to their playing style, which gives them an advantage in combat. One of the distinguishing features of the plugin is its ability to allow players to take damage from NPCs on PVE servers depending on the equipment worn. This adds a new level of realism to the game, as players must carefully consider their defense when interacting with NPCs. It also encourages players to invest time and resources into building better gear, as better gear means better protection. The ability to customize protection values, create custom items, and enable NPC damage on PVE servers makes it an indispensable tool for any Rust server. Features Appearance of item protection for players on PVE servers from NPC damage Detailed adjustment of protection for any wearable item Item setup files are all separately in their own file and folder, making it easy to customize items Setting up a defense for a player without everything The ability to create your own items, with their own protection, name and skinid Permissions customizableprotection.give for give command customizableprotection.icon.show customizableprotection.icon.hide Console Commands cp.give <custom item name> - Give yourself a custom item cp.give <steamid> <custom item name> - Give the player a custom item cp.create - Add a custom item based on the image of another item cp.reload - Quick reloading of items File hierarhy: • CustomizableProtection ↳ • Custom ↳ example1.json ↳ example1.json ↳ • Default ↳ attire.banditguard.json ↳ attire.bunny.onesie.json ↳ attire.bunnyears.json ↳ attire.egg.suit.json ↳ attire.hide.boots.json ↳ attire.hide.helterneck.json ↳ attire.hide.pants.json ↳ attire.hide.poncho.json ↳ attire.hide.skirt.json ↳ ... etc. Custom item settings: { "Shortname": "partyhat", "Unique SkinId": 111, "Name": "Cap of Fortune", "Description": "Even though it looks silly, it can save!", "UI Settings": { "Name Color (or use <color></color> in name)": "1 1 1 1", "Frame Color": "0.94 0.75 0.15 1" }, "Protection": { "Hunger": 0.0, "Thirst": 0.0, "Cold": 0.0, "Drowned": 100.0, "Heat": 0.0, "Bleeding": 0.0, "Poison": 0.0, "Suicide": 0.0, "Bullet": 0.0, "Slash": 0.0, "Blunt": 0.0, "Fall": 100.0, "Radiation": 0.0, "Bite": 0.0, "Stab": 0.0, "Explosion": 0.0, "RadiationExposure": 100.0, "ColdExposure": 100.0, "ElectricShock": 0.0, "Arrow": 0.0, "OxygenExposure": 100.0 } } Default item settings: { "Hunger": 0.0, "Thirst": 0.0, "Cold": 0.0, "Drowned": 0.0, "Heat": 0.0, "Bleeding": 0.0, "Poison": 0.0, "Suicide": 0.0, "Bullet": 10.0, "Slash": 15.0, "Blunt": 15.0, "Fall": 0.0, "Radiation": 0.0, "Bite": 45.0, "Stab": 10.0, "Explosion": 0.0, "RadiationExposure": 2.0, "ColdExposure": 25.0, "ElectricShock": 0.0, "Arrow": 10.0, "OxygenExposure": 0.0 } Default Config: { "Icon Position (0 - Off | -1 - left by 1 slot, 1 - right by 1 slot | ..)": -1, "Lock values at normal values": true, "Protection Multipliers": { "Common": 1.0, "Types": { "Hunger": 1.0, "Thirst": 1.0, "Cold": 1.0, "Drowned": 1.0, "Heat": 1.0, "Bleeding": 1.0, "Poison": 1.0, "Suicide": 1.0, "Bullet": 1.0, "Slash": 1.0, "Blunt": 1.0, "Fall": 1.0, "Radiation": 1.0, "Bite": 1.0, "Stab": 1.0, "Explosion": 1.0, "RadiationExposure": 1.0, "ColdExposure": 1.0, "ElectricShock": 1.0, "Arrow": 1.0, "OxygenExposure": 1.0 } }, "Default Protection": { "Hunger": 0.0, "Thirst": 0.0, "Cold": 0.0, "Drowned": 0.0, "Heat": 0.0, "Bleeding": 0.0, "Poison": 0.0, "Suicide": 0.0, "Bullet": 0.0, "Slash": 0.0, "Blunt": 0.0, "Fall": 0.0, "Radiation": 0.0, "Bite": 0.0, "Stab": 0.0, "Explosion": 0.0, "RadiationExposure": 0.0, "ColdExposure": 0.0, "ElectricShock": 0.0, "Arrow": 0.0, "OxygenExposure": 0.0 } }
    $20.00
  22. IIIaKa

    Real PvE

    Version 0.1.12

    697 downloads

    Plugin for Real PvE servers, featuring damage prevention, anti-griefing measures, customizable PvP zones, an automatic loot queue in radtowns and raid zones, and much more. The ability to set "server.pve" to "true", which allows the server to have a "PvE" flag; Damage from NPC's are enabled when server.pve is true; The ability to inflict damage to one's own structures with "server.pve true"; The ability to destroy(including external walls) or rotate one's structures without any time constraints; The ability to force the decay of building blocks with Twigs grade, even if there is wood in the Tool Cupboard; The ability to toggle the gather resource restriction in someone else's Building Privileges; No one, except the owner or their friends, will be able to open their loot containers (chests, storages, bodies, etc.); Administrators can bypass loot restrictions; The ability to schedule the killing of players if they disconnect within someone else's Building Privilege; Disabling backpack and active item drop upon death, even if backpack is full; The ability to disable 'Give' messages; The ability to modify the items given at spawn on the beach; The ability to create an unlimited number of custom permissions; The ability to allow players to bypass the queue; The ability to set limits on sleeping bags, shelters and auto turrets for each permission; The ability to set a multiplier for the prices of monuments and events for each permission; The ability to customize the price and amount of vehicles for each of your custom permissions; The ability to assign vehicles to each player; The ability to customize the assigned price and available amount of vehicles for each of your custom permissions; An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege; The ability to loot monuments through a queue system; The ability to configure monuments, setting their looting price and time, and adjusting status bars for each monument; The ability to acquire the privilege to loot events (helicopters, bradleys, and raidable bases) through a purchase; The ability to customize the price of each event types and loot attempts (lives); NPCs only aggress against players who are looting monuments, events or raidable bases; Only players who are looting monuments, events or raidable bases can inflict damage to NPCs; RaidableBases are protected from griefing(no damage, no loot and etc). Only the owner can interact with the raid; Neutral RaidableBases can be purchased; Prices for purchasing neutral raids are configurable for each difficulty level; Configurable raid limits (currently available) along with discount multipliers for purchases, for each permission. File location: *SERVER*\oxide\data\RealPVE\PermissionConfig.json Default: https://pastebin.com/5VtWZZVr All permissions are created and configured in the config file under the "List of permissions" section. You can create as many permissions as needed and customize them flexibly. It is recommended to use the prefix "realpve" in the permission's name, for example: "realpve.vip". NOTE: The first permission will serve as the default permission for those who do not have any permissions. { "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [ { "Permission Name": "realpve.default", "Bypass Queue": false, "Limit of beds": 15, "Limit of shelters": 1, "Limit of auto turrets": 12, "Seconds that will be skipped when opening HackableLockedCrate. Range from 0 to 900": 0.0, "Monuments price multiplier": 1.0, "Events price multiplier": 1.0, "Limit of RaidableBases(at the time)": 1, "RaidableBases price multiplier": 1.0, "Vehicles settings": { "Horse": { "Limit": 1, "Price": 10.0 }, "Bike": { "Limit": 1, "Price": 5.0 }, "MotorBike": { "Limit": 1, "Price": 20.0 }, "Car": { "Limit": 1, "Price": 25.0 }, ... } }, { "Permission Name": "realpve.vip", "Bypass Queue": true, "Limit of beds": 20, "Limit of shelters": 2, "Limit of auto turrets": 15, "Seconds that will be skipped when opening HackableLockedCrate. Range from 0 to 900": 450.0, "Monuments price multiplier": 0.9, "Events price multiplier": 0.9, "Limit of RaidableBases(at the time)": 2, "RaidableBases price multiplier": 0.9, "Vehicles settings": { "Horse": { "Limit": 5, "Price": 9.0 }, "Bike": { "Limit": 5, "Price": 4.5 }, "MotorBike": { "Limit": 5, "Price": 18.0 }, "Car": { "Limit": 5, "Price": 22.5 }, ... } } ], "Version": { "Major": 0, "Minor": 1, "Patch": 1 } } An example of a monument/event/rb multipliers using default permissions. For example, if you set the price for the Harbor at $1000, a player with the default permission(1.0) will pay $1000 * 1 = $1000. Meanwhile, a player with a VIP permission(0.9) will pay $1000 * 0.9 = $900. However, if a player possesses a misbehaving permission with a value of 1.1, they will need to pay $1000 * 1.1 = $1100. { "Chat admin command": "adminpve", "Chat command": "realpve", "Is it worth forcibly implementing PvE for a server?": true, "Is it worth enabling GameTips for messages?": true, "Is it worth preventing the sending of 'Give' messages?": true, "Is it worth preventing resource gathering in someone else's building privilege area?": false, "Is it worth preventing the pickup of plants spawned by the server in someone else's building privilege zone?": false, "Is it worth preventing players from handcuffing others?": true, "Is it worth preventing a backpack from dropping upon player death?": true, "Is it worth preventing damage to the laptop of the Hackable Crate?": true, "Is it worth removing the penalties for recyclers in safe zones?": true, "Which currency symbol and format will be utilized?": "${0}", "Vehicles - Time(in seconds) to display the marker when searching for a vehicle. A value of 0 disables the marker": 15.0, "Anti-Sleeper - Time in seconds after which a player will be killed if they disconnect while inside someone else's Building Privilege. Set to 0 to disable": 1200.0, "PatrolHelicopterAI - Monument Crash. If set to true, the helicopter will attempt to crash into the monument": false, "PatrolHelicopterAI - Use Danger Zones. If set to false, the helicopter will function as it did before the April update": false, "PatrolHelicopterAI - Flee Damage Percentage. A value of 1 or above will make the helicopter behave as it did before the April update": 1.0, "Is Npc Random Raids enabled?": true, "PvP - Is friendly fire enabled by default when creating a team?": false, "PvP - Is it worth adding map markers for PvP zones?": true, "PvP - Name of the map maker": "PvP Zone!", "PvP - Settings for the status bar": { "Order": 9, "Height": 26, "Main_Color(Hex or RGBA)": "1 1 1 1", "Main_Transparency": 0.15, "Main_Material": "", "Image_Url": "https://i.imgur.com/oi5vIkk.png", "Image_Local(Leave empty to use Image_Url)": "RealPVE_PvP", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "1 1 1 1", "Image_Transparency": 1.0, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 0.0, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1.0, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 0.0, "SubText_Outline_Distance": "0.75 0.75", "Progress_Reverse": true, "Progress_Color": "#FF6347", "Progress_Transparency": 0.7, "Progress_OffsetMin": "0 0", "Progress_OffsetMax": "0 0" }, "Wipe ID": null, "Version": { "Major": 0, "Minor": 1, "Patch": 12 } } ENG: https://pastebin.com/ZMUL6pYL RUS: https://pastebin.com/Mx8cbMts Main commands(/realpve ) : vehicle: find - helps to find a player's vehicle; unlink - unlinks the vehicle without the need to approach it; clear - unlinks all vehicles. team: ff - Enable/Disable damage to teammates. Only the group leader can use this command. Admin commands(/adminpve). Permission "realpve.admin" required: loot - Toggle unrestricted looting. If a userID is added at the end, the command will apply to that player, otherwise, it will apply to the person who entered it. monument: pvp - Toggle the PvP flag for a monument. If a monumentID is added at the end, the command will apply to that monument, otherwise, it will apply to the monument the player is currently in. Example: /realpve team ff /realpve vehicle find *netID* /adminpve loot /adminpve loot *userID* /adminpve monument pvp /adminpve monument pvp *monumentID* This plugin provides the ability to claim vehicles, thereby preventing theft and griefing from other players. In permissions, you can set the price and quantity restrictions for each type of vehicle, ensuring flexible customization according to your preferences. An assigned vehicle can't be damaged, looted or pushed by other players, but it can be pushed if it is within someone else's Building Privilege. File location: *SERVER*\oxide\data\RealPVE\MonumentConfig.json Default: https://pastebin.com/XY1d9YaM This plugin introduces queue system and loot purchases for monuments. You can customize the price and time for looting for each monument. Within monuments, only the "Looter" and his friends have the ability to loot, pick up items or damage entities. Additionally, NPCs and animals within monuments do not aggress against other players and do not receive damage from them. If a player dies within the monument, they will have a grace period to return. This allows players to safely loot monuments without fear of griefing. Example of monument configuration: "ferry_terminal_1": { "Type(This parameter is just a hint. Changes won’t have any effect)": "RadTown", "Time in seconds(1-15) given to respond for purchasing monument looting": 5.0, "ShowSuffix": true, "Broadcast": true, "PvP - Is PvP enabled at this monument? If so, players will be able to kill each other, and loot will be publicly accessible": false, "PvP - Sets the delay in seconds that a player remains in PvP mode after leaving a PvP monument. 0 disables the delay": 10, "PvP - Is it worth adding map markers for monuments if they are PvP zones?": true, "LootingTime": 900, "Price": 15.0, "Is it worth using a progress bar for bars with a counter?": true, "BarSettings": { "Order": 10, "Height": 26, "Main_Color(Hex or RGBA)": "#FFBF99", "Main_Transparency": 0.8, "Main_Material": "", "Image_Url": "https://i.imgur.com/awUrIwA.png", "Image_Local(Leave empty to use Image_Url)": "RealPVE_ferry_terminal_1", "Image_Sprite(Leave empty to use Image_Local or Image_Url)": "", "Image_IsRawImage": false, "Image_Color(Hex or RGBA)": "#FFDCB6", "Image_Transparency": 1.0, "Is it worth enabling an outline for the image?": false, "Image_Outline_Color(Hex or RGBA)": "0.1 0.3 0.8 0.9", "Image_Outline_Transparency": 0.0, "Image_Outline_Distance": "0.75 0.75", "Text_Size": 12, "Text_Color(Hex or RGBA)": "1 1 1 1", "Text_Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the text?": false, "Text_Outline_Color(Hex or RGBA)": "#000000", "Text_Outline_Transparency": 1.0, "Text_Outline_Distance": "0.75 0.75", "SubText_Size": 12, "SubText_Color(Hex or RGBA)": "1 1 1 1", "SubText_Font": "RobotoCondensed-Bold.ttf", "Is it worth enabling an outline for the sub text?": false, "SubText_Outline_Color(Hex or RGBA)": "0.5 0.6 0.7 0.5", "SubText_Outline_Transparency": 0.0, "SubText_Outline_Distance": "0.75 0.75", "Progress_Reverse": true, "Progress_Color": "#FFBF99", "Progress_Transparency": 0.8, "Progress_OffsetMin": "", "Progress_OffsetMax": "" } } Type - This field serves only as an indicator for you. The changes won't have any impact; ShowSuffix - Suffix display. Some monuments (for example Warehouses) have suffixes in the name, like "Warehouse #12"; Broadcast - Enabling or disabling broadcasts when a monument is occupied or vacated; LootingTime - Time allocated for looting the monument; Price - The price for which you can start looting the monument. 0 means looting is free; BarSettings - Settings for the Advanced Status Bar. You can also choose the types of monuments by specifying them under the "List of tracked types of monuments" section. A list of all available types can be viewed on the MonumentsWatcher's page in the "Developer API" section. "List of tracked types of monuments": [ "RadTown", "RadTownWater", "RadTownSmall", "TunnelStation", "Custom" ] Events, similar to monuments, offer the opportunity to claim events. All events are configured in the config file under the "Settings for the events" section. You can customize the price of looting and looting attempts(deaths, including friends). Just like in monuments, only the "Looter" and his friends have the ability to loot and damage entities. Additionally, in events, NPCs do not aggress against other players. If a player(including friends) exceeds the death limit, the event became free, thereby providing other players with the opportunity to claim the event. Example of event configuration: { "Settings for the PatrolHelicopter events": { "IsEnabled": true, "Time in seconds (1-15) given to respond for purchasing this event. Note: This is shown to everyone who deals damage, and the first person to buy it will claim it": 5.0, "Is it worth removing fire from crates?": true, "The price to capture the event. 0 means the event is free": 50.0, "The number of deaths after which the event becomes public": 5 }, "Settings for the BradleyAPC events": { "IsEnabled": true, "Time in seconds (1-15) given to respond for purchasing this event. Note: This is shown to everyone who deals damage, and the first person to buy it will claim it": 5.0, "Is it worth removing fire from crates?": true, "The price to capture the event. 0 means the event is free": 50.0, "The number of deaths after which the event becomes public": 5 }, "Version": { "Major": 0, "Minor": 1, "Patch": 0 } } Price - The price to claim the event. 0 means looting is free; DeathLimit - Limit of deaths after which the event becomes free. File location: *SERVER*\oxide\data\RealPVE\NewbieConfig.json Default: https://pastebin.com/QHZCqpji An example of an item list given for the main inventory: "List of items for the main inventory": [ { "ShortName": "note", "Slot": 0, "Amount": 1, "SkinID": 0, "Text": "MsgNoteText" } ] P.S. In the Text field, you need to specify the language key. Or, you can just write any text, but there won't be a translation of the text. File location: *SERVER*\oxide\data\RealPVE\RaidableBasesConfig.json Default: https://pastebin.com/rpDng7Fd Integration with the RaidableBases plugin does not restrict its functionality in any way. On the contrary, it adds an anti-grief system that protects bases from malicious players. In raid bases, NPCs and other entities can only receive damage from the raid owner or their friends; Turrets and traps do not aggress against outsiders; You can customize the price of claiming to each difficulty and set individual discounts for each permission. You can still purchase raid bases using the /buyraid command. Raid bases without owners(buyable, maintained, manual and scheduled) can be bought for a price set in the configuration file or assigned to the first player who enters its radius, if the final price(price * discount) less or equals to 0. Additionally, as a bonus, upon buying this plugin, you receive 5 free bases for 3 difficulty levels, along with configured loot for them.
    $39.99
  23. Version 0.1.6

    521 downloads

    A plugin creating a trigger box around Monuments and CargoShips to track entry and exit of players, npcs and entities from it. The list of all monuments can be viewed in the: Vanilla - *SERVER*\oxide\data\MonumentsWatcher\MonumentsBounds.json Custom - *SERVER*\oxide\data\MonumentsWatcher\CustomMonumentsBounds.json Note: MonumentsWatcher is utilized as an API for other plugins. You won't obtain any functionality beyond displaying monument boundaries without an additional plugin. The ability to automatically generate boundaries for vanilla and custom monuments; The ability to automatically regenerate boundaries for monuments on wipe; The ability to automatically adding languages for custom monuments; The ability to manually configure boundaries for monuments; The ability to track the entrance and exit of players, npcs and entities in a Monument and CargoShip; The ability to display boundaries. monumentswatcher.admin - Provides the capability to recreate or display monument boundaries. { "Chat command": "monument", "Use GameTip for messages?": true, "Is it worth recreating boundaries(excluding custom monuments) upon detecting a wipe?": true, "List of tracked types of monuments. Leave blank to track all": [], "Wipe ID": null, "Version": { "Major": 0, "Minor": 1, "Patch": 6 } } Monument bounds example: "airfield_1": { "Center": { "x": 335.881531, "y": 9.936, "z": 2096.53345 }, "CenterOffset": { "x": 0.0, "y": 15.0, "z": -25.0 }, "Size": { "x": 360.0, "y": 60.0, "z": 210.0 }, "Rotation": { "x": 0.0, "y": 44.06058, "z": 0.0 } }, ... Custom Monument bounds example: "exit69": { "MonumentType": 12, "Center": { "x": 336.676483, "y": 47.65218, "z": -39.02194 }, "CenterOffset": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Size": { "x": 100.0, "y": 100.0, "z": 100.0 }, "Rotation": { "x": 0.0, "y": 0.0, "z": 0.0 } }, ... Note: MonumentType can be found in the Developer API section. ENG: https://pastebin.com/nsjBCqZe RUS: https://pastebin.com/ut2icv9T Note: After initialization, the names of custom monuments will also be added here. rotation - Sets the monument rotation based on the argument or the player's view direction; recreate - Recreating boundaries for all monuments; show - Displays the boundaries of the monument in which the player is located, either by specified ID or key. Example: Rotation: /monument rotation - Rotation of the monument towards the player's head direction, in which the player is located /monument rotation gas_station_1_0 256.5 - Monument rotation with specified arguments: monument ID and Y coordinate Display by monument key(Will display all monuments with such a key): /monument show gas_station_1 Display by monument ID(Will display one monument with the specified ID): /monument show gas_station_1_4 void OnMonumentsWatcherLoaded() Called when the MonumentsWatcher plugin has fully loaded. void OnCargoWatcherCreated(string monumentID, string type) Called when a watcher is created for a CargoShip. void OnCargoWatcherDeleted(string monumentID) Called when a watcher is removed for a CargoShip. void OnMonumentsWatcherLoaded() { Puts("MonumentsWatcher plugin is ready!"); } void OnCargoWatcherCreated(string monumentID, string type) { Puts($"Watcher for monument {monumentID}({type}) has been created!"); } void OnCargoWatcherDeleted(string monumentID) { Puts($"Watcher for monument {monumentID} has been deleted!"); } Entered hooks: void OnPlayerEnteredMonument(string monumentID, BasePlayer player, string type, string oldMonumentID) Called when a player enters any monument void OnNpcEnteredMonument(string monumentID, BasePlayer npcPlayer, string type, string oldMonumentID) Called when an NPC player enters any monument void OnEntityEnteredMonument(string monumentID, BaseEntity entity, string type, string oldMonumentID) Called when any other BaseEntity enters any monument void OnPlayerEnteredMonument(string monumentID, BasePlayer player, string type, string oldMonumentID) { Puts($"{player.displayName} entered to {monumentID}({type}). His previous monument was {oldMonumentID}"); } void OnNpcEnteredMonument(string monumentID, BasePlayer npcPlayer, string type, string oldMonumentID) { Puts($"Npc({npcPlayer.displayName}) entered to {monumentID}({type}). Previous monument was {oldMonumentID}"); } void OnEntityEnteredMonument(string monumentID, BaseEntity entity, string type, string oldMonumentID) { Puts($"Entity({entity.net.ID}) entered to {monumentID}({type}). Previous monument was {oldMonumentID}"); } Exited hooks: void OnPlayerExitedMonument(string monumentID, BasePlayer player, string type, string reason, string newMonumentID) Called when a player exits any monument void OnNpcExitedMonument(string monumentID, BasePlayer npcPlayer, string type, string reason, string newMonumentID) Called when an NPC player exits any monument void OnEntityExitedMonument(string monumentID, BaseEntity entity, string type, string reason, string newMonumentID) Called when any other BaseEntity exits any monument void OnPlayerExitedMonument(string monumentID, BasePlayer player, string type, string reason, string newMonumentID) { Puts($"{player.displayName} left from {monumentID}({type}). Reason: {reason}. They are now at '{newMonumentID}'."); } void OnNpcExitedMonument(string monumentID, BasePlayer npcPlayer, string type, string reason, string newMonumentID) { Puts($"Npc({npcPlayer.displayName}) left from {monumentID}({type}). Reason: {reason}. They are now in {newMonumentID}"); } void OnEntityExitedMonument(string monumentID, BaseEntity entity, string type, string reason, string newMonumentID) { Puts($"Entity({entity.net.ID}) left from {monumentID}({type}). Reason: {reason}. They are now in {newMonumentID}"); } [PluginReference] private Plugin MonumentsWatcher; There are 13 types of monuments: SafeZone(0): Bandit Camp, Outpost, Fishing Village, Ranch and Large Barn. RadTown(1): Airfield, Arctic Research Base, Abandoned Military Base, Giant Excavator Pit, Ferry Terminal, Harbor, Junkyard, Launch Site; Military Tunnel, Missile Silo, Power Plant, Sewer Branch, Satellite Dish, The Dome, Train Yard, Water Treatment Plant. RadTownWater(2): Oil Rig, Underwater Lab and CargoShip. RadTownSmall(3): Lighthouse, Oxum's Gas Station, Abandoned Supermarket and Mining Outpost. TunnelStation(4) MiningQuarry(5): Sulfur Quarry, Stone Quarry and HQM Quarry. BunkerEntrance(6) Cave(7) Swamp(8) IceLake(9) PowerSubstation(10) WaterWell(11) Custom(12) There are 22 api methods: GetMonumentDisplayName: Used to retrieve the nice name of the monument, considering the player's language. Returns an empty string on failure. To call the GetMonumentDisplayName method, you need to pass 3 parameters: monumentID as a string; userID as either a string or a ulong. You can provide 0 or empty string to get default(eng) language; displaySuffix() as a bool. Should the suffix be displayed in the name if there are multiple such monuments? This parameter is optional. (string)MonumentsWatcher?.Call("GetMonumentDisplayName", monumentID, player.userID, true); (string)MonumentsWatcher?.Call("GetMonumentDisplayName", monumentID, player.UserIDString, true); GetMonumentType: Used to retrieve the monument type. Returns an empty string on failure. To call the GetMonumentType method, you need to pass 1 parameter: monumentID as a string. (string)MonumentsWatcher?.Call("GetMonumentType", monumentID); GetMonumentPosition: Used to retrieve the position of the monument. Returns Vector3.zero on failure. To call the GetMonumentPosition method, you need to pass 1 parameter: monumentID as a string. (Vector3)MonumentsWatcher?.Call("GetMonumentPosition", monumentID); GetMonumentsList: Used to retrieve an array of monumentIDs for all available monuments. (string[])MonumentsWatcher?.Call("GetMonumentsList"); GetMonumentsTypeDictionary: Used to retrieve a dictionary of all available monuments with their types. (Dictionary<string, string>)MonumentsWatcher?.Call("GetMonumentsTypeDictionary"); GetMonumentsByType: Used to retrieve an array of all available monuments by type. To call the GetMonumentsByType method, you need to pass 1 parameter: monument type as a string. (string[])MonumentsWatcher?.Call("GetMonumentsByType", "SafeZone"); GetMonumentPlayers: Used to retrieve a list of players in the monument. Returns null on failure. To call the GetMonumentPlayers method, you need to pass 1 parameter: monumentID as a string. (HashSet<BasePlayer>)MonumentsWatcher?.Call("GetMonumentPlayers", monumentID); GetMonumentNpcs: Used to retrieve a list of npc players in the monument. Returns null on failure. To call the GetMonumentNpcs method, you need to pass 1 parameter: monumentID as a string. (HashSet<BasePlayer>)MonumentsWatcher?.Call("GetMonumentNpcs", monumentID); GetMonumentEntities: Used to retrieve a list of entities in the monument. Returns null on failure. To call the GetMonumentEntities method, you need to pass 1 parameter: monumentID as a string. (HashSet<BaseEntity>)MonumentsWatcher?.Call("GetMonumentEntities", monumentID); GetPlayerMonument: Used to retrieve the monumentID of the monument in which the player is located. Returns an empty string on failure. To call the GetPlayerMonument method, you need to pass 1 parameter: player as BasePlayer or userID as a ulong. (string)MonumentsWatcher?.Call("GetPlayerMonument", player); (string)MonumentsWatcher?.Call("GetPlayerMonument", player.userID); GetNpcMonument: Used to retrieve the monumentID of the monument in which the npc player is located. Returns an empty string on failure. To call the GetNpcMonument method, you need to pass 1 parameter: npcPlayer as BasePlayer or NetworkableId. (string)MonumentsWatcher?.Call("GetNpcMonument", npcPlayer); (string)MonumentsWatcher?.Call("GetNpcMonument", npcPlayer.net.ID); GetEntityMonument: Used to retrieve the monumentID of the monument in which the entity is located. Returns an empty string on failure. To call the GetEntityMonument method, you need to pass 1 parameter: entity as a BaseEntity or NetworkableId. (string)MonumentsWatcher?.Call("GetEntityMonument", entity); (string)MonumentsWatcher?.Call("GetEntityMonument", entity.net.ID); GetPlayerMonuments: Used to retrieve an array of monumentIDs for the monuments in which the player is located. Returns null on failure. To call the GetPlayerMonuments method, you need to pass 1 parameter: player as BasePlayer or userID as a ulong. (string[])MonumentsWatcher?.Call("GetPlayerMonuments", player); (string[])MonumentsWatcher?.Call("GetPlayerMonuments", player.userID); GetNpcMonuments: Used to retrieve an array of monumentIDs for the monuments in which the npc player is located. Returns an null on failure. To call the GetNpcMonuments method, you need to pass 1 parameter: npcPlayer as BasePlayer or NetworkableId. (string[])MonumentsWatcher?.Call("GetNpcMonuments", npcPlayer); (string[])MonumentsWatcher?.Call("GetNpcMonuments", npcPlayer.net.ID); GetEntityMonuments: Used to retrieve an array of monumentID for the monuments in which the entity is located. Returns an null on failure. To call the GetEntityMonuments method, you need to pass 1 parameter: entity as a BaseEntity or NetworkableId. (string[])MonumentsWatcher?.Call("GetEntityMonuments", entity); (string[])MonumentsWatcher?.Call("GetEntityMonuments", entity.net.ID); GetMonumentByPos: Used to obtain the monumentID based on coordinates. Returns an empty string on failure. To call the GetMonumentByPos method, you need to pass 1 parameter: position as a Vector3. (string)MonumentsWatcher?.Call("GetMonumentByPos", pos); Note: This method returns the first encountered monument. Occasionally, there may be multiple monuments at a single point. Therefore, it is recommended to use the GetMonumentsByPos method. GetMonumentsByPos: Used to obtain a string array of monumentIDs based on coordinates. Returns null on failure. To call the GetMonumentsByPos method, you need to pass 1 parameter: position as a Vector3. (string[])MonumentsWatcher?.Call("GetMonumentsByPos", pos); IsPosInMonument: Used to check if the specified position is within the monument. Returns a false on failure. To call the IsPosInMonument method, you need to pass 2 parameters: monumentID as a string; position as a Vector3. (bool)MonumentsWatcher?.Call("IsPosInMonument", monumentID, pos); IsPlayerInMonument: Used to check if the player is in the monument. Returns a false on failure. To call the IsPlayerInMonument method, you need to pass 2 parameters: monumentID as a string; player as a BasePlayer or userID as a ulong. (bool)MonumentsWatcher?.Call("IsPlayerInMonument", monumentID, player); (bool)MonumentsWatcher?.Call("IsPlayerInMonument", monumentID, player.userID); IsNpcInMonument: Used to check if the npc player is in the monument. Returns a false on failure. To call the IsNpcInMonument method, you need to pass 2 parameters: monumentID as a string; npcPlayer as a BasePlayer or NetworkableId. (bool)MonumentsWatcher?.Call("IsNpcInMonument", monumentID, npcPlayer); (bool)MonumentsWatcher?.Call("IsNpcInMonument", monumentID, npcPlayer.net.ID); IsEntityInMonument: Used to check if the entity is in the monument. Returns a false on failure. To call the IsEntityInMonument method, you need to pass 2 parameters: monumentID as a string; entity as a BaseEntity or NetworkableId. (bool)MonumentsWatcher?.Call("IsEntityInMonument", monumentID, entity); (bool)MonumentsWatcher?.Call("IsEntityInMonument", monumentID, entity.net.ID); ShowBounds: Used to display the monument boundaries to the player. Note: Since an Admin flag is required for rendering, players without it will be temporarily granted an Admin flag and promptly revoked. To call the ShowBounds method, you need to pass 3 parameters: monumentID as a string; player as a BasePlayer; displayDuration as a float. Duration of displaying the monument boundaries in seconds. This parameter is optional. MonumentsWatcher?.Call("ShowBounds", monumentID, player, 20f);
    $1.99
  24. Version 0.1.17

    1,494 downloads

    Useful API plugin that imitates in-game status bars, allowing the addition of custom status bars. Note: AdvancedStatus does not display any bars on its own. This is done by other plugins that work with it. An example plugin demonstrating interaction with AdvancedStatus. The ability to specify the frequency of calculating the number of bars; The ability to specify the order of the bar; The ability to change the height of the bar; The abillity to customize the color and transparency of the background; The ability to set a material for the background; The ability to switch between CuiRawImageComponent and CuiImageComponent for the image; The ability to get images from the local folder(*SERVER*\oxide\data\AdvancedStatus\Images); The abillity to set own image and customize the color and transparency of the image; The abillity to set sprite instead of the image; The ability to specify custom text; The ability to customize the color, size and font of the text; No need to pass all parameters; No need to manually delete your bar when unloading your plugin. advancedstatus.admin - Grants access to the chat command(by default /bar). { "Chat command": "bar", "Is it worth enabling console notifications for the successful loading of local images?": false, "Interval(in seconds) for counting in-game status bars": 0.5, "Interval(in seconds) for counting Building Privilege status bars. Note: Calculating Building Privilege is significantly more resource-intensive than other counts": 1.0, "Bar - Display Layer. If you have button bars, it's advisable to use Hud(https://umod.org/guides/rust/basic-concepts-of-gui#layers)": "Under", "Bar - Left to Right": true, "Bar - Offset between status bars": 2, "Bar - Default Height": 26, "Main - Default Color": "#505F75", "Main - Default Transparency": 0.7, "Main - Default Material(empty to disable)": "", "Image - Default Image": "AdvancedBar_Image", "Image - Default Color": "#6B7E95", "Image - Default Transparency": 1.0, "Image - Outline Default Color": "#000000", "Image - Outline Default Transparency": 1.0, "Image - Outline Default Distance": "0.75 0.75", "Text - Default Size": 12, "Text - Default Color": "#FFFFFF", "Text - Default Transparency": 1.0, "Text - Default Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Text - Default Offset Horizontal": 0, "Text - Outline Default Color": "#000000", "Text - Outline Default Transparency": 1.0, "Text - Outline Default Distance": "0.75 0.75", "SubText - Default Size": 12, "SubText - Default Color": "#FFFFFF", "SubText - Default Transparency": 1.0, "SubText - Default Font": "RobotoCondensed-Bold.ttf", "SubText - Outline Default Color": "#000000", "SubText - Outline Default Transparency": 1.0, "SubText - Outline Default Distance": "0.75 0.75", "Progress - Default Color": "#89B840", "Progress - Default Transparency": 0.7, "Progress - Default OffsetMin": "25 2.5", "Progress - Default OffsetMax": "-3.5 -3.5", "Version": { "Major": 0, "Minor": 1, "Patch": 17 } } Note: Default values will be used if the external plugin does not pass the property itself. EN: { "MsgDays": "d", "MsgHours": "h", "MsgMinutes": "m", "MsgSeconds": "s" } RU: { "MsgDays": "д", "MsgHours": "ч", "MsgMinutes": "м", "MsgSeconds": "с" } images reload *ImageName* - Reloads the specified image from the image folder; all - Reloads all local images from the image folder. Example: /bar images reload all Note: To access the commands, the player must be an admin(console or owner) or have the advancedstatus.admin permission. OnAdvancedStatusLoaded: Called after the AdvancedStatus plugin is fully loaded and ready. OnPlayerGainedBuildingPrivilege: Called after the player enters their building privilege. OnPlayerLostBuildingPrivilege: Called after the player exits their building privilege. void OnAdvancedStatusLoaded() { Puts("The AdvancedStatus plugin is loaded and ready to go!"); } void OnPlayerGainedBuildingPrivilege(BasePlayer player) { Puts($"{player.displayName} entered the authorized building privilege zone."); } void OnPlayerLostBuildingPrivilege(BasePlayer player) { Puts($"{player.displayName} exited the authorized building privilege zone."); } [PluginReference] private Plugin AdvancedStatus; There are 15 methods: IsReady CreateBar UpdateContent DeleteBar DeleteCategory DeleteAllBars GetTotalClientBars GetTotalPlayerBars LoadImages LoadImage CopyImage DeleteImages DeleteImage BarExists InBuildingPrivilege There are 5 types of bar: Default - A simple bar that displays the provided information. Does not update the value of SubText by itself; Timed - Similar to the default bar, but it automatically disappears after the specified time in the TimeStamp parameter; TimeCounter - The SubText shows the remaining time until TimeStamp. Also automatically removed upon expiration of the TimeStamp; TimeProgress - Similar to the Timed bar, but additionally features an automatically filling progress bar; TimeProgressCounter - Similar to the TimeCounter bar, but additionally features an automatically filling progress bar. IsReady: Used to check if the AdvancedStatus plugin is loaded and ready to work. The IsReady method returns true if it is ready, or null if it is not. (bool)AdvancedStatus?.Call("IsReady");//Calling the IsReady method. If the result is not null(bool true), the plugin is ready. CreateBar: Used to create a bar or update bar values for a player. To call the CreateBar method, you need to pass 2 parameters. The first one is BasePlayer or <ulong>playerID. The second one is a dictionary with the parameters you need. In the CreateBar method, all parameters are optional, except for two: Id; Plugin. Parameters not specified when creating a new bar will use the values set in the AdvancedStatus plugin's configuration file. Parameters not specified during bar update will retain the values they had before the update. Note: The plugin does not update values automatically, you need to manually send new values. Dictionary<string, object> parameters = new Dictionary<string, object> { { "Id", "AdvancedStatusDemo_1" }, //<string>Unique identifier for the bar in your plugin. ***This is a required field. { "BarType", "Default" }, //<string>Type of the bar. There are 4 types: Default, Timed, TimeCounter and TimeProgress. { "Plugin", "AdvancedStatusDemo" }, //<string>Name of your plugin. ***This is a required field. { "Category", "Default" }, //<string>Internal plugin category of the bar. { "Order", 10 }, //<int>The position of your bar relative to others. Order is determined by increasing values(ASC). { "Height", 26 }, //<int>The height of your bar. A standard bar is 26 pixels. { "Main_Color", "#505F75" }, //<string>HTML Hex color of the bar background. { "Main_Transparency", 0.7f }, //<float>Transparency of the bar background. { "Main_Material", "assets/content/ui/uibackgroundblur.mat" }, //<string>Material of the bar background(empty to disable). { "Image", "scrap" }, //<string>Name of the image saved in the ImageLibrary or a direct link to the image if ImageLibrary is not used. { "Image_Local", "AdvancedStatusDemo_Scrap" }, //<string>The name of the image file(without its extension) located in *SERVER*\data\AdvancedStatus\Images. Leave empty to use Image. { "Image_Sprite", "" }, //<string>Sprite image of the bar. Leave empty to use Image_Local or Image. { "Is_RawImage", true }, //<bool>Which type of image will be used? True - CuiRawImageComponent. False - CuiImageComponent. { "Image_Color", "#6B7E95" }, //<string>HTML Hex color of the bar image. { "Image_Transparency", 1.0f }, //<float>Transparency of the image. { "Text", "Scrap" }, //<string>Main text. { "Text_Size", 12 }, //<int>Size of the main text. { "Text_Color", "#FFFFFF" }, //<string>HTML Hex color of the main text. { "Text_Font", "RobotoCondensed-Bold.ttf" }, //<string>Font of the main text. { "Text_Offset_Horizontal", 0 }, //<int>Horizontal offset for the main text. { "SubText", "35" }, //<string>Sub text. { "SubText_Size", 12 }, //<int>Size of the sub text. { "SubText_Color", "#FFFFFF" }, //<string>HTML Hex color of the sub text. { "SubText_Font", "RobotoCondensed-Bold.ttf" }, //<string>Font of the sub text. { "TimeStampStart", Network.TimeEx.currentTimestamp }, //<double>Responsible for specifying the start point of the time reference and 0% for TimeProgress and TimeProgressCounter bars. Used if the bar type is Timed, TimeCounter, TimeProgress or TimeProgressCounter. { "TimeStamp", Network.TimeEx.currentTimestamp + 6 }, //<double>Specifies the end time point after which the bar will be destroyed and 100% for TimeProgress and TimeProgressCounter bars. Used if the bar type is Timed, TimeCounter, TimeProgress or TimeProgressCounter. { "TimeStampDestroy", Network.TimeEx.currentTimestamp + 3 }, //<double>If TimeStampDestroy is specified and it is less than TimeStamp, the bar will be destroyed by TimeStampDestroy. Used if the bar type is Timed, TimeCounter, TimeProgress or TimeProgressCounter. { "Progress", (float)35 / 100f }, //<float>Progress. From 0.0 to 1.0. { "Progress_Reverse", false }, //<bool>Progress reverse. A value of false means that the progress will increase. Used if the bar type is TimeProgress or TimeProgressCounter. { "Progress_Color", "#89B840" }, //<string>Progress color. { "Progress_Transparency", 1f }, //<float>Progress transparency. { "Progress_OffsetMin", "25 2.5" }, //<string>Progress OffsetMin: "*left* *bottom*". { "Progress_OffsetMax", "-3.5 -3.5" }, //<string>Progress OffsetMax: "*right* *top*". { "Command", "kit" } //<string>If the field is not empty, the bar becomes clickable, and the specified command is executed upon clicking. Note: the command must be covalence. }; AdvancedStatus?.Call("CreateBar", player.userID.Get(), parameters); //Calling the CreateBar method with the passing of BasePlayer/playerID and a dictionary containing the required parameters. UpdateContent: Used to update only the content of an existing status bar. To call the UpdateContent method, you need to pass 2 parameters. The first one is BasePlayer or <ulong>playerID. The second one is a dictionary with the parameters you need. In the UpdateBar method, all parameters are optional, except for two: Id; Plugin. var parameters = new Dictionary<string, object> { { "Id", "MyID" }, //<string>Unique identifier for the bar in your plugin. ***This is a required field. { "Plugin", Name }, //<string>Name of your plugin. ***This is a required field. { "Text", "MyText" }, //<string>Main text. { "SubText", "MyText" }, //<string>Sub text. { "Progress", (float)amount / 100f }, //<float>Progress. From 0.0 to 1.0. }; AdvancedStatus?.Call("UpdateContent", player.userID.Get(), parameters); //Calling the UpdateContent method with the passing of BasePlayer/playerID and a dictionary containing the required parameters. DeleteBar: Used to remove the bar for a player. There are two methods for removing a bar by ID: with specifying a particular player; To call this method, you need to pass 3 parameters. The first one is BasePlayer or <ulong>playerID. The second one is Id of your bar and the third one is name of your plugin. without specifying a particular player (which removes it for all players) To call this method, you need to pass 2 parameters. The first one is Id of your bar and the second one is name of your plugin. AdvancedStatus?.Call("DeleteBar", player.userID.Get(), barID, Name); //Calling the DeleteBar method with the passing of BasePlayer/playerID, ID of the bar and the name of your plugin. AdvancedStatus?.Call("DeleteBar", barID, Name); //Calling the DeleteBar method with the passing of ID of the bar and the name of your plugin. If you try to delete a bar that doesn't exist, nothing bad will happen. So feel free to delete the bar without checking its existence. P.S. When unloading your plugin, there is no need to manually delete bars for players, AdvancedStatus will handle it automatically. DeleteCategory: Used to remove all bars associated with the plugin's category. To call the DeleteCategory method, you need to pass 2 parameters. The first one is category and the second one is name of your plugin. AdvancedStatus?.Call("DeleteCategory", "Default", Name);//Calling the DeleteCategory method by passing the category and name of your plugin DeleteAllBars: Used to remove all bars associated with the plugin. To call the DeleteAllBars method, you need to pass only 1 parameter. It is name of your plugin. AdvancedStatus?.Call("DeleteAllBars", Name);//Calling the DeleteAllBars method, passing the name of your plugin GetTotalClientBars: Used to get the number of client bars for the player. To call the GetTotalClientBars method, you need to pass only 1 parameter. It is BasePlayer or <ulong>playerID. (int)AdvancedStatus?.Call("GetTotalClientBars", player.userID.Get());//Calling the GetTotalClientBars method, passing the name of BasePlayer/playerID GetTotalPlayerBars: Used to get the number of active custom bars for the player. To call the GetTotalPlayerBars method, you need to pass only 1 parameter. It is BasePlayer or <ulong>playerID. (int)AdvancedStatus?.Call("GetTotalPlayerBars", player.userID.Get());//Calling the GetTotalPlayerBars method, passing the name of BasePlayer/playerID LoadImages: Used to check if the local images specified in the list are loaded. If any of the images are not loaded but their files exist in the images folder, the plugin will load them. To call the LoadImages method, you need to pass only 2 parameters. The first one is the <List<string>>list of image's name and the second one(optional) is <bool>force, which, if set to true, will force reload the image even if it already exists. AdvancedStatus?.Call("LoadImages", list, false);//Calling the LoadImages method, passing a list of image names LoadImage: Used to check if the local image is loaded. If the file is not loaded and exists in the images folder, the plugin will load it. To call the LoadImage method, you need to pass 2 parameters. The first one is the <string>image's name and the second one(optional) is <bool>force, which, if set to true, will force reload the image even if it already exists. AdvancedStatus?.Call("LoadImage", imgName, false);//Calling the LoadImage method, passing an image's name CopyImage: Used to create and load a copy of an existing image. To call the CopyImage method, you need to pass 3 parameters. The first parameter is the <string>source image's name, the second parameter is the <string>new image's name and the third one(optional) is <bool>force, which, if set to true, will force copy and reload the image even if it already exists. AdvancedStatus?.Call("CopyImage", "ZoneStatus_Default", "ZoneStatus_NewZone", false);//Calling CopyImage, passing the source image name and the new image name. DeleteImages: Used to delete a list of images and their files. To call the DeleteImages method, you need to pass 2 parameters. The first one is the <List<string>>list of image's name and the second one(optional) parameter is <bool>deleteFile, which, if set to true, will delete image's file too. AdvancedStatus?.Call("DeleteImages", list, true);//Calling DeleteImages, passing a list of image names. DeleteImage: Used for removing the image and the image file. To call the DeleteImage method, you need to pass 2 parameters. The first parameter is the <string>image's name and the second one(optional) parameter is <bool>deleteFile, which, if set to true, will delete image's file too. AdvancedStatus?.Call("DeleteImage", "ZoneStatus_NewZone", true);//Calling DeleteImage, passing the image name. BarExists: Used to check if the specified bar exists. To call the BarExists method, you need to pass 3 parameters. The first one is BasePlayer or <ulong>playerID. The second one is Id of your bar. And the third one is name of your plugin. (bool)AdvancedStatus?.Call("BarExists", player.userID.Get(), barID, Name);//Calling the BarExists method with the passing of BasePlayer/playerID, ID of the bar and name of your plugin. InBuildingPrivilege: Used to check if the player has authorized building privileges. To call the InBuildingPrivilege method, you need to pass BasePlayer or <ulong>playerID. (bool)AdvancedStatus?.Call("InBuildingPrivilege", player.userID.Get());//Checking if the player has Building Privilege.
    $1.99
  25. Version 2.0.22

    711 downloads

    RUST Plugin Test Server TEST MY PLUGINS THERE! connect play.thepitereq.ovh:28050 Custom Recycle plugin expands the possibilities of RUST recycler recipes. You can customize and remove existing recipes, and add new ones, even for non-recyclable items. Additionally, you can add levels to your recycler to increase its speed. The only limit with this plugin is your imagination! Edit existing recycler recipes and add your own. Disable RUST's default recipes. Set editable chances for custom recipe items. Change the speed of the recycler. Place and pick up the recycler. Set custom recycle amounts with levels. A RUST-themed level UI. Supports currency plugins. Level progress is saved when the recycler is picked up. giverecycler <userId> - Gives you or player (if ID is set) an placeable recycler. (From player console - requires permission) customrecycle.give - Required to use giverecycler command from player console. ImageLibrary plugin is required ONLY when Recycler Levels are enabled. When you have problems like DOUBLE RECYCLER PLACING try CHANING ITEM NAME in configuration! { "Override Custom Skinned Items With Steam Icons (no URLs needed)": false, "Recycler Speed (5 = Default)": 5.0, "Recycler Speed Permissions": { "customrecycle.admin": 1.0, "customrecycle.vip": 4.0 }, "Require Permission To Place": false, "Placed Recycler Amount Permissions": { "customrecycle.admin": 1000, "customrecycle.default": 1, "customrecycle.vip": 3 }, "Recycler Item Name": "Recycler", "Allow Placing Only On Floor": false, "Allow Placing On Tug Boat": false, "Enable Better Amount Accuracy (More Calculations)": true, "Allow Pickup Recycler To Everyone Authed": true, "Disabled Vanilla Recipes": [ "axe.salvaged", "box.wooden.large" ], "Recycler Levels - Enable": true, "Recycler Levels - Save Levels On Pickup In Name": false, "Recycler Levels - Enable For No Owner": false, "Recycler Levels - Money Plugin (0 - None, 1 - Economics, 2 - ServerRewards, 3 - ServerRewards)": 0, "Recycler Levels - Money Plugin Currency (If ShoppyStock Is Used)": "rp", "Recycler Levels": [ { "Recycler Stack Percentage Per Tick": 0.15, "Custom Recycle Chance Multiplier": 1.0, "Next Level Currency Cost (0 to disable)": 1000, "Required For Next Level": [ { "Item Shortname": "wood", "Item Skin": 0, "Item Amount": 1000, "Icon URL": "" }, { "Item Shortname": "stones", "Item Skin": 0, "Item Amount": 1000, "Icon URL": "" } ] }, { "Recycler Stack Percentage Per Tick": 0.2, "Custom Recycle Chance Multiplier": 1.0, "Next Level Currency Cost (0 to disable)": 1000, "Required For Next Level": [ { "Item Shortname": "wood", "Item Skin": 0, "Item Amount": 3000, "Icon URL": "" }, { "Item Shortname": "stones", "Item Skin": 0, "Item Amount": 3000, "Icon URL": "" } ] } ], "Custom Recyclables - Show Level Bonus": true, "Custom Recyclables - Allow Only In Placed Recyclers": false, "Custom Recyclables (Shortname or SkinID)": { "2483299228": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "coal", "Item Chance (0-100)": 50.0, "Minimum Item Amount": 1, "Maximum Item Amount": 1, "Item Skin": 2550800428, "Item Display Name": "Golden Jackhammer Body" }, { "Item Shortname": "coal", "Item Chance (0-100)": 50.0, "Minimum Item Amount": 1, "Maximum Item Amount": 1, "Item Skin": 2550800641, "Item Display Name": "Golden Jackhammer Drill" } ] }, "metal.refined": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "metal.fragments", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 50, "Maximum Item Amount": 100, "Item Skin": 0, "Item Display Name": "" } ] }, "rifle.ak": { "Give Default Output": true, "Custom Output Items": [ { "Item Shortname": "techparts", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 1, "Maximum Item Amount": 2, "Item Skin": 0, "Item Display Name": "" }, { "Item Shortname": "scrap", "Item Chance (0-100)": 100.0, "Minimum Item Amount": 30, "Maximum Item Amount": 70, "Item Skin": 0, "Item Display Name": "" } ] } } }
    $10.00
1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.1k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.