Jump to content

Search the Community

Showing results for tags 'comfort'.

  • 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 0.1.4

    141 downloads

    Allows to automate horse dung gathering, by adding Industial Adapters and BoxStorage to the HitchTrough and Composter. Also auto spliting dungs in the Composter container. Note: During plugin unloading, modified entities are not removed, to prevent the removal of pipes every time the plugin/server is restarted. To remove modifications from entities, you should use the "idung unload" command. industrialdung.one - Provides the ability to modify HitchTroughs and Composters, with the limit for this permission specified in the configuration file. industrialdung.two - Provides the ability to modify HitchTroughs and Composters, with the limit for this permission specified in the configuration file. industrialdung.three - Provides the ability to modify HitchTroughs and Composters, with the limit for this permission specified in the configuration file. industrialdung.admin - Provides unrestricted access to the plugin's functionality. This includes the ability to add/remove or clear modificated entities from other players. { "ImageLibrary Counter Check": 5, "Use SplitDungs?": true, "Allow placing only Horse Dung, Fertilizer and Plant Fiber in the Composter?": true, "Wood Storage Box Workshop Skin ID": 2911301119, "Use GameTip for messages?": true, "Max ammount of modified HitchTroughs": { "industrialdung.one": 10, "industrialdung.two": 20, "industrialdung.three": 30 }, "Max ammount of modified Composters": { "industrialdung.one": 2, "industrialdung.two": 5, "industrialdung.three": 10 }, "UI - Duration": 6.0, "UI_HUD. Position - AnchorMin": "0 0.9", "UI_HUD. Position - AnchorMax": "0.25 1", "UI_HUD. Position - OffsetMin": "20 0", "UI_HUD. Position - OffsetMax": "0 -30", "UI_HUD. Icon - Url": "https://i.imgur.com/4Adzkb8.png", "UI_HUD. Icon - Color": "0.8 0.9 0.6", "UI_HUD. Icon - Transparency": 0.8, "UI. Text - FadeIn": 1.0, "UI. Text - Font": "RobotoCondensed-Bold.ttf", "UI. Text - Font Size": 14, "UI. Text - Font Color": "1 1 1 1", "UI. Text description - Font": "RobotoCondensed-Regular.ttf", "UI. Text description - Font Size": 12, "UI. Text description - Font Color": "1 1 1 1", "Show HUD Sound - Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab" } [bool]Allow placing only Horse Dung, Fertilizer and Plant Fiber in the Composter - Set to true to allow placing only Horse Dung, Fertilizer and Plant Fiber in the Composter container. [bool]Use SplitDungs? - Set to true to enable horsedung splitting in the composter, or false to disable it. [ulong]Wood Storage Box Workshop Skin ID - Set Wood Storage Box Skin ID from the Workshop. Note: List of available fonts: https://umod.org/guides/rust/basic-concepts-of-gui#fonts. EN: { "NotAllowed": "You do not have permission to use this command!", "NotHitchOwner": "You are not the owner of this hitch trough!", "NotComposterOwner": "You are not the owner of this composter!", "NotEntity": "You need to look at the hitch trough/composter or provide correct net ID!", "NotModifiedEntity": "This entity is not modified!", "LimitReached": "You cannot to modify this entity as you have reached your limit of {0}!", "AddBtnHitch": "Modify this hitch trough?", "AddBtnComposter": "Modify this composter?", "AddBtnDesc": "Click on the notification to confirm", "HitchTroughAdded": "The hitch trough has been successfully modified!", "ComposterAdded": "The composter has been successfully modified!", "MyRemovedHitch": "The modification from the hitch trough has been successfully removed!", "MyRemovedComposter": "The modification from the composter has been successfully removed!", "MyAllRemoved": "All your modifications from the hitch troughs and composters have been successfully removed!", "PlayerAllRemoved": "All {0}'s modifications from the hitch troughs and composters have been successfully removed!", "AllRemoved": "All modifications from the hitch troughs and composters have been successfully removed!", "EntityNotFound": "No modified entities found!", "PlayerEntitiesNotFound": "{0}'s modified entities not found!", "AutoModifyEntityEnabled": "Automatic entity modification is enabled!", "AutoModifyEntityDisabled": "Automatic entity modification is disabled!" } RU: { "NotAllowed": "У вас недостаточно прав для использования этой команды!", "NotHitchOwner": "Вы не являетесь владельцем данной кормушки!", "NotComposterOwner": "Вы не являетесь владельцем данного компостера!", "NotEntity": "Вам необходимо смотреть на кормушку/компостер или указать корректный net ID!", "NotModifiedEntity": "Данная сущность не является модифицированной!", "LimitReached": "Вы не можете модифицировать данную сущность, так как вы превысили свой лимит в {0}!", "AddBtnHitch": "Модифицировать данную кормушку?", "AddBtnComposter": "Модифицировать данный компостер?", "AddBtnDesc": "Нажмите на уведомление для подтверждения", "HitchTroughAdded": "Кормушка успешно модифицирована!", "ComposterAdded": "Компостер успешно модифицирован!", "MyRemovedHitch": "Модификация с кормушки успешно удалена!", "MyRemovedComposter": "Модификация с компостера успешно удалена!", "MyAllRemoved": "Все ваши модификации из кормушек и компостеров успешно удалены!", "PlayerAllRemoved": "Все модификации из кормушек и компостеров игрока {0} успешно удалены!", "AllRemoved": "Все модификации из кормушек и компостеров успешно удалены!", "EntityNotFound": "Модифицированные сущности не найдены!", "PlayerEntitiesNotFound": "Модифицированные сущности игрока {0} не найдены!", "AutoModifyEntityEnabled": "Автоматическая модификация сущностей включена!", "AutoModifyEntityDisabled": "Автоматическая модификация сущностей выключена!" } 1. idung add - Adding a modification to the HitchTrough/Composter that you are looking at from a distance of no more than 10 meters. idung add *netID* - Adding a modification to the HitchTrough/Composter with the specified netID; 2. idung remove - Removing a modification from the HitchTrough/Composter that you are looking at from a distance of no more than 10 meters. idung remove *netID* - Removing a modification from the HitchTrough/Composter with the specified netID; 3. idung clear - Removing all modification from your HitchTroughs and Composters. idung clear *userID* - Removing all modification from specified player's HitchTroughs and Composters. Permission "industrialdung.admin" required. idung clear all - Removing all modification from all HitchTroughs and Composters. Permission "industrialdung.admin" required. 4. idung auto - Enabling/Disabling automatic modification of HitchTroughs and Composters, if possible. 5. idung aclear - Removing all modifications from the HitchTroughs and Composters that were not added to the data files for some reason. Permission "industrialdung.admin" required. 6. idung unload - Unloading the plugin with the removal of all modifications from HitchTroughs and Composters without deleting them from the data file. Permission "industrialdung.admin" required.
    $9.99
  2. Mercury

    IQTurret

    Version 1.9.16

    142 downloads

    IQTurrets is a plugin that adds turrets to your server without electricity! There will be an additional "switch" on the turrets, which will start and turn it off without electricity. It also supports the ability to connect electricity to the turret without electricity, the plugin is synchronized and everything will work according to the mechanics of the game Opportunities : - Support SAM-Site - There are limits on the cabinet and specifically for the player - It is possible to set limits on privileges - IQChat support is available - There are console and chat commands for controlling turrets with the ability to bind them
    $5.99
  3. 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
  4. Version 1.0.1

    239 downloads

    Description: When the nights get long and cold, there's nothing better than relaxing in the sauna. Increases well-being, increases the body's defenses and you can immediately check who in the group has the larger willy. Contains: 5 seats Custom RustySpa Logo Switchable lighting Switchable sauna heater (runs for 3 minutes), increase comfort up to 100% HDRP-Ready: Yes Prefab Count: 681 File Size: 454 kb
    Free
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

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.