Jump to content

Search the Community

Showing results for tags 'entity'.

  • 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 6 results

  1. MON@H

    Limit Entities

    Version 2.1.5

    982 downloads

    The purpose of this plugin is to restrict the entities that players can build. You can limit any entity based on its prefab. To get the full list of supported prefabs use limitentities.list console command. There are two types of limits available: global and building. For building limit checks, if a cupboard is placed, the limits of the cupboard owner will apply. If no cupboard is placed, the restrictions of the owner of the first block will apply. When you run the plugin for the first time, no players will be limited. To apply limits, you must assign one or more permissions from your config file to a player/group. The plugin also tracks permission changes, so you will not need to restart the plugin after giving a player new permission or adding them to a VIP group, etc. This plugin is designed to be efficient and performant even on highly loaded servers. All growables are fully excluded from the count, so you can't limit any growables with this plugin, and players are free to plant them. I was considering adding this as an option, but it can significantly reduce performance, so at this point, I decided to refrain from it. This plugin now supports `Entity Groups`, and group names are translatable. All newly created groups are added to the language files on plugin load. You are free to create as many groups as you want or remove them all. The only thing you should keep in mind is that if you added an entity to a group, you can't add the same entity to `Limits Entities`, you must use the `Group name`. Note: If you want to have "beautiful" names even on English only, please, install Rust Translation API plugin or you will have a short prefab names only. ## Permissions limitentities.immunity -- Allows player to not being limited by this plugin limitentities.admin -- Allows player to check other player limits and execute console command More permissions with limits are created in config file (see Configuration section below) ## Commands /limits <player name | steamid> (optional) -- Get current limits list for a player. If player doesn't have admin permission or player name/id is empty - current player limit will be shown limitentities.list (console only) - print all tracked prefabs list into log file. Requires admin rights (can be used in server console/RCON) ## Configuration You can remove unnecessary default permissions and also add as many permissions as you want. For cases where the player has more than one, the permission with the higher priority will be applied. Note: To improve performance grant permissions only to players you want to apply limits or use immunity permission to disable limits entirely Enable / disable notifications / logging Set SteamIDIcon steamid to set desired account icon in chat messages Set commands list (default are "limits", "limit") Set the % at which limit notifications appear. If set to 0 notification will appear only when limit is already reached Add entity prefab name to Excluded list and plugin will ignore that prefab completely Use Entity Groups to combine entities and set a common limit for the entire group The same entity cannot be in both Group Entities list and Limits Entities simultaneously Prevent excessive merging of buildings may impact performance, so enable it at your own risk ## Localization Plugins phrases are available on 3 languages out of the box: English, Ukrainian and Russian Plugin supports Rust Translation API which allows you to have entities names on any language Rust supports There is a free version on uMod, why do you even need this plugin? First of all, this plugin was designed to be efficient and performant. It uses unique caching system that should not consume no additional server resources Much more efficient building limit control system even without cupboard placed More accurate mechanism for notification messages Allows you to prevent entities placement if limit is set to 0 Supports Rust Translation API so you can have full support of any language Rust supports Supports Entity Groups ! Supports checks to prevent excessive merging of buildings Supports Abandoned Bases plugin
    $25.00
  2. David

    Place Anything

    Version 1.0.5

    1,251 downloads

    PlaceAnything is simple plugin which allows place various prefabs in native way without any special commands. This plugin is free for customers who purchased Craft Menu. If you considering purchasing, I recommend purchase it as bundle. In order to make custom items work properly, you have to use StackModifier or SkinsStackFix Having trouble fitting larger entities into your compound? By using Scale Manager API you can resize certain entities. Vehicles can be crafted, deployed and picked up any time. Trees and bushes can be also deployed however this feature is more suitable for PVE servers since some bushes can't be removed. I created file with few examples Entities.json Bases can be crafted and deployed, or sold in any shop plugin available. • 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. Plugin comes with 14 pre-configured items. Use /gimme chat command in game to get those items for testing. • Known issues - 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 keep in mind, this plugin is basically just bridge for spawning prefab after deploying certain item. I do not guarantee that every prefab will work, you can alternatively test them by spawning them with console command before you purchase this plugin.
    $5.50
  3. bsdinis

    Entity Limit

    Version 0.0.6

    229 downloads

    Limits, by prefab shortname, the amount of entities that players are allowed to deploy or build. Limits building blocks and deployables. The config file contains 2 lists named limitedPrefabs and VIPlimitedPrefabs where the limits are saved. The purpose of the excludedSkinIDs list is to prevent limiting items with custom skinIDs, such as catapults, sentries, recyclers, etc. Limits can be added, removed or listed with the console command 'entitylimit', command usage examples: entitylimit add default foundation.triangle 50 - Adds the shortname 'foundation.triangle' to the 'default' list with a limit of 50. entitylimit add default chair.deployed 3 - Adds the shortname 'chair.deployed' to the 'default' list with a limit of 3. entitylimit add vip chair.deployed 30 - Adds the shortname 'chair.deployed' to the 'VIP' list with a limit of 30. entitylimit remove vip chair.deployed - Removes the shortname ´chair.deployed´ from the 'VIP' list. entitylimit limits - Lists every limited prefab from default and VIP lists and the excluded skinIDs. entitylimit playerentities <steamID> - Lists every player's amount of entities, or optionally list only one steamID. entitylimit addskin 12345 - Adds the item skinID 12345 to the excluded skinIDs list. entitylimit removeskin 12345 - Removes the item skinID 12345 from the excluded skinIDs list. Permissions: entitylimit.bypass - Allows player to bypass any entity limits set by this plugin. entitylimit.console - Allows player to use the console command, not needed for players with ownerid. entitylimit.vip - Allows player to build and deploy using the limits from the VIP list. Notes: Setting a prefab's limit to 0 blocks its placement. If a prefab's VIP limit is accidentally set lower than its default limit, the default limit will be applied for both default and VIP players. If a prefab shortname does not exist in the default list, that prefab will not be limited for VIP players even if it exists in the VIP list.
    $4.00
  4. Version 0.1.6

    115 downloads

    What is it? Player Entity Remover gives player/admin with permission ability to remove all entities of any other player. You can also set in config to delete player's entities after he gets banned. Usage If someone spammed entities on the map, you can easily clean them like this OR if you have it set in config then just ban him and it will auto-delete his entities. Permissions playerentityremover.use -- Gives player permission to use the command. playerentityremover.bypass -- Gives you a protection when a one of these hooks get called: OnPlayerBanned, OnPlayerDeath Commands /entremove (playerName/playerID) - Chat command entremove (playerName/playerID) - Console command Localization { "NoPerms": "You don't have permission to use this command!", "Syntax": "Syntax: /entremove playerName", "NoPlayer": "Player not found!", "RemoveMessage": "Removing {0}'s entities...({1})", "NoEnts": "No entities found for this player." } Configuration { "Remove player's entities if banned": true, "Remove player's entities on death": false }
    Free
  5. Version 1.0.0

    1 download

    2 easy raidable bases wood or metal doors tier 2 workbench profit so your players don't rage quit when seeing loot 2 Medium raidable bases shotgun traps garage doors secret spot on the roof tier 2 workbench profit so your players don't rage quit when seeing loot I will be coming out with some hard raidable bases for a cheap price ETA : 8/22 - 8/30
    $2.99
  6. Avo_Skorm

    Mantra [HDRP]

    Version 1.0.0

    6 downloads

    The map cannot be edited or changed during the purchase! Size 2000 Entities 10 - 12k This map is great for servers who want something dark and scary for Halloween. On the map, almost every monument is associated with skulls and something ancient and unusual. Spawn on the map is implemented through a system of portals. Players will appear there more often than on the usual shore. Players will not be able to build around portals. There is a colosseum on the map where you can hold events for players. Custom Monuments: - Bottle Town x1 - AvoTear x1 - Skull Cave x1 - Eye Cave x1 - Titan Cave x1 - Chaos Cave x1 - Trident Cave Underwater x2 - Lonely Tower x1 - Twins Cave x1 - Portal x6 - itildin Door x1 -Skorm Arena(Colosseum) x1 Facepunch Monuments: - Bandit Camp - Cave Medium Hard - Outpost - Fishing Village A/ - HQM Quarry - Sulfur Quarry x1 - Lighthouse x2 - Oilrig 1 - Oilrig 2 - Harbor - Satellite Dish - Junkyard - Mining Outpost x3 - Oxum`s Gas Station x3 - Underwater Lab x2 - Ranch
    $15.00
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.