Search the Community
Showing results for tags 'passthrough'.
-
Version 1.0.1
231 downloads
Change the default water flow from liquid containers. This is a simple plugin based on a configuration file. It has no permissions or commands. After installing the plugin, changes will be made to existing containers and to newly created ones. Configuration explenation Precent(true)/Amount(false) If you want to increase or decrease the liquid flow by a percentage, set it to "true". If you want to manually set the amount of flow, set it to "false". Value If you have set the operation in percentages, a value of 1.0 represents 100% of the base value, and a value of 1.8 represents 180% of the base value. If you have set it to an amount, whatever you enter here will be the value of the liquid outflow. { "Passthrough Settings": { "waterbarrel": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water.pump.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "poweredwaterpurifier.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "poweredwaterpurifier.storage": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "waterpurifier.deployed": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "waterpurifier.storage": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water_catcher_large": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 }, "water_catcher_small": { "Defaulty amount(Dont changing it)": 0, "Precent(true)/Amount(false)": true, "Value": 1.0 } } }Free