Overview:
Pictures:
Supports:
Purchase at:
https://www.mc-market.org/resources/7304/
- This plugin allows factions to upgrade certain perks that can be configured within the configuration file.
- This plugin saves upgrade data through a yml file within the plugin (Will be adding database support soon).
- The intensity of the perks, the cost of each perk, the appearance of the inventory is completely configurable.
- Updates will occur weekly and support will be given on a short notice if ever needed!
- Special requests (additions) can be made by private messaging me.
- Crop Growth Speed
- Spawn Rate Delay
- Experience Rate Multiplier
- Faction Power
- Faction Size Increase
- Faster Brewing
- Furnace Speed
- Double Mob Drops
- Increased Potion Duration
- Money Per Hour
- ...more upgrades will be added overtime!
Code:
crop:
name: "&7Crop Growth Speed %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
chance: ## chance to double crop growth
1: 10
2: 20
3: 30
spawnrate:
name: "&7Spawn Rate %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
delay: ## delay between spawn rates
1: 10
2: 20
3: 30
exprate:
name: "&7Increased Experience Rate %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
multiplier: ## exp multiplied by each level
1: 1.2
2: 1.25
3: 1.5
factionsize:
name: "&7Faction Size %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
sizeIncrease: ## faction size increased by each level
1: 5
2: 10
3: 15
power:
name: "&7Faction Power %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
powerIncrease: ## power increased by each level
1: 10
2: 20
3: 30
fasterbrewing:
name: "&7Faster Brewing %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
time: ## Brewing time in seconds (20 is default minecraft)
1: 15
2: 10
3: 5
furnace:
name: "&7Furnace Speed %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
time: ## cook time (default mc is 200, the lower the faster because it counts down from number to 0)
1: 175
2: 150
3: 100
mobdrops:
name: "&7Mob Drops %level%"
lore:
- ''
- ''
- 'This is a test item lore'
- 'Tier 1 Cost: %tier1%'
- 'Tier 2 Cost: %tier2%'
- 'Tier 3 Cost: %tier3%'
- ''
cost:
1: 15000
2: 35000
3: 100000
chance: ## chance to double mob drop loot
1: 10
2: 30
3: 50
messages:
MAX_LEVEL: "&cMax level for this upgrade has already been reached!"
UPGRADED: "&cYou have successfully upgraded %upgrade%"
NOT_ENOUGH_MONEY: "&cYou do not have enough money to purchase this upgrade!"
FACTION_LIMIT_REACHED: "&cFaction member limit has been reached!"
Supports:
- FactionsUUID
- SavageFactions
- ...and nearly any other factions plugin out there
Purchase at:
https://www.mc-market.org/resources/7304/
Last edited:
