Jump to content

8 Screenshots

  • 19.1k
  • 190
  • 55.81 kB

About Industrial Dung

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.

 

Ji0XU4D.png

 

n8420aH.png

  • 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 ammount of modified entites per group": {
    "MyPermission": {
      "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".

 

MOEpxmo.png

{
  "Chat command": "idung",
  "Use GameTip for messages?": true,
  "Use auto splitting in the Composter?": 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"
  ],
  "Max ammount of modified entites per group": {
    "industrialdung.default": {
      "HitchTroughs": 5,
      "Composters": 2
    },
    "industrialdung.vip": {
      "HitchTroughs": 10,
      "Composters": 4
    },
    "realpve.vip": {
      "HitchTroughs": 15,
      "Composters": 6
    }
  },
  "Popup - Duration": 6.0,
  "Popup - Icon Url": "https://i.imgur.com/4Adzkb8.png",
  "Popup - Icon Color": "#CCE699",
  "Popup - Icon Transparency": 0.8,
  "Popup - AnchorMin": "0 1",
  "Popup - AnchorMax": "0 1",
  "Popup - OffsetMin": "30 -90",
  "Popup - OffsetMax": "270 -40",
  "Popup - Text Size": 14,
  "Popup - Text Color": "#FFFFFF",
  "Popup - Text Font(https://umod.org/guides/rust/basic-concepts-of-gui#fonts)": "RobotoCondensed-Bold.ttf",
  "Popup - SubText Size": 12,
  "Popup - SubText Color": "#FFFFFF",
  "Popup - SubText Font": "RobotoCondensed-Regular.ttf",
  "Popup - Text FadeIn": 1.0,
  "Popup - Sound Prefab Name": "assets/bundled/prefabs/fx/invite_notice.prefab",
  "Version": {
    "Major": 0,
    "Minor": 1,
    "Patch": 6
  }
}

 

DxI83SK.png

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",
  "MsgHitchTroughAdded": "The hitch trough has been successfully modified!",
  "MsgComposterAdded": "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": "Нажмите на уведомление для подтверждения",
  "MsgHitchTroughAdded": "Кормушка успешно модифицирована!",
  "MsgComposterAdded": "Компостер успешно модифицирован!",
  "MsgMyRemovedHitch": "Модификация с кормушки успешно удалена!",
  "MsgMyRemovedComposter": "Модификация с компостера успешно удалена!",
  "MsgMyAllRemoved": "Все ваши модификации из кормушек и компостеров успешно удалены!",
  "MsgPlayerMsgAllRemoved": "Все модификации из кормушек и компостеров игрока {0} успешно удалены!",
  "MsgAllRemoved": "Все модификации из кормушек и компостеров успешно удалены!",
  "MsgAutoModifyEntityEnabled": "Автоматическая модификация сущностей включена!",
  "MsgAutoModifyEntityDisabled": "Автоматическая модификация сущностей выключена!"
}

 

OxWiTBA.png

          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.


IIIaKa's Collection

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.5k

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.