/
A Minecraft Paper plugin for data-driven throwable items with configurable physics, abilities, and rendering.
all of the above are configurable and data driven. you could make a brick that explodes, or a slimeball that applies potion effects, whatever you want.
/yeetables reload - Reload configuration/yeetables list - List all defined yeetables/yeetables give <item> - Give yourself a throwable itemDefine throwables in yeetables.yml. Example:
yeetables:
- id: brick
item:
material: BRICK
properties:
speed: 1.0
accuracy-offset: 0.05
cooldown: 600
damage: 4.0
render:
type: simple
material: BRICK
consumption: MAIN_HAND

throwable bricks and slimeballs, functional grappling hooks, throw popped chorus fruit at someone to swap places, and many more. fully configurable