AdvancedWeapons 1.4.3
REPORT ISSUES BY MESSAGING ME OR ON DISCORD
A medium sized update that introduces a new Machine, improves some features, and squashes a few bugs. Be aware that there may be some issues in compatibility with older versions.
Notes:
Implemented the "AutoMiner" Machine - Builds a drill in front of the user - Mines certain items and blocks over time - Depletes fuel when a stack of resources is collected - Total of 8 fuel - The whole Machine is destroyed if one block is broken - Needs adequate space to be placed
Added custom Weapons - Any item can be sold through "/weapons" - Must be set by an admin in "/aw config"
AdvancedWeapons now has a dependency of Vault
Allowed Dust to be bought with money from a Vault economy
"/aw" now has a chance to send a link to the Discord - Toggle with "discord-message"
Fixed the incorrect page message for "/aw" not sending if there is more than 1 argument
Increased custom enchantment cost
Added a permission node for player commands - "advancedweapons.player"
Fixed some items and blocks sending errors
Config:
The updated Dust lines in config.yml:
Code (Text):
//enable-dust-cost is removed
enable-dust-xp: true
//dust-cost is replaced with dust-xp and dust-money
dust-xp: 100
enable-dust-money: true
dust-money: 100
The option to toggle Discord messages when using "/aw" in config.yml:
Code (Text):
discord-message: true
The updated custom enchantment costs in config.yml:
Code (Text):
//level i
cost: 4
//level ii
cost: 8
//level iii
cost: 16