Changes:
- [FIX] Fixed an issue with the version check not getting the right value.
- [FIX] Fixed some events not being bypassed by /base bypass.
- [FIX] Fixed some flight related issues.
- [FIX] Modified some events priority to work with other plugins more properly.
- [FIX] Fixed some messages not being sent.
- [FIX] Fixed some recipes throwing errors when missing optional values.
- [FIX] Fixed some holograms throwing errors randomly.
- [FIX] Fixed old placeholders not being updated with the new ones in the configs.
- [FIX] Fixed some GUIs having wrong values.
- [FIX?] May have fixed an issue with CMI not being recognized as an economy handler.
- [MOD] Made recipes have a default item when one is not provided in the config file.
- [MOD] Cleaned up some of the old code.
- [ADD] Added commands:
```
toggle:
permission: "baseraiders.base.use.toggle"
description:
- "Base toggle command."
messages:
missing-permission:
- "You don't have permission to use /base toggle"
insufficient-arguments:
- " "
- "<dark_gray>[<gold><b>BR</b><dark_gray>] - <red>Missing arguments"
- "<dark_gray>・<gray>base toggle <entry / particles>"
- " "
success:
- "<dark_gray>[<gold><b>BR</b><dark_gray>] - <gray>Toggled!"
```
and:
```
tp:
permission: "baseraiders.base.admin.use.home"
description:
- "Base tp command."
messages:
missing-permission:
- "You don't have permission to use /base tp"
protection-not-found:
- " "
- "<dark_gray>[<gold><b>BR</b><dark_gray>] - <red>Not found"
- "<dark_gray>・<gray>Couldn't find any protection by that name."
- " "
```
Changes:
- [FIX] Fixed a bug where using anvils would send errors.
- [FIX] Fixed a bug where wind charges caused blocks to break.
- [FIX] Fixed:
"GRIEF_EXPLOSION_TNT"
"GRIEF_EXPLOSION_MOB"
"GRIEF_EXPLOSION_PROJECTILE"
"GRIEF_EXPLOSION_UNKNOWN"
so they work inside the protection's permission file.
- [FIX] Fixed some other smaller bugs.
Changelog:
- [NEW] added augment upgrades, path: `any upgrade file -> upgrade.values.augments`
``` Example:
augments:
crops:
growth-speed:
chance: 5.0
multiplier: 0.2
yield-bonus:
chance: 5.0
multiplier: 0.2
multi-harvest:
chance: 5.5
multiplier: 0.2
fertilizer-efficiency:
chance: 5.0
multiplier: 1.5
exp:
chance: 5.0
amount: 5
mobs:
loot:
chance:
passive: 5.0
hostile: 5.0
multiplier:
passive: 2.0
hostile: 2.0
exp:
chance:
passive: 10.0
hostile: 10.0
amount:
passive: 5
hostile: 5
forge:
furnace:
speed:
chance: 5.0
multiplier: 1.5
fuel:
chance: 5.0
multiplier: 1.5
output:
chance: 5.0
multiplier: 1.5
blast-furnace:
speed:
chance: 5.0
multiplier: 1.5
fuel:
chance: 5.0
multiplier: 1.5
output:
chance: 5.0
multiplier: 1.5
smoker:
speed:
chance: 5.0
multiplier: 1.5
fuel:
chance: 5.0
multiplier: 1.5
output:
chance: 5.0
multiplier: 1.5
```
- [NEW] added the following placeholders:
"%upgrade-value-augment-crops-growth-speed-chance%"
"%upgrade-value-augment-crops-growth-speed-multiplier%"
"%upgrade-value-augment-crops-yield-bonus-chance%"
"%upgrade-value-augment-crops-yield-bonus-multiplier%"
"%upgrade-value-augment-crops-multi-harvest-chance%"
"%upgrade-value-augment-crops-multi-harvest-multiplier%"
"%upgrade-value-augment-crops-fertilizer-efficiency-chance%"
"%upgrade-value-augment-crops-fertilizer-efficiency-multiplier%"
"%upgrade-value-augment-crops-exp-chance%"
"%upgrade-value-augment-crops-exp-amount%"
"%upgrade-value-augment-mobs-loot-chance-passive%"
"%upgrade-value-augment-mobs-loot-chance-hostile%"
"%upgrade-value-augment-mobs-loot-multiplier-passive%"
"%upgrade-value-augment-mobs-loot-multiplier-hostile%"
"%upgrade-value-augment-mobs-exp-chance-passive%"
"%upgrade-value-augment-mobs-exp-chance-hostile%"
"%upgrade-value-augment-mobs-exp-amount-passive%"
"%upgrade-value-augment-mobs-exp-amount-hostile%"
"%upgrade-value-augment-forge-furnace-speed-chance%"
"%upgrade-value-augment-forge-furnace-speed-multiplier%"
"%upgrade-value-augment-forge-furnace-fuel-chance%"
"%upgrade-value-augment-forge-furnace-fuel-multiplier%"
"%upgrade-value-augment-forge-furnace-output-chance%"
"%upgrade-value-augment-forge-furnace-output-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-speed-chance%"
"%upgrade-value-augment-forge-blast-furnace-speed-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-fuel-chance%"
"%upgrade-value-augment-forge-blast-furnace-fuel-multiplier%"
"%upgrade-value-augment-forge-blast-furnace-output-chance%"
"%upgrade-value-augment-forge-blast-furnace-output-multiplier%"
"%upgrade-value-augment-forge-smoker-speed-chance%"
"%upgrade-value-augment-forge-smoker-speed-multiplier%"
"%upgrade-value-augment-forge-smoker-fuel-chance%"
"%upgrade-value-augment-forge-smoker-fuel-multiplier%"
"%upgrade-value-augment-forge-smoker-output-chance%"
"%upgrade-value-augment-forge-smoker-output-multiplier%"
"%protection-augment-crops-growth-speed-chance%"
"%protection-augment-crops-growth-speed-multiplier%"
"%protection-augment-crops-yield-bonus-chance%"
"%protection-augment-crops-yield-bonus-multiplier%"
"%protection-augment-crops-multi-harvest-chance%"
"%protection-augment-crops-multi-harvest-multiplier%"
"%protection-augment-crops-fertilizer-efficiency-chance%"
"%protection-augment-crops-fertilizer-efficiency-multiplier%"
"%protection-augment-crops-exp-chance%"
"%protection-augment-crops-exp-amount%"
"%protection-augment-mobs-loot-chance-passive%"
"%protection-augment-mobs-loot-chance-hostile%"
"%protection-augment-mobs-loot-multiplier-passive%"
"%protection-augment-mobs-loot-multiplier-hostile%"
"%protection-augment-mobs-exp-chance-passive%"
"%protection-augment-mobs-exp-chance-hostile%"
"%protection-augment-mobs-exp-amount-passive%"
"%protection-augment-mobs-exp-amount-hostile%"
"%protection-augment-forge-furnace-speed-chance%"
"%protection-augment-forge-furnace-speed-multiplier%"
"%protection-augment-forge-furnace-fuel-chance%"
"%protection-augment-forge-furnace-fuel-multiplier%"
"%protection-augment-forge-furnace-output-chance%"
"%protection-augment-forge-furnace-output-multiplier%"
"%protection-augment-forge-blast-furnace-speed-chance%"
"%protection-augment-forge-blast-furnace-speed-multiplier%"
"%protection-augment-forge-blast-furnace-fuel-chance%"
"%protection-augment-forge-blast-furnace-fuel-multiplier%"
"%protection-augment-forge-blast-furnace-output-chance%"
"%protection-augment-forge-blast-furnace-output-multiplier%"
"%protection-augment-forge-smoker-speed-chance%"
"%protection-augment-forge-smoker-speed-multiplier%"
"%protection-augment-forge-smoker-fuel-chance%"
"%protection-augment-forge-smoker-fuel-multiplier%"
"%protection-augment-forge-smoker-output-chance%"
"%protection-augment-forge-smoker-output-multiplier%"
Changelog:
- [FIX] Fixed an issue with the `decay-redeem` tag where the price wasn't calculated correctly.
Changes:
- [NEW] Added augments for passive / hostile mobs.
- [NEW] Added augments for forging (furnace, blast furnace, smoker) regarding speed, fuel time and output.
- [NEW] Added 2 new placeholders `%protection-decay-redeem-price-money%` and `%protection-decay-redeem-price-items%`.
- [MOD] Modified some API methods related to some augments.
- [FIX] Fixed a bug where `/base invite` was not working.
- [FIX] Fixed a bug where `%member-online-status%` was displaying the wrong value.
- [NEW] Added augments for crops.
- [NEW] Added event executables.
- [NEW] Added API method to get the protection data within a location.
- [FIX] Fixed a bug related to protection status permissions.
- Added [SPECIAL] tag 'protection-relocate' to allow players to move their protection somewhere else
- Added [SPECIAL] tag 'protection-rename' to rename protections
- Added GUI 'main-stats.yml', unfinished
- Fixed a few bugs related to some commands
- Added API (Experimental feature)
- Fixed bugs related to data transfers between the database and the plugin