 
 
Builders Wand is a plugin that adds a custom item which helps you build in creative and survival mode. 
This plugin is inspired by the item "Builders Wand" from extra utilities. 
This is the premium version of my free plugin Builder's Wand Free, there are and will be a lot of changes, improvements and new features. 
On the TO-DO section below are a lot of changes i have planned and will be implement in the future. 
 
 
- Make building more easily
- Highly customizable
- Custom Particle
- Custom Item
- Custom craftingrecipes
- Internal configurable Storage
- Multiple configurable Wands
- Works on 1.8 - 1.19.4
- Support with your custom Plugin via the API
- Supported Plugins:
 
 
 
 
 
 
 
 
 
 
config.yml:
Code (Text):
update: 
  notification: true 
  autoDownload: true 
particle: 
  renderInterval: 2 
  renderForAllPlayers: false 
 
 
wands:
Code (Text):
wands: 
  '1': 
    name: '&3Builders Wand' 
    material: BLAZE_ROD 
    maxSize: 8 
    consumeItems: true 
    durability: 
      amount: 130 
      enabled: true 
      text: '&5Durability: &e{durability}' 
    crafting: 
      ingredient: 
        d: DIAMOND 
        b: BLAZE_ROD 
      enabled: true 
      shapeless: false 
      recipe: 
      - xxd 
      - xbx 
      - bxx 
    particles: 
      enabled: true 
      type: REDSTONE 
      count: 3 
    storage: 
      enabled: true 
      size: 27 
    blacklist: #Optional - only works if whitelist is not used 
    - NETHER_GOLD_ORE 
    - STONE 
    whitelist: #Optional - only works if blacklist is not used 
   - NETHER_GOLD_ORE 
   - STONE 
 
 
You can find the particles list under Particles (Enum Constants), but beware its the newest documentation so if you dont have the newest spigot version maybe some particles not working. 

- /bw reload - reloads the config
- /bw give <player> - give the builder wand (tier 1)
- /bw give <player> <tier> - give the builder wand (tier X)

- buildersWand.reload to execute the reload command
- buildersWand.give to execute the give command
- buildersWand.use to allow a user using the wand
- buildersWand.craft to allow crafting the wand
- buildersWand.bypass to allow building in blocked areas (e.g. PlotSquared and/or worldGuard areas)
- buildersWand.storage to allow the user using the builders wand storage/inventory
- buildersWand.updateNotification to get a message on a new update of this plugin
Optional permissions for each wand, is a permissions set (in the wands.yml) then the user needs the permission to use the wand. 
Example:
Code (Text):
wands: 
  '1': 
    [other config] 
    permission: 'buildersWand.use.1'
 
So the user needs the permission "buildersWand.use.1" to use the wand. 
 
 
- Add a gui to fully configure anything within the game
- Add a undo functionality, to undo wrong placed blocks
- Add optional sounds effects
- Allow custom models
- Allow more modes and shapes
- custom savable and sharable shapes, e.g. for walls, fences, etc.
 
- Improve the data handling
- Improving the Performance
- Add optional upgrade receips (Tier 1 -> Tier 2 -> etc.)
- Add statistics
- Add more display variants e.g. mini blocks instead of the particles
- Add user configuration to allow different tiers with different sounds, particles, ranges, durability, etc.
- Improve documentation
 
 
To report a bug or suggest/request a feature please use github, write me on Discord or just write in the comments. 
You will support/donate me ? 
Its not a requirement, but a nice gesture. 
Feel free to pn me :)