Jump to content

Search the Community

Showing results for tags 'deploy'.

  • 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

Found 4 results

  1. Version 1.0.22

    1,309 downloads

    Adds 53 new deployable items to your server!. Custom item collection system. Players can obtain these items while cutting trees, mining rocks and collecting plants. Includes a built in market that can be accessed via a chat command or a HumanNPC. Each base item can be configured to allow for a wide variety of placement options/restrictions. A large amount of configuration options are available for each item. Adjustable placement options while holding shift. Items can be picked up by holding a hammer, looking at the deployed entity and pressing your mouse3 button (scroll wheel button). deployablenature.admin - Required to use the giveprefab command. deployablenature.market.chat - Required to use the market chat command. deployablenature.ignore.restrictions - Allows a player to deploy items without restriction (TC etc). deployablenature.gather - Required for players to obtain drops while gathering. deployablenature.use - Required to deploy nature items. deployablenature.free - allows access to the nature market for free. There is also the option to create groups via the config, which will receive discounts in the market based on the value assigned to them. Example: "Permissions that will receive a discount on the store cost when purchasing [1.0 is full price]. Prefix with deployablenature.": { "deployablenature.vip": 0.5 }, This would give players with the deployablenature.vip permission a discount of 50% off of the market price. Command: giveprefab Parameters: <skin id> <quantity> Example: /giveprefab 2609145017 100 - spawns the user 100x medium clutter rocks" Permission: deployablenature.admin Command: naturemarket Permission: deployablenature.market.chat Command: dnpickup Permission: None Command: giveprefab (console) Parameters: <player id/name> <skin id> <quantity> Example: /giveprefab "new guy" 2609145017 100 - spawns the user 100x medium clutter rocks for new guy" Permission: deployablenature.admin Console Command: dnkillentities - wipes all nature entities from the map. Parameters: <optional parameter: true> - this wipes the data after the command executes. If not used, the nature items will respawn on plugin reload. Example: dnkillentities or dnkillentities true. Permission: deployablenature.admin if running from player console. Console Command: dnkillentitiesforplayer - wipes all nature entities from the map for the specified player Parameters: <player name/id> Example: dnkillentitiesforplayer "new guy" - would delete all entities for the player whose name contained "new guy". Permission: deployablenature.admin if running from player console. Console Command: dnpurge - enables purge mode, wiping all entities from the map (does not delete data), and preventing them from spawning on server start/being deployed by players while active. Automatically resets to false on server wipe. Parameters: <true/false> Example: dnpurge true - would enable purge mode. Permission: deployablenature.admin if running from player console. You most likely won't need the below information, but it is here for more advanced users. Prefab Types 0: Rock 1: Tree 2: Bush 3: Animal Tree Types 0: None 1: Palm 2: Oak 3: Swamp 4: Birch 5: Beech 6: Pine 7: Cacti 8: Snow Bush Types 0: None 1: Willow 2: Willow_snow 3: Spice 4: Spice_snow 5: Creosote 6: Berries 7: Mushrooms Example config https://pastebin.com/E5duDqtf API public bool IsDeployableNature(BaseEntity entity) Returns if an entity is a DeployableNature entity that has the prevent_gather attribute.
    $15.00
  2. Version 1.2.3

    947 downloads

    Let your players shop from the safety of their own bases. Give them the ability to place & pickup their own drone Marketplaces, plus they look cool! With all the necessary configurable options, players will love this on any type of server, PvP or PvE. To add Marketplaces to server shops, I recommend adding the item rather than the command. You can do this with the following: Shortname: box.wooden.large SkinID: 2859284352 Features. Support for Friends, Clans, Teams Works with rewards shops like Server Rewards, Economics etc. Force on foundation (optional) Pickup by hitting a terminal with a hammer or chat command Allow multiple marketplaces (optional) Allow players to craft (optional) Configurable crafting cost More control with optional permissions Drop item if building underneath destroyed (optional) Lose condition on pickup (optional) Checks for space before placing (prevents clipping through structures) Config option to add vending machines to Marketplaces Option to block damage to attached vending machines Important Note: Rotate attached vending machines by hitting with a hammer. In-Game Commands (Remove / Prefix in F1 Console). /marketplace.give (give to self) /marketplace.give <PlayerName> or <SteamID> (give to player) /marketplace.craft /marketplace.pickup (Or hit a terminal with hammer) /marketplace.clear (Clear ALL stored marketplace data) /marketplace.clear <SteamID> (Remove marketplace data for player) Console/RCON Command. marketplace.give <PlayerName> or <SteamID> (give to player) marketplace.clear (Clear ALL stored marketplace data) marketplace.clear <SteamID> (Remove marketplace data for player) (Use console command in reward shops or give custom skinned item) Permissions (Optional). personalmarketplace.admin (Required for give & clear commands) personalmarketplace.deploy personalmarketplace.pickup personalmarketplace.craft API: Plugin devs can prevent conflict with this plugin by utilizing the following: Interface.CallHook("MarketplaceCheck", skinID) (where skinID = the skinID of the entity you are checking e.g. entity.skinID) Returns true if the given entity's skinID matches an item used by this plugin (deployable wooden box item, or Marketplace entity) or null if it is not. Plugin devs can use this to prevent conflict with their plugins if dealing with large wooden boxes or other items which maybe be Marketplace related, now or in the future. How to Place. As there is no deployable marketplace item in Rust, the plugin uses the large wooden box planner to help guide and align the Marketplace where you want to place it. Keep in mind the marketplace is a very large item, so it is only a guide to help align it. Make sure to place it far away from where you stand and from buildings, if there is not enough room you will not be able to place and you will get a chat message to tell you this. If you don’t get the position right first time, no worries, just pick it up and try again until happy with the placement. Use caution if marketplace condition is enabled, picking up the marketplace too many times will cause it to break and it is NOT repairable! Marketplaces are better placed in the middle of a 3x4 or larger foundation for best placement (see below image), but can be placed on open terrain or floors if allowed as such in the config: Inventory item: Custom Icon (to use in reward shops etc): https://rustynuts.gg/pmicon.png
    $9.99
  3. Version 1.1.1

    101 downloads

    Put in sale properties (house, building, etc) so that players can buy them, rented. Work with all doors that can include a lock code, Works with Economics Permissions propertybuying.manager.use - Gives access to the (creates, suprimed ) properties propertybuying.manager.admin - See all properties created and (creates , suprimed ) properties Commands /property - Accesses the property management ( added, removed ) How to add a property ? CopyPaste Decay Config Payment Time Model Lang
    $19.99
  4. Version 1.0.3

    20 downloads

    Adds deployment time on objects, as well as construction and improvement time. INFO - Configurable default deployment time - Configurable time to build or improve buildings - Configurable deployment time for all objects - You can add a percentage reduction to the duration according to the player's oxide permissions on any item, building grade, or by default PREVIEW (v1.0.1) PERMISSION If you want to bypass all construction times ctimetodeploy.bypass CONFIG If you want to bypass all construction times. In the example configuration below. The deployment time of a tool cupboard is not preset so its value will be the default one (5 sec). If a player has the ctimetodeploy.vip permission he will have a 10% shorter time, and 75% with the ctimetodeploy.modo permission. If he wants to put a sleepingbag the time will be 2.5 seconds as it is defined in the config file. The reduction percentages will be applied if they are specified for the item. { "CONFIG": { "» Refresh rate (increase only in case of lag, changes the update frequency of the progress bar)": 0.01, "» Max distance for cancels the construction if the player is too far from the deployment position)": 7.0, "» Default deployment duration (seconds) for all items and grade (building upgrade).": 5.0, "» Default duration reduction percentage": [ { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip", "» Percentage of time reduction": 10.0 }, { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.modo", "» Percentage of time reduction": 75.0 } ] }, "BUILDING GRADE": { "twigs": { "» Duration (seconds)": 2.5, "» Duration reduction percentage": null }, "wood": { "» Duration (seconds)": 5.0, "» Duration reduction percentage": [ { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip", "» Percentage of time reduction": 18.0 }, { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip2", "» Percentage of time reduction": 58.5 } ] }, "stone": { "» Duration (seconds)": 7.5, "» Duration reduction percentage": null }, "metal": { "» Duration (seconds)": 10.0, "» Duration reduction percentage": null }, "toptier": { "» Duration (seconds)": 15.0, "» Duration reduction percentage": null } }, "DEPLOYABLE": { "sleepingbag": { "» Duration (seconds)": 2.5, "» Duration reduction percentage": [ { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip", "» Percentage of time reduction": 10.0 }, { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip2", "» Percentage of time reduction": 20.0 } ] } }, "VERSION": { "Major": 1, "Minor": 0, "Patch": 1 } } ADD NEW ITEM In the config file add in DEPLOYABLE "sleepingbag": { "» Duration (seconds)": 2.5, "» Duration reduction percentage": null } ADD NEW PERCENTAGE REDUCTION This is a list you can add more. The highest value will be selected according to the player's permissions { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip", "» Percentage of time reduction": 10.0 }, or { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "ctimetodeploy.vip", "» Percentage of time reduction": 10.0 }, { "» Name of the oxide permission, use an existing permission or a new one by adding 'ctimetodeploy.'": "kit.vip4", "» Percentage of time reduction": 25.3 }, Future evolution, in-game administration panel to make handling easier
    $25.00
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

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.