Search the Community
Showing results for tags 'dung'.
-
Version 0.1.8
337 downloads
Allows automating the entire manure collection process and adds other useful features in this area, 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.admin - Provides unrestricted access to the plugin's functionality. This includes the ability to add/remove or clear modificated entities from other players. Note: In the configuration file, within the "Max ammount of modified entites per group" section, you can specify limits for any existing permission by simply listing its name. "Max amount of modified entites for each permission. Leave null or empty to recreate the default": { "industrialdung.default": { "HitchTroughs": 5, "Composters": 2 }, ... }, ... If you want to create a new permission, you can also include it in the list, but the name must begin with "industrialdung". { "Chat command": "idung", "Is it worth enabling GameTips for messages?": true, "Use auto-splitting in the Composter?": true, "Item's short name for auto-splitting in the Composter. Leave the field empty to use the default": "horsedung", "AutoModify - Default value for new players": true, "Wood Storage Box Workshop Skin ID": 2911301119, "The list of items(short name) available for the composter. Leave empty to use vanilla": [ "horsedung", "fertilizer", "plantfiber" ], "Popup - Duration": 6.0, "Popup - Position AnchorMin": "0 0.9", "Popup - Position AnchorMax": "0.25 1", "Popup - Position OffsetMin": "20 0", "Popup - Position OffsetMax": "0 -30", "Popup - Icon Url": "https://i.imgur.com/4Adzkb8.png", "Popup - Icon Color": "#CCE699", "Popup - Icon Transparency": 0.8, "Popup - Text Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf", "Popup - Text Font Size": 14, "Popup - Text Font Color": "#FFFFFF", "Popup - Description Font": "RobotoCondensed-Regular.ttf", "Popup - Description Font Size": 12, "Popup - Description Font Color": "#FFFFFF", "Popup - Text FadeIn": 1.0, "Popup - Sound Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab", "Max amount of modified entites for each permission. Leave null or empty to recreate the default": { "industrialdung.default": { "HitchTroughs": 5, "Composters": 2 }, "industrialdung.vip": { "HitchTroughs": 10, "Composters": 4 }, "realpve.vip": { "HitchTroughs": 15, "Composters": 6 } }, "Version": { "Major": 0, "Minor": 1, "Patch": 8 } } EN: { "MsgNotAllowed": "You do not have permission to use this command!", "MsgNotHitchOwner": "You are not the owner of this hitch trough!", "MsgNotComposterOwner": "You are not the owner of this composter!", "MsgNotEntity": "You need to look at the hitch trough/composter or provide correct net ID!", "MsgNotModifiedEntity": "This entity is not modified!", "MsgLimitReached": "You cannot to modify this entity as you have reached your limit of {0}!", "MsgPopupTextHitch": "Modify this hitch trough?", "MsgPopupTextComposter": "Modify this composter?", "MsgPopupSubText": "Click on the notification to confirm", "MsgHitchTroughModified": "The hitch trough has been successfully modified!", "MsgComposterModified": "The composter has been successfully modified!", "MsgMyRemovedHitch": "The modification from the hitch trough has been successfully removed!", "MsgMyRemovedComposter": "The modification from the composter has been successfully removed!", "MsgMyAllRemoved": "All your modifications from the hitch troughs and composters have been successfully removed!", "MsgPlayerMsgAllRemoved": "All {0}'s modifications from the hitch troughs and composters have been successfully removed!", "MsgAllRemoved": "All modifications from the hitch troughs and composters have been successfully removed!", "MsgAutoModifyEntityEnabled": "Automatic entity modification is enabled!", "MsgAutoModifyEntityDisabled": "Automatic entity modification is disabled!" } RU: { "MsgNotAllowed": "У вас недостаточно прав для использования этой команды!", "MsgNotHitchOwner": "Вы не являетесь владельцем данной кормушки!", "MsgNotComposterOwner": "Вы не являетесь владельцем данного компостера!", "MsgNotEntity": "Вам необходимо смотреть на кормушку/компостер или указать корректный net ID!", "MsgNotModifiedEntity": "Данная сущность не является модифицированной!", "MsgLimitReached": "Вы не можете модифицировать данную сущность, так как вы превысили свой лимит в {0}!", "MsgPopupTextHitch": "Модифицировать данную кормушку?", "MsgPopupTextComposter": "Модифицировать данный компостер?", "MsgPopupSubText": "Нажмите на уведомление для подтверждения", "MsgHitchTroughModified": "Кормушка успешно модифицирована!", "MsgComposterModified": "Компостер успешно модифицирован!", "MsgMyRemovedHitch": "Модификация с кормушки успешно удалена!", "MsgMyRemovedComposter": "Модификация с компостера успешно удалена!", "MsgMyAllRemoved": "Все ваши модификации из кормушек и компостеров успешно удалены!", "MsgPlayerMsgAllRemoved": "Все модификации из кормушек и компостеров игрока {0} успешно удалены!", "MsgAllRemoved": "Все модификации из кормушек и компостеров успешно удалены!", "MsgAutoModifyEntityEnabled": "Автоматическая модификация сущностей включена!", "MsgAutoModifyEntityDisabled": "Автоматическая модификация сущностей выключена!" } add - Adding a modification to the HitchTrough/Composter that you are looking at from a distance of no more than 10 meters. *netID* - Adding a modification to the HitchTrough/Composter with the specified netID; remove - Removing a modification from the HitchTrough/Composter that you are looking at from a distance of no more than 10 meters. *netID* - Removing a modification from the HitchTrough/Composter with the specified netID; clear - Removing all modification from your HitchTroughs and Composters. *userID* - Removing all modification from specified player's HitchTroughs and Composters. Permission "industrialdung.admin" required. all - Removing all modification from all HitchTroughs and Composters. Permission "industrialdung.admin" required. auto - Enabling/Disabling automatic modification of HitchTroughs and Composters, if possible. aclear - Removing all modifications from the HitchTroughs and Composters that were not added to the data files for some reason. Permission "industrialdung.admin" required. 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. Example: /idung add /idung add *netID* /idung clear all /idung auto$9.99- 54 comments
- 2 reviews
-
- 1
-
- #rust
- #industrial
- (and 25 more)
-
Version 1.0.2
214 downloads
AutoDungCollector The innovative "AutoDungCollector" plugin revolutionizes the way you deal with horse dung. This plugin has been specifically designed for horse enthusiasts and stable owners to simplify the laborious task of manually collecting horse manure. With the "AutoDungCollector" plugin, you can automatically collect horse dung within a specific radius. It utilizes state-of-the-art sensor technology and advanced algorithms to accurately detect the position and quantity of horse dung. Even the largest clumps are easily handled by the DungCollector due to its powerful suction technology! The plugin can be precisely configured through a Config to ensure smooth and efficient collection and disposal of horse waste. Permission This plugin utilizes the permission system. To grant a permission, use the command "oxide.grant <user or group> <name or steam id> <permission>". To revoke a permission, use the command "oxide.revoke <user or group> <name or Steam ID> <permission>". AutoDungCollector.use - If a player possesses this permission and places a Dung Collector, the Dung Collector will automatically gather dung from horses. AutoDungCollector.give - Users with this permission also have the ability to execute the command. Note: Having this permission eliminates the need for the additional AutoDungCollector.use permission. Chat and Consolen Command This plugin includes a chat command that allows users to give themselves a DungCollector. To be able to use this command, the user needs the "AutoDungCollector.give" permission. Chat-Command: /dungbox - Allows users to obtain a DungCollector through a command. Console-Command: dungbox.give playername amount - With this command, you can give a specific user a certain number of DungCollectorBoxes. This command can be executed in the Rcon or server console. If you want to execute it in the F1 console, the user must be an admin. Config In the config, you have the option to set the name, skin, chat prefix for the NoGivePermission message, as well as the radius of the DungCollector. We recommend a range between 5.0-10.0 { "CollectionRadius": 5.0, "DungBoxChatPrefix": "<size=12><color=#AE3624>SERVERNAME</color> <size=18>|</size> <color=#738D45>Dung Collector</color>\n", "DungBoxName": "Dung Collector", "DungBoxSkinID": 1289528816 } Localization In the localization, you have the option to customize the NoGivPermission notification. This plugin supports both ENG and DE languages. {prefix} - Represents the chat prefix that you can set in the config. {playername} - Displays the player's name in the chat. { "NoGivePermission": "{prefix}<color=#AE3624>{playername}</color> you do not have permission for that!" } Skins Additionally, there are two skins that we have created specifically for this plugin. Item Name: Large Wood Box Item ShortName: box.wooden.large ENG-SkinID: 2976359133 DE-SkinID: 2976367851 If you encounter any issues or have any suggestions, please feel free to contact me privately or reach out to our support and discussion channels. We hope you enjoy using this small plugin, and we would greatly appreciate your feedback. Thank you! Info: The plugin "AutoDungCollector" is a plugin by @MeinRust & @NooBlet , make sure to check him out, he also has many cool plugins! The skins for this plugin were created by our server skinner @jerryvandamme$4.99