Search the Community
Showing results for tags 'carbon plugin'.
-
Version 1.0.1
16 downloads
The plugin adds an event with dungeons to your server. Dungeons are bases with puzzles, NPC defenders, turrets and much more. You can create your own dungeons of varying complexity You can build your own bases or modify existing ones: The dungeons have moving NPC defenders: The dungeons have puzzles with security doors: The dungeons have secret notes with codes in boxes or NPCs: Commands: dungbase_start - force the event to start dungbase_stop - force the event to end Hooks: void DungeonBasesEventStarted() - // called when the event starts void DungeonBasesEventEnded() - // called when the event ends Config: { "Allow only the event owner (the one who entered the dungeon first) into the dungeon": true, "Allow owner's teammates to enter the dungeon": true, "Message that you cannot enter the dungeon without being the owner of the event or its teammate": "You cannot enter the dungeon without being the owner of the event or its teammate", "Event marker on the map": true, "Event marker name": "Dungeon Base", "Event marker transparency(0-1)": 0.55, "Event marker radius": 0.5, "Event marker color.R(0-1)": 1.0, "Event marker color.G(0-1)": 0.0, "Event marker color.B(0-1)": 0.0, "Display event owner name on marker": true, "Display the time remaining until the end of the event on the marker": true, "Autostart event(disable if you want to trigger the event only manually)": true, "Minimum time to event start(in seconds)": 3600, "Maximum time to event start(in seconds)": 7200, "Minimum event duration(in seconds)": 2000, "Maximum event duration(in seconds)": 3000, "Minimum number of online players to trigger an event": 1, "Event message": "The dungeon bases event has started, find the entrance to the base and get the loot", "End event message": "The dungeon bases event has ended", "Dungeons list": [ "#dung#base1", "#dung#base2", "#dung#base3" ], "Entrances list": [ "#dung#entrance1", "#dung#entrance2", "#dung#entrance3" ], "Random order of choosing a dungeon from the list (if false, will be selected in turn)": true, "Random order of choosing the entrance to the dungeon from the list (if false, will be selected in turn)": true, "Change the time of day when entering the dungeon(from 0 to 23, if -1 - do not change the time)": 0.0, "How long before the end of the event does radiation start to affect players inside the dungeon": 180, "How long after the event ends should the entrance be destroyed": 60, "Close the entrance and exit to the dungeon when the event time is over": true, "Message about closing the entrance and exit": "Time is up, the entrance and exit to the dungeon are closed forever!" } Note: the plugin is guaranteed to work correctly with the bases that are included. NPCs will not behave like default ones, as they use other algorithms. Only one dungeon can spawn on the map at a time$19.99 -
Version 1.1.0
7 downloads
Enhance your Rust server with the Vehicle Registration plugin, designed to bring a realistic and organized vehicle management system to your gameplay. This plugin allows players to register their vehicles and manage their registration details seamlessly. Ideal for role-playing servers or any server looking to add depth to their vehicle interactions. Features Players can register their vehicles, providing necessary details like owner name, registration number, date of birth, and expiration date. Tutorial video (This is an old version of this plugin) (New Coming Soon) Permission-Based Access vehicleregistration.dealer: Allows players to register vehicles. vehicleregistration.police: Allows players to view vehicle registration details and fines/cases. Data Management: Store car registration data and associated notes. Load and save data efficiently to ensure information persistence across server restarts. Chat Commands: /registervehicleto <playerName> <registrationNumber> <dateOfBirth> <expirationDate> : Register a vehicle to a specified player. (only vehicleregistration.dealer can do this) /editregistration <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)> : Edit already register vehicle details. (only vehicleregistration.dealer can do this) /checkregistration : For checking registration details with fines/cases. (only vehicleregistration.police can do this) /showregistration : Any normal player can see the registration number only. (No permission required) /fine <Car RegistrationNumber> <Charges> : For add fine to a vehicle. (only vehicleregistration.police can do this) /editfine <Car RegistrationNumber> <Case Number> <New Charges> : For edit the old fines/cases. (only vehicleregistration.police can do this) /deletecase <Car RegistrationNumber> <case number> : For delete a fine/case. (only vehicleregistration.police can do this) Manage Registration Fine: Add fine to vehicle registrations to keep track of important details or incidents related to the vehicle. Installation: Download the Vehicle Registration plugin. Place the plugin file in your server’s oxide/plugins or carbon/plugins directory. Reload the server or use the appropriate command to load the plugin. Config: "RegisterCommand": "registervehicle", "EditCommand": "editregistration", "ShowCommand": "showregistration", "CheckCommand": "checkregistration", "AddFineCommand": "addfine", "EditFineCommand": "editfine", "DeleteCaseCommand": "deletecase", "RegisterUsageMessage": "Usage: /registervehicle <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)>", "InvalidDOBMessage": "Invalid date of birth format. Use dd-MM-yyyy.", "InvalidExpirationDateMessage": "Invalid expiration date format. Use dd-MM-yyyy.", "MustBeMountedMessage": "You must be mounted on a vehicle to register it.", "AlreadyRegisteredMessage": "This vehicle is already registered.", "RegistrationSuccessMessage": "Vehicle registered successfully. \n <color=#00FF00>Registration Number:{0}", "EditUsageMessage": "Usage: /editregistration <Name> <DOB (dd-MM-yyyy)> <ExpirationDate (dd-MM-yyyy)>", "NotRegisteredMessage": "This vehicle is not registered.", "EditSuccessMessage": "Registration details updated successfully.", "MustBeLookingAtVehicleMessage": "You must be looking at a vehicle to see its registration number.", "ShowRegistrationMessage": "Registration Number: {0}", "CheckRegistrationMessage": "<color=#FF00FF>================================\n<color=#FFFFFF>Registration Number: {0} \nOwner: {1}\nDOB: {2:dd-MM-yyyy}\nExpiry: {3:dd-MM-yyyy}\n<color=#FF00FF>================================", "CheckRegistrationNoteMessage": "Case Number: {0} \n <color=orange> Charges: {1} \n \n <color=#FFFFFF>--------------------------------------------", "AddFineUsageMessage": "Usage: /addfine <Car RegistrationNumber> <Charges>", "AddFineSuccessMessage": "Fine added successfully to Registration Number: {0}", "EditFineUsageMessage": "Usage: /editfine <Car RegistrationNumber> <Case Number> <New Charges>", "InvalidCaseNumberMessage": "Invalid case number. Please provide a valid case number.", "EditFineSuccessMessage": "Case number {0} edited successfully for Registration Number: {1}", "DeleteCaseUsageMessage": "Usage: /deletecase <Car RegistrationNumber> <case number>", "DeleteCaseSuccessMessage": "Case number {0} deleted successfully for Registration Number: {1}", "MountedUnregisteredVehicleMessage": "<color=#FF0000>Unknown Vehicle Number Plate.", "MountedRegisteredVehicleMessage": "<color=#00FF00>Vehicle Number Plate: {0}" Support: For any issues or support, please visit my support page or contact us through the server’s community channels. Bring order and realism to your server’s vehicle management with the Vehicle Registration plugin!$9.99- 2 comments
- 1 review
-
- #vehicle registration
- #oxide rust
- (and 9 more)
-
Version 1.0.0
56 downloads
OneTimeSpawn is a plugin for the game Rust that allows server administrators to set a one-time spawn location for players when they first join the server. After the initial spawn, players will respawn at the standard random locations on the map. Key Features: One-Time Spawn: Players will spawn at a specific location set by the administrator when they first join the server. Normal Respawn: After the first spawn, all subsequent respawns will occur at the usual random locations on the map. Setup Command: Administrators can set the spawn location using the command /spawnpos. Wipe Support: The plugin configuration allows for automatic resetting of the spawn position and clearing of spawned player data when the map is wiped. Wipe Spawn Position: If enabled, the spawn position will reset with each map wipe, allowing administrators to set a new spawn point for the new session. Wipe Spawned Players: If enabled, the list of players who have already spawned will be cleared upon a map wipe, ensuring all players spawn at the initial point again when they first join after the wipe. Usage: The OneTimeSpawn plugin is perfect for servers where administrators want to give all players an equal start, such as spawning them near a specific point of interest, a settlement, or a starting area. Configuration { "Spawn position": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Wipe already spawned players on map wipe?": false, "Delete spawn position on map wipe?": false }Free- 3 comments
-
- 1
-
- #spawnpoint
- #spawn
-
(and 4 more)
Tagged with:
-
Version 1.0.0
8 downloads
ObjectLimiter is a plugin for the game Rust designed to limit the number of objects a player can build on the server. The plugin provides a convenient and intuitive interface (UI) that allows the server administrator to set individual limits for different user groups. Main features of the plugin: Limit Settings: The administrator can set the maximum number of each type of object that a player can place on the map. Limits can be configured for all players (Default group) as well as for specific groups like VIP and Admin. Flexible Privilege System: The plugin allows you to create new privilege groups and copy settings from existing groups for easier configuration. The ability to set different limits for each group enables a diverse gameplay experience for different categories of players. Object Management: The plugin's interface allows easy enabling or disabling of restrictions on specific objects. The option to quickly enable or disable all objects for a specific user group. Optimization: ObjectLimiter is highly optimized, allowing the plugin to run without significant load on the server. This ensures stable performance even on servers with a large number of players and objects. Commands: /ol - open main ui(requires permission objectlimiter.admin This plugin is ideal for administrators who want to control construction on their server, ensuring balance and preventing the excessive use of certain objects.$19.99- 4 comments
-
Version 1.0.0
8 downloads
The promo code plugin for Rust game provides the ability to reward players for entering a code word. This plugin includes a variety of settings and functionality for easy management and configuration of promo codes in the admin panel. Main Features Creation and Configuration of Promo Codes: Promo Code: The administrator can create unique promo codes. Item Configuration: The administrator can determine which items will be given when the promo code is activated. Item Parameters Shortname: The code word for issuing a specific item. SkinID: The skin identifier of the item. DisplayName: The displayed name of the item. Amount: The number of items given by the promo code. Flexible Settings Promo Code Duration: Ability to set an end date until which the promo code will be active. Usage Limit: Setting a limit on the number of times the promo code can be used. Command Configuration Ability to replace item issuance with the execution of a specific server command when the promo code is activated. Example Usage Admin usage Give admin permission - promocodes.admin Open UI with command (can be changed in config, default: /p) Creating a Promo Code: Create the promo code "SUMMER21". Set its expiration date to July 31. Set a usage limit of 100 times. Player usage Open UI with command (can be changed in config, default: /p) Enter promocode Press CHECK button Item Configuration Add an item: shortname - "rifle.ak", skinid - "123456", displayname - "AK-47 Elite", amount - 1. Add an item: shortname - "ammo.rifle", skinid - "0", displayname - "Rifle Ammo", amount - 100. Command Replacement Set the command "give %STEAMID% some_reward" to be executed when the promo code is activated instead of issuing items. Configuration file { "Cooldown for promocode": 65, "Commands to open UI": [ "promocode", "promo", "code", "pc", "p" ] }$15.00-
- #reward
- #promocode
-
(and 7 more)
Tagged with:
-
Version 1.0.0
73 downloads
Frustrated because the minigun on your server gets destroyed after use? This plugin is perfect for your server! As you may have noticed, the minigun cannot currently be repaired or researched. That's why we've developed a plugin that automatically repairs the minigun when it has lost 99% of its durability. This way, players can use the weapon permanently without it being permanently destroyed. Required Permission: To allow players or groups to use the minigun permanently, they need the permission minigunautorepair.use. This permission prevents the minigun from breaking and disappearing forever. How to grant the permission to a user: For Carbon: c.grant user SteamID minigunautorepair.use For Oxide: o.grant user SteamID minigunautorepair.use How to grant the permission to a group: For Carbon: c.grant group groupname minigunautorepair.use For Oxide: o.grant group groupname minigunautorepair.use Of course, you can also use other plugins for permission management. We hope this plugin helps make your players happy – it worked for us! ^^ Thanks to our community for the idea!Free