BrickThrower
The simple plugin where you can throw bricks!
--Features--
- Ability to get bricks and right click to throw them. They can even do damage if you change the item-damage value in the config!
- Support for 1.8-1.19!
For more information about what you can do with the bricks, read our wiki page here:
https://github.com/Twocoolguy/BrickThrower/wiki/Throwing-Bricks
https://gyazo.com/ba55e54b667ab1262c38ce0338857c00
--Commands and Permissions--
Code (Text):
<> <--- Required Parameter [] <--- Optional Parameter
/brickthrower - Lists information about the plugin and all of the commands. (brickthrower.info)
/brickthrower get - Gives you bricks that you can throw at people. (brickthrower.get)
/brickthrower list - Displays all materials that you can get with the brickthrower get command. (brickthrower.list)
/brickthrower get [material] - Allows you to get a material listed in /brickthrower list and be able to throw it instead. (brickthrower.getother)
/brickthrower reload - Reloads the config so it can get changed values. This can be ran through config. (brickthrower.reload)
Other Permissions:
brickthrower.* - Wildcard permission that gives you permission to use any of the commands.
For more information about each of the commands read our wiki page here:
https://github.com/Twocoolguy/BrickThrower/wiki/Commands-and-Permissions
--Default Config--
1.12 and below:
Code (YAML):
requires-command
: true
bricks-given
: 10
reload-enabled
: true
item-name
: Heavy Brick
items
:
- CLAY_BRICK
- NETHER_BRICK_ITEM
default-item
: CLAY_BRICK
item-disappear-time
: 2
item-damage
: 0.0
allow-interacts
: false
allow-guis
: false
item-velocity-multiplier
: 1.0
kb-velocity-multiplier
: 1.0
1.13 and above:
Code (YAML):
requires-command
: true
allow-interacts
: false
allow-guis
: false
item-damage
: 0.0
item-disappear-time
: 2
item-name
: Heavy Brick
items
:
- BRICK
- NETHER_BRICK
default-item
: BRICK
bricks-given
: 10
reload-enabled
: true
item-velocity-multiplier
: 1.0
kb-velocity-multiplier
: 1.0
To add the ability to do damage to living entities (this includes players) you must set the config option "item-damage" to something above 0.0.
For information about what everything does in the config, read our wiki page here:
https://github.com/Twocoolguy/BrickThrower/wiki/Config
--More Information--
For more information about how you can use the plugin and what it does visit our wiki page on github:
https://github.com/Twocoolguy/BrickThrower/wiki
--Installation--
1. Stop your server
2. Put the plugin jar into the plugins file
3. Start your server
--Issues Help And Support--
For issues you should visit our Github page and create an issue. Github issue page:
https://github.com/Twocoolguy/BrickThrower/issues
For help and support with the plugin visit our discord server and send a message in our #support-help channel under BrickThrower. Discord Server:
https://discord.gg/TyZM6ePB65
P.S. Please understand this is the first plugin that I have released publicly and I want constructive criticism. I want to improve the plugin and its code. Thank you!