Caution: The free version of Builders Wand will no longer be developed.
Consider to buy the premium version to get support for upcoming spigot/minecraft versions, improvements and new features.
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.
- Make building more easily
- Highly customizable
- Custom Particle
- Custom Item
- Custom craftingrecipes
- Internal configurable Storage
- Multiple configurable Wands
- Works on 1.8 - 1.19
- Support with your custom Plugin via the API
- Supported Plugins:
Example usage of the Wand (Spigot cant display it here... idk why)
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.
- Improve the block selection algorithm
- Add a gui to configurate the config ingame
- Commands usable on the commandline
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
Thank you very much to
REjoin, who spend me some money, which made some updates possible e.g. support for the ItemsAdder plugin.