Добавлено сохранение выбора вывода экскаватора после перезагрузки плагина.
Сделано так, чтобы другие статические карьеры плагинов, размещенные игроками, могли работать без проблем. (Quarry staticType должен быть None, а OwnerID не 0)
Добавлен дополнительный метод проверки топлива для статических карьеров, который не использует феол, когда контейнер полон.
Добавлен параметр конфигурации для возвращаемого логического значения OnEntityTakeDamage.
- Changed method how quarry input is checked.
- Added potential error log to console if there is an plugin conflict.
- Another fuel calculation fix.
- Added warning if there are some other plugin related problems with quarry storages. (rare cases)
- Fixed fuel storage capacity option.
- Small code improvements.
- Added support for my future shop/stock market plugin.
- Fixed disabling excavator and static quarry option on plugin unload.
- Added configurable fuel storage capacity for each of quarry type.
- Fixed rare bug with multiple the same players shared in quarry.
- Changed few function names and made all actions plugin-related, not storage-related.
- Fixed fuel calculations.
- Fixed generation of default output in exavator.
- Added Added support for Excavator. (If you want to enable it, I recommend checking the website documentation)
- Fixed Fixed 0 fuel usage on virtual quarries on startup.
- Fixed one performance issue with static quarries.
- Added support for non-integer fuel usage.
- Small changes in config display values.