About Composter Master
Composter Master plugin adds the ability to instantly (or slowly) compost any food item into fertilizer!
Plants are composted and seeds are extracted out of the fruit! Makes farming a breeze!
Processed fertilizer and seeds can be sent directly to the LOOTING PLAYER'S INVENTORY!
You can customize: (See configuration file below)
- Seconds To Compost
- Things To Computer Per Cycle
- Seed Multiplier
- Fertilizer Multiplier
- Generate Seeds (true/false)
- Give Seeds Directly To Player (true/false)
- Give Fertilizer Directly to Player (true/false)
- Composter Inventory Size Override
Players can earn, buy, or be set to different TIER SETTINGS by simply assigning 1 of 4 permissions defined in the configuration file.
Permissions:
compostermaster.T1.SeeConfig - Grants a given user or group the ability to be a composter master with Tier 1 permissions
compostermaster.T2.SeeConfig - Grants a given user or group the ability to be a composter master with Tier 2 permissions
compostermaster.T3.SeeConfig - Grants a given user or group the ability to be a composter master with Tier 3 permissions
compostermaster.T4.SeeConfig - Grants a given user or group the ability to be a composter master with Tier 4 permissions
DO NOT ASSIGN MULTIPLE PERMISSIONS TO THE SAME GROUP OR PLAYER! (Won't break anything, but it won't work correctly)
Configuration:
{
"Enable Debugging messages: (Default=false)": false,
"Give Composted Fertilizer Directly To Looting Player: (Default=false)": false,
"Generate Seeds From Plants: (Default=true)": true,
"Give Seeds Directly To Looting Player (If false, seeds are dropped on the ground. Composter cannot hold seeds.): (Default=false)": false,
"Composter Inventory Size Override (Default=48, Vanilla=12)": 48,
"T1 Permission Settings (ONLY ONE PERMISSION per Group or Player!)": {
"Seconds to Compost (Default=0, Vanilla=300)": 0,
"How Many Items to Compost Each Tick (Default=1, Vanilla=1)": 1,
"Seed Multiplier (Default=1.0, Vanilla=1.0)": 1.0,
"Fertilizer Multiplier (Default=1.0, Vanilla=1.0)": 1.0
},
"T2 Permission Settings": {
"Seconds to Compost (Default=0, Vanilla=300)": 1,
"How Many Items to Compost Each Tick (Default=1, Vanilla=1)": 2,
"Seed Multiplier (Default=1.0, Vanilla=1.0)": 2.0,
"Fertilizer Multiplier (Default=1.0, Vanilla=1.0)": 2.0
},
"T3 Permission Settings": {
"Seconds to Compost (Default=0, Vanilla=300)": 2,
"How Many Items to Compost Each Tick (Default=1, Vanilla=1)": 4,
"Seed Multiplier (Default=1.0, Vanilla=1.0)": 4.0,
"Fertilizer Multiplier (Default=1.0, Vanilla=1.0)": 4.0
},
"T4 Permission Settings": {
"Seconds to Compost (Default=0, Vanilla=300)": 4,
"How Many Items to Compost Each Tick (Default=1, Vanilla=1)": 8,
"Seed Multiplier (Default=1.0, Vanilla=1.0)": 8.0,
"Fertilizer Multiplier (Default=1.0, Vanilla=1.0)": 8.0
}
}