- 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
- Languages Supported
- english, german, spanish
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:
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.
- /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
Example:
Code:
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