About Composter Master
Composter Master plugin adds the ability to instantly compost anything into fertilizer while also extracting the seeds out of fruit. Makes farming a breeze!
You can customize:
- Seconds to compost
- Things to compost per cycle
- Seed multiplier
- Fertilizer multiplier
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:
{
"T1 Permission Settings (ONLY ONE PERMISSION per Group or Player!)": {
"Seconds to Compost (0 = Instant. Whole numbers only. Examples: 1, 13, 69, 420)": 0,
"How Many Items to Compost Each Tick (Whole numbers only. Cannot be ZERO!)": 1,
"Seed Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0,
"Fertilizer Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0
},
"T2 Permission Settings": {
"Seconds to Compost (0 = Instant. Whole numbers only. Examples: 1, 13, 69, 420)": 0,
"How Many Items to Compost Each Tick (Whole numbers only. Cannot be ZERO!)": 1,
"Seed Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0,
"Fertilizer Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0
},
"T3 Permission Settings": {
"Seconds to Compost (0 = Instant. Whole numbers only. Examples: 1, 13, 69, 420)": 0,
"How Many Items to Compost Each Tick (Whole numbers only. Cannot be ZERO!)": 1,
"Seed Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0,
"Fertilizer Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0
},
"T4 Permission Settings": {
"Seconds to Compost (0 = Instant. Whole numbers only. Examples: 1, 13, 69, 420)": 0,
"How Many Items to Compost Each Tick (Whole numbers only. Cannot be ZERO!)": 1,
"Seed Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0,
"Fertilizer Multiplier (Cannot be ZERO! Examples: 1.5, 0.5, 10.0)": 1.0
}
}