AdvancedWeapons 1.3.2
REPORT ISSUES BY MESSAGING ME OR ON DISCORD
A minor update fixing some issues, adding explosive custom enchantments, adding a command for more config options, and a few other tweaks.
Notes:
Changed various text and message errors
Added another player head on the right side of the "/coinflip" menu to show your opponent's stats
Changed the dye in "/coinflip" to stained glass panes
Added "Butcher II" to "The Slayer"
"The Slayer" now depletes 25 durability on activation
Increased the cost of weapons - The costs weren't high enough compared to custom enchantments
Added "/aw config" with various options for config.yml to be used by admins - Reset the config back to the default options - Reload the config; same as "/aw reload" - Update the config with missing options
Added the "explosion" function to custom enchantments - "destroy" controls whether blocks are destroyed or not - "power" controls the power of the explosion - More info below
Config:
For an explosive custom enchantment, config.yml now follows this format: * = optional
Code (Text):
enchant:
rush-i: //name of enchantment
name: §eRush I //name of enchantment
lore: //description of enchantment
- §7Gives you a quick rush of speed.
- §7Speed I - 4s
chance: 10 //chance of activation
cost: 2 //dust cost
dimension*: //what dimensions can it be used in (NORMAL, NETHER, THE_END)
- NORMAL
msg*: true //enable/disable a message
chatmsg*: "Hey" //what the message is
type: weapon //what it can be applied to (weapon, tool, armor)
events: //what triggers it (interact, attackother, attackself, defendother, defendself)
- interact
function: explosion //what it does (potion, damage, explosion)
destroy*: true //whether or not blocks are destroyed
power*: 1 //the power of the explosion
thresholdself*: 8 //activates below this much of the player's health /20
thresholdother*: 8 //activates below this much of the other person involved's health /20