About Industrial Dung
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