Added permissions to the wands so you can know who can use what wand.
If you want to add permissions to a wand do this:
Code (Text):
buildwand:
Wand-Type: 'BUILD_WAND'
Material: 'DIAMOND_HOE'
Data: 0
Name: '&6&lBuild Wand'
Lore:
- '&7Right click a block to build a structure'
- ''
- '&6&lInformation:'
- '&7Uses: &b{uses}'
- '&7Size: &b49'
- '&7Range: &b7'
- ''
- '&6&lStat Trak'
- '&7Structure Built: &b{structure_built}'
- '&7Block Placed: &b{block_placed}'
#The multipllier for the build is used for the amount of build blocks the wand can place.
Size: 49
Range: 7
#Add this permission here and this wand can only be used by people by this permission
Permission: 'build.wand.use'