AdvancedWeapons 1.4
REPORT ISSUES BY MESSAGING ME OR ON DISCORD
A major update laying the groundwork for Machines, bumping the version up to 1.4. This update brings the first Machine and makes Dust obtainable naturally.
Notes:
Added the groundwork for Machines - More Machines will be added in the coming updates
Implemented the "Port-a-Wall" Machine - Builds a wall in front of the user facing the direction they are looking - The whole Machine is destroyed if one block is broken - Blocks that would replace a solid block will not be placed - Maximum of 15 blocks per wall
Reload and edit "machines.yml" the same way as the other config files
Added options to disable purchasing Dust - Config option "enable-dust-cost" to toggle purchasing with exp - Config option "enable-dust-material" to toggle purchasing with an item
Added methods of obtaining Dust naturally by breaking certain blocks - Edit the blocks and chances in the config section "dust-obtainable"
Fixed player data conversion not working
Adjusted some Weapon prices
Removed "/test"
Config:
The updated Dust section in config.yml:
Code (Text):
# Dust
enable-dust-cost: true //toggle purchasing Dust with exp
dust-cost: 100
enable-dust-material: true //toggle purchasing Dust with an item
dust-material: GOLD_INGOT
dust-trade: 1
dust-inventory-amount: true
dust-obtainable: //blocks that Dust be obtained from and the drop chance
- DIAMOND_ORE:50
- EMERALD_ORE:40
- LAPIS_ORE:25
- REDSTONE_ORE:20
- GOLD_ORE:15
- IRON_ORE:10
- COAL_ORE:5