Jump to content

Search the Community

Showing results for tags 'pack'.

  • 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

Forums

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

Product Groups

  • Creator Services
  • Host Services

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. IIIaKa

    Real PvE

    Version 0.1.0

    20 downloads

    Plugin for Real PvE servers, featuring damage prevention, anti-griefing measures, claiming vehicles, 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; The ability to inflict damage to one's own structures with "server.pve true"; The ability to destroy 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; No one, except the owner or their friends, will be able to open their loot containers (chests, storages, bodies, etc.); Players can't gather resources within the Building Privilege of someone else; The ability to schedule the killing of players if they disconnect within someone else's Building Privilege; Disabling backpack drop upon death(outside of the safe zone), even if it 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 and shelters 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, tanks, 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 or events; Only players who are looting monuments or events can inflict damage to NPCs. 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, "Monuments price multiplier": 1.0, "Events price multiplier": 1.0, "Vehicles settings": { "Horse": { "Limit": 1, "Price": 200.0 }, "Bike": { "Limit": 1, "Price": 200.0 }, "Car": { "Limit": 1, "Price": 200.0 }, ... } }, { "Permission Name": "realpve.vip", "Bypass Queue": true, "Limit of beds": 20, "Limit of shelters": 2, "Monuments price multiplier": 0.9, "Events price multiplier": 0.9, "Vehicles settings": { "Horse": { "Limit": 5, "Price": 100.0 }, ... } } ] An example of a monument or event multiplier 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. { "ImageLibrary Counter Check": 5, "RealPVE command": "realpve", "Is it worth forcibly implementing PvE for a server? Note: When the 'server.pve' is true, there may be bugs or issues with damage to objects.": true, "Use GameTip for messages?": true, "Is it worth preventing the sending of 'Give' messages?": true, "Which currency symbol will be used?": "$", "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, "List of permissions. NOTE: The first permission will be used by default for those who do not have any permissions.": [], "Settings for the events": { "PatrolHelicopter": { "Price": 100.0, "DeathLimit": 5 }, "BradleyAPC": { "Price": 100.0, "DeathLimit": 5 }, "RaidableBases": { "Price": 100.0, "DeathLimit": 5 } }, "List of tracked types of monuments": [ "RadTown", "RadTownWater", "RadTownSmall", "TunnelStation" ], "Is it worth changing the list of items given at spawn on the beach?": true, "List of items for the main inventory": [], "List of items for the belt": [], "List of items for clothing": [], "Settings for the monuments": {}, "Wipe ID": "dd93ad18f97c4a51a2d9054980ba74bd", "Version": { "Major": 0, "Minor": 1, "Patch": 0 } } 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. EN: { "MsgNoteText": "Welcome to our PvE server!\nThis server utilizes the RealPVE plugin.\nYou can find more details about the plugin at the following link: https://codefling.com/plugins/real-pve", "MsgMonumentOccupied": "{1} occupied {0} in {2} minutes.", "MsgMonumentFree": "{0} is available for looting!", "MsgMonumentOfferTitle": "Unlock Treasures of {0}!", "MsgMonumentOfferDescription": "Tap the notification to pay {0}.\nAnd unlock access to undiscovered riches!", "MsgMonumentLooterDeath": "You died while looting {0}. You have {1} seconds.", "MsgMonumentLooterExit": "You have left the monument. You have {0} seconds to return!", "MsgMonumentLooterRemoved": "Time's up! You have been removed from the monument!", "MsgMonumentLootingNotFree": "You have been added to the loot queue. Loot cost: {0}", "MsgMonumentNotInQueue": "You are not in the queue! You need to re-enter the monument!", "MsgMonumentNoAccess": "no access", "MsgEventOccupied": "{0} is already occupied by {1}!", "MsgEventOfferTitle": "Claim {0}!", "MsgEventOfferDescription": "Tap the notification to pay {0}.\nAnd unlock access to undiscovered riches!", "MsgEventNewLooter": "You have claimed {0}. You have {1} death for your team.", "MsgEventDeathLimit": "{0} is no longer yours! You have exceeded your death limit!", "MsgEventComplete": "{0} destroyed at coordinates: {1}!", "MsgEventPatrolHelicopter": "Patrol Helicopter", "MsgEventBradleyAPC": "Bradley", "MsgEventRaidableBases": "Raidable Bases", "MsgPrivlidgeClear": "{0} players have been removed from the Building Privilege.", "MsgPrivlidgeClearEmpty": "Only you are authorized in the Building Privilege.", "MsgVehicleDialogTitle": "Department of Motor Vehicles", "MsgVehicleDialogDescription": "ID: \nCategory: \nRegistration fee: ", "MsgVehicleDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionRegistered": "ID: \nCategory: \nRegistration date: ", "MsgVehicleDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionNotOwner": "ID: \nOwner: \nCategory: \nRegistration date: ", "MsgVehicleDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarDialogDescription": "ID: \nCategory: \nRegistration fee: ", "MsgVehicleCarDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionRegistered": "ID: \nCategory: \nReg date: ", "MsgVehicleCarDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionNotOwner": "ID: \nOwner: \nCategory: \nReg date: ", "MsgVehicleCarDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarGarageEmpty": "The car lift is empty!", "MsgVehicleDialogLink": "Register Vehicle", "MsgVehicleDialogUnLink": "Cancel registration", "MsgVehicleDialogIncorrectPassword": "The password must consist of 4 digits!", "MsgVehicleNotOwner": "You are not the owner!", "MsgVehicleCanNotInteract": "You are not the owner or their friend!", "MsgVehicleNoPermissions": "You do not have permissions for this action!", "MsgVehicleLinked": "The {0} has been successfully linked! You have {1} out of {2} available.", "MsgVehicleUnLinked": "The {0} has been successfully unlinked!", "MsgVehicleFailedDeauthorize": "You can only deauthorize by unlinking the vehicle from you.", "MsgVehicleLimit": "Limit exceeded! You have {1} out of {2} available.", "MsgVehicleDestroyed": "Your vehicle {0}({1}) has been destroyed!", "MsgVehicleFind": "Your vehicle {0} is located in grid {1}!", "MsgVehicleClear": "Removed {0} vehicles!", "MsgVehicleClearEmpty": "No vehicles found for removal!", "MsgVehicleNotFound": "Vehicle not found!", "MsgVehicleTugboatAuthorization": "To authorize in the tugboat, it must be claim!", "MsgVehicleLandVehicle": "Land", "MsgVehicleAirVehicle": "Air", "MsgVehicleWaterVehicle": "Water", "MsgVehicleWinterVehicle": "Winter", "MsgVehicleTrainVehicle": "Train", "MsgVehicleHorse": "horse", "MsgVehicleBike": "bike", "MsgVehicleCar": "car", "MsgVehicleBalloon": "air balloon", "MsgVehicleMinicopter": "minicopter", "MsgVehicleTransportHeli": "transportHeli", "MsgVehicleAttackHeli": "attack heli", "MsgVehicleRowBoat": "row boat", "MsgVehicleRHIB": "RHIB", "MsgVehicleTugBoat": "tugboat", "MsgVehicleSubmarineOne": "small submarine", "MsgVehicleSubmarineTwo": "submarine", "MsgVehicleSnowmobile": "snowmobile", "MsgVehicleTrain": "train", "MsgFree": "Free", "MsgNoDate": "null", "MsgEconomicsNotEnough": "Not enough funds!" } RU: { "MsgNoteText": "Добро пожаловать на наш PvE сервер!\nДанный сервер использует RealPVE плагин.\nПодробней о плагине можно узнать по ссылке: https://codefling.com/plugins/real-pve", "MsgMonumentOccupied": "{1} занял {0} на {2} минут.", "MsgMonumentFree": "{0} можно лутать!", "MsgMonumentOfferTitle": "Откройте сокровища {0}!", "MsgMonumentOfferDescription": "Нажми на уведомление для оплаты {0}.\nИ разблокируй доступ к неизведанным богатствам!", "MsgMonumentLooterDeath": "Вы умерли во время лутания {0}. У вас есть {1} секунд.", "MsgMonumentLooterExit": "Вы покинули монумент. У вас есть {0} секунд на возвращение!", "MsgMonumentLooterRemoved": "Время вышло! Вы были удалены из монумента!", "MsgMonumentLootingNotFree": "Вас добавили в очередь на лутание. Стоимость лутания: {0}", "MsgMonumentNotInQueue": "Вас нет в очереди! Вам необходимо перезайти в монумент!", "MsgMonumentNoAccess": "нет доступа", "MsgEventOccupied": "{0} уже занят игроком {1}!", "MsgEventOfferTitle": "Займите {0}!", "MsgEventOfferDescription": "Нажми на уведомление для оплаты {0}.\nИ разблокируй доступ к неизведанным богатствам!", "MsgEventNewLooter": "Вы заняли {0}. У вас на команду есть {1} жизней.", "MsgEventDeathLimit": "{0} больше не ваше! Вы исчерпали свой лимит жизней!", "MsgEventComplete": "{0} уничтожен в координатах: {1}!", "MsgEventPatrolHelicopter": "Патрульный вертолет", "MsgEventBradleyAPC": "Танк", "MsgEventRaidableBases": "Raidable Bases", "MsgPrivlidgeClear": "Из шкафа выписано {0} ироков.", "MsgPrivlidgeClearEmpty": "Кроме вас в шкафу ни кто не авторизован.", "MsgVehicleDialogTitle": "ГИБДД", "MsgVehicleDialogDescription": "ID: \nКатегория: \nСтоимость регистрации: ", "MsgVehicleDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionRegistered": "ID: \nКатегория: \nДата регистрации: ", "MsgVehicleDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleDialogDescriptionNotOwner": "ID: \nВладелец: \nКатегория: \nДата регистрации: ", "MsgVehicleDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarDialogDescription": "ID: \nКатегория: \nСтоимость: ", "MsgVehicleCarDialogDescriptionValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionRegistered": "ID: \nКатегория: \nДата: ", "MsgVehicleCarDialogDescriptionValueRegistered": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>", "MsgVehicleCarDialogDescriptionNotOwner": "ID: \nВладелец: \nКатегория: \nДата: ", "MsgVehicleCarDialogDescriptionNotOwnerValue": "<b>{0}</b>\n<b>{1}</b>\n<b>{2}</b>\n<b>{3}</b>", "MsgVehicleCarGarageEmpty": "Подъемник пустой!", "MsgVehicleDialogLink": "Поставить на учет", "MsgVehicleDialogUnLink": "Снять с учета", "MsgVehicleDialogIncorrectPassword": "Пароль должен состоять из 4-х цифр!", "MsgVehicleNotOwner": "Вы не являетесь владельцем!", "MsgVehicleCanNotInteract": "Вы не являетесь владелецем или его другом!", "MsgVehicleNoPermissions": "У вас нет прав для этого действия!", "MsgVehicleLinked": "{0} успешно привязан(а)! У вас {1} из {2} доступных.", "MsgVehicleUnLinked": "{0} успешно отвязан(а)!", "MsgVehicleFailedDeauthorize": "Вы можете выписаться только при отвязки транспорта от вас.", "MsgVehicleHorseLimit": "Лимит превышен! У вас {1} из {2} доступных.", "MsgVehicleDestroyed": "Ваше транспортное средство {0}({1}) было уничтожено!", "MsgVehicleFind": "Ваше транспортное средство {0} находится в квадрате {1}!", "MsgVehicleClear": "Удалено {0} транспортных средств!", "MsgVehicleClearEmpty": "Транспортные средства для удаления не найдены!", "MsgVehicleNotFound": "Транспортное средство не найдено!", "MsgVehicleTugboatAuthorization": "Для авторизации в буксире, его необходимо поставить на учет!", "MsgVehicleLandVehicle": "Наземный", "MsgVehicleAirVehicle": "Воздушный", "MsgVehicleWaterVehicle": "Водный", "MsgVehicleWinterVehicle": "Зимний", "MsgVehicleTrainVehicle": "ЖД", "MsgVehicleHorse": "Лошадь", "MsgVehicleBike": "Мотоцикл", "MsgVehicleCar": "Машина", "MsgVehicleBalloon": "Воздушный шар", "MsgVehicleMinicopter": "Мини коптер", "MsgVehicleTransportHeli": "Корова", "MsgVehicleAttackHeli": "Боевой вертолет", "MsgVehicleRowBoat": "Лодка", "MsgVehicleRHIB": "Патрульная лодка", "MsgVehicleTugBoat": "Буксир", "MsgVehicleSubmarineOne": "Маленькая подлодка", "MsgVehicleSubmarineTwo": "Подлодка", "MsgVehicleSnowmobile": "Снегоход", "MsgVehicleTrain": "Поезд", "MsgFree": "Бесплатно", "MsgNoDate": "пусто", "MsgEconomicsNotEnough": "Не достаточно средств!" } vehicle: find - helps to find a player's vehicle; unlink - unlinks the vehicle without the need to approach it; clear - unlinks all vehicles. Example: /realpve vehicle find *netID* 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. This plugin introduces queue system and loot purchases for monuments. All monuments are configured in the config file under the "Settings for the monuments" section. You can customize the price and time for looting each monument. Within monuments, only the "Looter" and his friends have the ability to loot, pick up items or damage entities. Additionally, NPCs 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": "RadTown", "ShowSuffix": true, "Broadcast": true, "LootingTime": 900, "Price": 0.0, "BarSettings": { "Order": 10, "Height": 26, "Main_Color": "#A064A0", "Main_Transparency": 0.8, "Main_Material": "", "Image_URL": "https://i.imgur.com/mn8reWg.png", "Image_Sprite": "", "Image_IsRawImage": false, "Image_Color": "#A064A0", "Text_Size": 12, "Text_Color": "#FFFFFF", "Text_Font": "RobotoCondensed-Bold.ttf", "SubText_Size": 12, "SubText_Color": "#FFFFFF", "SubText_Font": "RobotoCondensed-Bold.ttf" } } 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 in the config file 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" ] 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 events": { "PatrolHelicopter": { "Price": 100.0, "DeathLimit": 5 }, "BradleyAPC": { "Price": 100.0, "DeathLimit": 5 }, "RaidableBases": { "Price": 100.0, "DeathLimit": 5 } } Price - The price to claim the event. 0 means looting is free; DeathLimit - Limit of deaths after which the event becomes free.
    $29.99
  2. Version v1.5

    17 downloads

    Look at the update tab, maybe you will find something interesting for you there! <Buildings & More Structure Packs> This pack includes ready-made buildings and also new buildings will be added over time as time goes on. You will always have access to download new buildings.
    $3.99
  3. Version 1.0.3

    74 downloads

    About Expert Bases by Apes (20 Pack) Torture your players with these Expert bases that have death around every corner! Tons of sneaky traps and layouts guaranteed to make your players hate you! Hand crafted by the great SirApesALot these bases will leave your players running back naked over and over again, definitely not beginner friendly raids. All of these Expert raids cost 35-38 rockets to raid, but bring your skills (and grenades)! Because you will need every raiding trick in the book to conquer these. In the "Bases" Folder you will find 20 expert bases total that you can add to your servers Raidable Bases by Nivex. Everyone of these torture chambers was created by me for my vanilla gather rate weekly server. These are best suited for servers that are more balanced loot wise, and a more advanced player base with experience raiding (beginners WILL rage quit). None of these are walk throughs, I have no mercy on my players....do you? I recommend giving more satchels and C4 in the lower tier raids to increase the effectiveness of traps (rockets ruin everything lol) and players are more likely to blow themselves up with satchels which is always entertaining. These are not simple raids for beginners, if they don't understand how to use twig and ladders to work around traps, or pay attention for eco raidable walls they will struggle. They also may never trust rugs or spiral stairs ever again! But, they will laugh and feel a sense of accomplishment after completing a raid! Expert #13 of this pack is marked with an s in the file to remember to turn stability to "true" on that base if you have it false. It has a collapsing floor that requires it. Near everything is skinned, some just to look pretty, some themed. If upgrading or replacing doors be sure to check if a door controller is attached. Have Npcs "spawn on bags" inside the bases, 4 per base (that is just inside, make sure to count the # you want outside) The average raid cost in this pack is 35-38 rockets to raid. May be better suited as hard bases on servers with tons of boom in circulation and higher raid costs/longer wipe durations Loot Tables: As said on Raidable Bases plugin you need your own loot tables. Additional 5 raids are included in case there is a few you are not happy with and want to remove. Otherwise they are just an added value! All raids are tested on either Rustmode PvE or Planet of the Apes PvE. If you have any questions feel free to stop in our discord (https://discord.gg/M228N2F79m), or if you would like to test our raids that can be arranged Helpful Configuration and Data Settings: The following settings will help you get the most from these bases Configuration: "Entities Allowed To Drop Loot": { "Auto Turrets": true, "Flame Turret": true, "Fog Machine": false, "Gun Trap": true, "SAM Site": true "Allow Players To Loot Traps": false, "Allow Npcs To Target Other Npcs": false, "Turn Lights On At Night": false, "Turn Lights On Indefinitely": false, "Skins": { "Boxes": { "Preset Skins": [], "Ignore If Skinned Already": false, "Use Identical Skins": false, "Use Random Skin": false, "Use Workshop Skins": false, "Use Imported Workshop Skins File": true, "Use Approved Workshop Skins Only": false }, "Npcs": { "Use Identical Skins": true, "Use Random Skin": true, "Use Workshop Skins": true, "Use Imported Workshop Skins File": true, "Use Approved Workshop Skins Only": false }, "Deployables": { "Partial Names": [ "door", "barricade", "chair", "fridge", "furnace", "locker", "reactivetarget", "rug", "sleepingbag", "table", "vendingmachine", "waterpurifier", "skullspikes", "skulltrophy", "summer_dlc", "sled" ], "Preset Door Skins": [], "Skin Everything": false, "Ignore If Skinned Already": false, "Use Identical Skins": false, "Use Random Skin": false, "Use Workshop Skins": false, "Use Imported Workshop Skins File": true, "Use Approved Workshop Skins Only": false } "Weapons": { "Infinite Ammo": { "AutoTurret": false, "FlameTurret": false, "FogMachine": false, "GunTrap": false, "SamSite": false }, "Ammo": { "AutoTurret": 90, "FlameTurret": 40, "FogMachine": 50, "GunTrap": 32, "SamSite": 24 }, "Fog Machine Allows Motion Toggle": true, "Fog Machine Requires A Power Source": true, "Spooky Speakers Requires Power Source": false, "Test Generator Power": 100.0, "SamSite Repairs Every X Minutes (0.0 = disabled)": 5.0, "SamSite Range (350.0 = Rust default)": 100.0, "SamSite Requires Power Source": false }, Profiles (Raidable Bases Data Folder): "Entities Not Allowed To Be Picked Up": [ "generator.small", "generator.static", "autoturret_deployed" ], "NPC Levels": { "Level 2 - Final Death": true }, "Spawn Inside Bases": { "Spawn On Floors": false, "Spawn On Beds": true, "Spawn On Rugs": false, "Spawn On Rugs With Skin Only": 1, "Bed Health Multiplier": 1.0, "Rug Health Multiplier": 1.0, "Spawn Murderers Outside": true, "Spawn Scientists Outside": true, "Minimum Inside (-1 = ignore)": 4, "Maximum Inside (-1 = ignore)": 4 }, "Event Traps And Turrets Ignore Npcs": true, "Auto Turrets": { "Aim Cone": 5.0, "Wait To Power On Until Event Starts": false, "Start Health": 1000.0, "Sight Range": 30.0, "Double Sight Range When Shot": false, "Set Hostile (False = Do Not Set Any Mode)": true, "Requires Power Source": false, "Sam Site": { "Repairs Every X Minutes (0.0 = disabled)": 5.0, "Range (350.0 = Rust default)": 100.0, "Requires Power Source": false, "Minimum Health": 1000.0, "Maximum Health": 1000.0 }, "Tesla Coil": { "Requires A Power Source": true, "Max Discharge Self Damage Seconds (0 = None, 120 = Rust default)": 0.0, "Max Damage Output": 35.0, "Health": 250.0 }, "Add Code Lock To Unlocked Or KeyLocked Doors": true, "Add Key Lock To Unlocked Or CodeLocked Doors": false, "Add Code Lock To Tool Cupboards": true, "Add Key Lock To Tool Cupboards": false, "Add Code Lock To Boxes": false, "Add Key Lock To Boxes": false, "Add Code Lock To Lockers": true, "Add Key Lock To Lockers": false, "Close Open Doors With No Door Controller Installed": true, "Allow Duplicate Items": false, "Allow Players To Pickup Deployables": true, "Allow Players To Deploy A Cupboard": true, "Allow Players To Deploy Barricades": true, "Divide Loot Into All Containers": true, "Empty All Containers Before Spawning Loot": true,
    $5.50
  4. Version 1.0.3

    700 downloads

    Addon for my BackToTheWild plugin that can make the Alpha animals call for their pack and get aid. Features : Requires BackToTheWild plugin for the Alpha animal spawns When a Alpha animal is killed it will call for their weaker Omega who will come (too late) for its aid. Simple configuration Permissions for Gametip animal engagements Permissions for Mapmarker system to see Alpha's on the map Support for Economics Support for ServerRewards Chatnotifications when a alpha has spawned with Grid section through cfg Alpha Animal Types : Bear Polar Bear Wolf Permissions : alphaanimals.tipsimple : Simple Gametip message permisison alphaanimals.tipfull : Full info Gametip message permission alphaanimals.marker : To see the alpha mapmarkers if not set globaly alphaanimals.economics : To be granted economics points on alpha/omega kills alphaanimals.ServerRewards : To be granted ServerRewards points on alpha/omega kills Configuration : For the spawned Omegas the min and max hp values will be used { "Plugin": { "Debug": true, "Chat Steam64ID": 0, "Chat Prefix": "[<color=orange>Alpha's</color>] ", "Anounce Alpha spawns": true }, "Map Marker Options": { "Update frequency (seconds)": 5.0, "Show to all? (true/false)": false, "Show Animals on map? (true/false)": true }, "Animals Marker Options": { "Bear Color (hex)": "red", "PolarBear Color (hex)": "green", "Wolf Color (hex)": "yellow", "Alpha": 0.7, "Radius": 0.15 }, "Animals": { "Life Duration (minutes)": 5.0, "Spawn Radius": 12, "Bear Packsize": 2, "Bear settings": { "Min HP": 150.0, "Max HP": 250.0 }, "Polarbear Packsize": 2, "Polarbear settings": { "Min HP": 150.0, "Max HP": 250.0 }, "Wolf Packsize": 5, "Wolf settings": { "Min HP": 150.0, "Max HP": 250.0 } }, "Economics": { "Use Economics": true, "Alpha Bear points": 300.0, "Omega Bear points": 100.0, "Alpha Polarbear points": 400.0, "Omega Polarbear points": 150.0, "Alpha Wolf points": 200.0, "Omega Wolf points": 50.0 }, "ServerRewards": { "Use ServerRewards": true, "Alpha Bear points": 300, "Omega Bear points": 100, "Alpha Polarbear points": 400, "Omega Polarbear points": 150, "Alpha Wolf points": 200, "Omega Wolf points": 50 } } Localization : English language file included to use a different language just make a new file in the language folder. { "EngageSimple": "<color=yellow>carefull This is a {animal}</color>", "EngageFull": "<color=yellow>carefull This is a {animal} {health} HP</color>", "KillAlpha": "You Killed a <color=green>{animal}</color> and <color=green>{packsize} Omega's</color> are summoned", "KillAlphaAll": "{player} Killed a <color=green>{animal}</color> and <color=green>{packsize} Omega's</color> are summoned", "KillOmega": "You Killed the <color=green>{animal}</color>", "EngageSimpleKill": "<color=yellow>You killed the {animal}</color>", "EngageFullKill": "<color=yellow>You got points killing the {animal}</color>", "AlphaAnnounce": "A <color=yellow>{animal}</color> was located around <color=orange>Grid {location}</color>" } Rust native API : To remove the Omega Animals the following can be used in console del omega del omega wolf del omega bear del omega polarbear Example call to see if a animal is a Omega : void OnEntityDeath(BaseAnimalNPC animal, HitInfo info) { if (animal == null) return; BasePlayer attacker = info.InitiatorPlayer; if (attacker != null && animal.name.Contains("Omega")) { Puts($"The animal was a {animal.name}"); } return; }
    Free
  5. Version V01

    5 downloads

    Thrones built for royalty. Let all those who oppose you know who the real king is with this 3 throne pack! Skull Throne - Seat upon the heads of your enemies: The Skull Throne is a chilling symbol of power and dominance. Crafted from the skulls of defeated foes, this throne exudes an air of intimidation, showcasing the strength and authority of the true ruler. Its intricate design not only serves as a comfortable seat but also tells a story of conquest and triumph. Perfect for leaders who want to make a bold statement and remind all who enter their domain that they are sitting atop the heads of those who dared to oppose them. Temple Throne - The Temple Throne is a majestic seat inspired by ancient architecture and divine aesthetics. Crafted with meticulous detail, it features ornate carvings, intricate patterns, and symbolic elements that evoke a sense of reverence and grandeur. This throne is not just a seat; it's a manifestation of royalty intertwined with the divine. Sitting upon the Temple Throne, a ruler can exude an aura of wisdom and divine right, making it an ideal choice for leaders who seek a regal and spiritual presence. Scrap Throne - The Scrap Throne is a testament to resourcefulness and creativity. Crafted from salvaged materials, this throne reflects a ruler's ability to turn chaos into order, scraps into a symbol of authority. Its rugged appearance tells a story of resilience and adaptability. Despite its unconventional construction, the Scrap Throne offers a surprisingly comfortable and sturdy seat. This throne is perfect for leaders who value ingenuity, resourcefulness, and the ability to thrive in the face of adversity. For any issues please Reach out to me on Discord: potato_sheep
    $6.00
  6. Version 1.0.0

    4 downloads

    This medieval smallument pack will provide your players with 3 great points of interest and some looting possibilities. Warel Springs a natural closed in spring built upon by an ancient civilization long ago and only ruins remain and some loot. Yawning Grave Yawning Grave is a hauntingly beautiful site located in the vicinity of an ancient oak tree that dates back to medieval times. Here many fallen warriors rest, as well as the abandoned caretakers' residence. Fangorn's Barrow Fangorn's Barrow is an ancient structure that holds a mysterious allure. Located deep within a dense forest, it has long been the subject of legends and speculation. It was originally built during the medieval period as a place of spiritual devotion and worship. The location and architectural style suggest that it was built to serve a specific religious community or sect. The ruins provide a glimpse into the beliefs and rituals of medieval people, offering a glimpse into a lost world. Quick Start Extract the zip file into your RustEdit install folder. Start Rust Edit. Click on Prefabs at the top & open up your Prefab List. Under the Custom category, you will now find RobJs Premium Prefabs. Double-click on the prefab file, which will spawn it into the map for you. Drag it to the general area you want to place it. Apply the Height Mask, Topology Mask, and Splat Mask. Credits Designed by Cobalt & RobJ In collaboration and featured in Timelines & Clockworks Maps. Contact And Help If you need to contact me discord is best: RobJ2210#2553 For help/support my discord group is best: Join Rust Maps By RobJ Discord
    $17.99
  7. Doldak

    Easy Raidbases

    Version 1.0.0

    76 downloads

    7 Easy RaidBases Each base comes pre-equipped with items such as chests, furnaces, lockers, and more, eliminating the need for you to populate loot locations yourself! Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Easy Bases" deasy1 deasy2 deasy3 deasy4 deasy5 deasy6 deasy7 restart RB plugin or use the "rb.reloadconfig" command Deutsch: 7 Einfache RaidBasen Jede Basis ist bereits mit Gegenständen wie Truhen, Öfen, Schließfächern und mehr ausgestattet, sodass du diese nicht platzieren musst. Installationsanleitung Entpacke die Datei und platziere sie in deinem oxide/data/copypaste-Verzeichnis. Achte darauf, nur die Dateien und nicht den gesamten Ordner zu kopieren. Gib diesen Befehl in der Konsole ein: rb.config add "Easy Bases" deasy1 deasy2 deasy3 deasy4 deasy5 deasy6 deasy7 Starte das RB-Plugin neu oder verwende den Befehl "rb.reloadconfig".
    $5.50
  8. Version 1.0.0

    58 downloads

    8 Medium RaidBases Each base comes pre-equipped with items such as chests, furnaces, lockers, and more, eliminating the need for you to populate loot locations yourself! Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Medium Bases" dmedium1 dmedium2 dmedium3 dmedium4 dmedium5 dmedium6 dmedium7 dmedium8 restart RB plugin or use the "rb.reloadconfig" command Deutsch: 8 Medium RaidBasen Jede Basis ist bereits mit Gegenständen wie Truhen, Öfen, Schließfächern und mehr ausgestattet, sodass du diese nicht platzieren musst. Installationsanleitung Entpacke die Datei und platziere sie in deinem oxide/data/copypaste-Verzeichnis. Achte darauf, nur die Dateien und nicht den gesamten Ordner zu kopieren. Gib diesen Befehl in der Konsole ein: rb.config add "Medium Bases" dmedium1 dmedium2 dmedium3 dmedium4 dmedium5 dmedium6 dmedium7 dmedium8 Starte das RB-Plugin neu oder verwende den Befehl "rb.reloadconfig".
    $5.50
  9. Version 1.0.1

    45 downloads

    4 Expert RaidBases Each base comes pre-equipped with items such as chests, furnaces, lockers, and more, eliminating the need for you to populate loot locations yourself! Installation Guide Unzip the file and place them in your oxide/data/copypaste directory. Make sure to copy only the files, not the entire folder. Type in console this command: rb.config add "Expert Bases" dexpert1 dexpert2 dexpert3 dexpert4 restart RB plugin or use the "rb.reloadconfig" command Deutsch: 4 Expert RaidBases Jede Basis ist bereits mit Gegenständen wie Truhen, Öfen, Schließfächern und mehr ausgestattet, sodass du diese nicht platzieren musst. Installationsanleitung Entpacke die Datei und platziere sie in deinem oxide/data/copypaste-Verzeichnis. Achte darauf, nur die Dateien und nicht den gesamten Ordner zu kopieren. Gib diesen Befehl in der Konsole ein: rb.config add "Expert Bases" dexpert1 dexpert2 dexpert3 dexpert4 Starte das RB-Plugin neu oder verwende den Befehl "rb.reloadconfig".
    $5.50
  10. Version 1.0.1

    17 downloads

    It is a large kit of underwater railway modular parts designed for you to easily add submerged railways to any map by simply snapping each part into place. Parts are available in twin railway lines. It took me so long to complete and I am pleased that it has finally been released. known issues: Sometimes a fish swims into the tunnel and you turn right to go left on the split track I will be adding more parts and snap-on decor packs to this in the coming weeks. Tunnels ~ UnderWater Moonpool 3x36 (Twin).prefab UnderWater Diver Access 3x 18 (Twin).prefab UnderWater 3x18 (Twin).prefab UnderWater 3x36 (Twin).prefab UnderWater 3x72 (Twin).prefab Underwater Bend 45 (Twin).prefab Underwater Smooth Incline Bottom (Twin).prefab Underwater Smooth Incline Top (Twin).prefab UnderWater Entrance 3x54 (Twin).prefab UnderWater 3x47 Siding (Twin).prefab UnderWater Split 3x72 (Twin).prefab UnderWater 3x47 Build Area (Twin).prefab UnderWater End 3x36 (Twin).prefab UnderWater Tunnel Ventilation 3x18 (Twin).prefab UnderWater Switch 3x54 (Twin).prefab UnderWater Blast Door Auto 3x18 (Twin).prefab UnderWater 3x216 (Twin).prefab UnderWater 3x144 (Twin).prefab UnderWater Entrance To Land (Twin).prefab UnderWater Legless 3x72 (Twin).prefab UnderWater Legless 3x18 (Twin).prefab UnderWater Legless 3x18 (Twin).prefab Snap-ons ~ Diver Access Gear Locker.prefab Tunnel NPC Guards.prefab Blastdoor Checkpoint Guards.prefab Build Zone Locomotive Spawn.prefab Build Zone Workcart Spawn.prefab Lights 2 3x18.prefab Build Zone S.prefab Build Zone L.prefab Build Zone M.prefab Repair Team End 3x36.prefab Hydraulic Seal Open.prefab Workcart Spawns End 3x36.prefab Sunken Tug End 3x36.prefab Sunken Tug+Loot End 3x36.prefab Leaks+Sparks End 3x36.prefab Hydraulic Seal Closed.prefab Backup Air Supply.prefab Overgrown Ocean Plants.prefab Moonpool Duo Sub Guard+loot 3x36.prefab Moonpool Duo Sub 3x36.prefab Moonpool Solo Sub Guard+loot 3x36.prefab Moonpool Solo Sub 3x36.prefab
    $38.99
  11. Version 1.0.0

    13 downloads

    Procgen Arenas These arenas will perfectly decorate your battle server Aimtrain Arena A 418 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Paths Arena diameter: 200m Aimtrain Arena B 186 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena C 122 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena D 109 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena E 104 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Paths Arena diameter: 200m Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  12. Version 1.0.2

    26 downloads

    Aimtrain Arenas These arenas will perfectly decorate your battle server Aimtrain Arena A 2500 Prefabs for this build 8 shooting tracks 25m; 50m; 75m; 100m; 125m; 150m; 175m; 200m; Aimtrain Arena B The arena is designed for training shooting at enemies in the open area 331 Prefabs for this build Arena length - ~200m There you will find marks at 5-15, 50, 100,150 and 200 meters. Aimtrain Arena C The arena is designed for training shooting at enemies located behind barriers, in the room and etc. 500 Prefabs for this build Arena length - ~200m There you will find marks at 5-15, 50, 100,150 and 200 meters. Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $19.99
  13. Version 1.0.0

    13 downloads

    This is a pack consisting of 3 prefabs. There are 2 aboveground prefabs in this pack. And - 1 underground. Total prefabs: caveplace1 - 171 prefabs caveplace2 - 167 prefabs caveplace3 - 150 prefabs All custom are made according to the style of the cave. Prefabs data is very well suited for mod servers. After all, there is a lot of space for building in these custom Other Works: If you have any questions my discord - jerwiz
    $6.99
  14. Version 1.0.1

    2 downloads

    For treatment in these places, the player must have at least 150 calories. This set is designed for placement on the map. Each of the monuments in the set is designed to treat a player who has come into his area of action. Players will not be able to build up these monuments, I have put a ban on building in a small area. These monuments were invented so that ordinary players, after a battle with other players, would run up and be treated in the monument area. I really hope that the players will like this idea and the gameplay will vary a little. At the moment there are 4 types of monuments in the set, later I will add a few more
    $4.99
  15. Jerwiz

    DecorPack

    Version 1.0.0

    14 downloads

    I want to present you my map with decorations. I hope you liked them. This file is in MAP format. You need to download it, go to RustEdit and download it, then on this map you can select the prefabs that you liked and save them. Don't forget to save the building topology (Optional) It has already been drawn, you just need to save it together with it. If you have any questions, here is my discord - jewiz
    $1.00
  16. Version 2.1.0

    18 downloads

    This pack includes 20 different raidable bases, ready to use with the "Raidable Bases" plugin. Built in Rust, tested and running smoothly. Valid for medium / high / expert difficulty. To install, put in "oxide/data/copypaste" and rename the files to your liking from your profile settings. If you need help, feel free to contact me.
    $50.00
  17. Version 1.0.0

    11 downloads

    The pack consisting of 4 machines with any varies (14 prefabs) , that have similarities in real life. 1) First tank( file name: "bmp"): Prefabs count: 289; 2) Second tank( file name: "btr"): Prefabs count: 304; 3)A tractor ( file name: "tractor (blue/red/white/yellow/green) (a/b) "): Have five varies of colour. Have two version - first with tractor bucker, second - without. 3.A) Version with tractor bucket: Prefabs count: 190; 3.B) Version without tractor bucket: Prefabs count: 151; 4) Personal jet ( file name: "airplane"): Prefabs count: 158. To check my other works click here.
    $5.99
  18. Version 1.1.0

    14 downloads

    This arena pack holds three hand-crafted arenas with all custom buildings ready for you and your players to enjoy. Arena List Pirate Themed 1v1 Viking Themed 2v2 Medieval Free For All or 3v3 Instructions When placing, make sure to use the splat maps and terrain heights given with the prefab. Each arena has a special place where it is recommended for players to spawn. The Viking and Medieval Arenas have small rock alcoves on each end behind a tori gate. The Pirate arena has the player spawn location behind both waterfalls to keep from spawn camping. For the prefab to function correctly, you will need the Oxide.Ext.RustEdit.dll extension installed on your server. Good to know Contains volumes to keep players in arenas and has an observation deck to view battles. Works with known arena plugins. As always, have fun!
    $29.99
  19. Version 1.0.0

    23 downloads

    This is a simple RPG wooden house pack with two detailed RPG homes for any roleplay rust servers. This pack has a leather shop and a house for those who need a rest. 1000+ prefabs per building. No complex instructions, place and play. You may also purchase a license to resell these prefabs on your own maps maps below. As always, please enjoy! Special Thanks to Raul Sorban!
    $14.99
  20. Version 1.0.0

    9 downloads

    Hello guys, me again. With this bundle you get these prefabs: Better COD Shipment prefab De_Dust 2 HDRP prefab De_Mirage Final Version prefab Paradise Lobby prefab Shooting Arena prefab Shooting House (Call of Duty: MW) prefab Tournament Arena prefab
    $39.00
  21. Version 1.0.0

    4 downloads

    Drag n' drop! Easily add these Counter-Strike Rust arenas to any existing map! Anyone remember playing those good 'ole CSGO competitive matches either as a solo or 5 queue? Well I do, and y'know what I would love to make entire csgo maps but that's most likely not going to happen at this moment! So, here's the warmup 1v1 arenas which were made specifically for CSGO, and now Rust! I'll be looking forward to creating more in the future so make sure you keep an eye out for Stranger Includes: Cache + Train + Overpass Warmup 1v1 Arenas, created for Rust! Requires: Rustedit DLL + Rustedit Program Prefab Count: "Cache": 386 Prefabs "Train": 180 Prefabs HDRP COMPATIBLE "Overpass": 358 Prefabs HDRP COMPATIBLE Support: Message me either through Codefling, or Discord! Stranger#5693 Shoutout to all of the map makers over in CSGO and thanks for all the memories i've shared while playing each of your maps!
    $12.99
  22. Version 1.0.1

    29 downloads

    A bundle of 6 Viking houses for you role play server owners and a little extra No special plugins or anything is needed, paste and play! Total Prefab count: 1781 for all included in the pack.
    $14.99
  23. Version 1.0.0

    6 downloads

    Custom roadside monuments. If you are tired of the usual supermarket, gas station and warehouse, then this is your choice. You can replace standard roadside monuments on your maps. A variety of unique roadside-styled mini monuments to swap out on your current map to bring a unique twist to your maps that your players will enjoy! Features: ☣ Custom Diner (648 prefabs). ☣ Custom Garage (400 prefabs). ☣ Custom Warehouse (413 prefabs). Garage added modular car lift All monuments have a starting loot. There are also various masks for easy installation of monuments on your map. Additionally there are prevent build volumes placed around the monuments to prevent players from building in them.
    $14.99
  24. Version 1.0.0

    13 downloads

    A variety of unique roadside-styled mini monuments to swap out on your current map to bring a unique twist to your maps that your players will enjoy! Features: Custom supermarket. Custom gas station. Custom warehouse. Added modular car lift All monuments have a starting loot. There are also various masks for easy installation of monuments on your map. Additionally there are prevent build volumes placed around the monuments to prevent players from building in them.
    $9.99
  25. Version 1.0.1

    54 downloads

    New pack, new USSR-inspired residential buildings! This is a collection of 8 decorative USSR-inspired buildings, fully optimized and ready for use. All buildings have only exterior to ensure the best performance. Prefabs Info: Building E Default: 1075 prefabs Building E Damaged: 1690 prefabs Building F Default: 1762 prefabs Building F Damaged: 1917 prefabs Building G Default: 1937 prefabs Building F-G Combined: 3737 prefabs Building H Default: 877 prefabs Building J Default: 635 prefabs Building H-J Triple: 2468 prefabs Building K Default: 1034 prefabs Building L Default: 1026 prefabs Building M Default: 429 prefabs Check out the previous pack:
    $8.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

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.