Builders Wand Premium | Building Util | API | Configurable | Supports multiple plugins

VIP Builders Wand Premium | Building Util | API | Configurable | Supports multiple plugins 4.0.0

Minecraft Versions
1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20
Source
https://www.spigotmc.org/resources/105953/
Languages Supported
english, german, spanish
[IMG]


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.

[IMG]



[IMG]


[IMG]


[IMG]







[IMG]


config.yml:

Code:
update:
  notification: true
  autoDownload: true
particle:
  renderInterval: 2
  renderForAllPlayers: false

wands:

Code:
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.

[IMG]

  • /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:
wands:
  '1':
    [other config]
    permission: 'buildersWand.use.1'


So the user needs the permission "buildersWand.use.1" to use the wand.


[IMG]


  • 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
Author
Kritzz
Downloads
0
Views
147
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Kritzz

About Minecraft Forums

Here you will find everything you need to know about the exciting world of Minecraft, from creative game creations to helpful tutorials and multiplayer adventures. Share your passion!
Back
Top