Данные могли устареть: источник временно недоступен, показан кэш.

Yeetables
throwable bricks and slimeballs, functional grappling hooks, throw popped chorus fruit at someone to swap places, and many more. fully configurable
- Загрузки
- 152
- Подписчики
- 3
- Обновлён
- 15 января 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 17 декабря 2025 г.
Yeetables
A Minecraft Paper plugin for data-driven throwable items with configurable physics, abilities, and rendering.
Default Yeetables
- Popped Chorus Fruit - Thrower swaps positions with the target
- Grappling Hook - What you think it does
- Brick - Basic projectile with direct damage. nether and resin bricks also work
- Slimeball - Bounces multiple times off surfaces with knockback
- Bomb - Explodes on impact (no block damage)
- Fire Charge - Launches a fireball
- Paper Airplane - Slow glider with low gravity. gives knockback on hit
- Magma Cream - Ignites targets
- Fermented Spider Eye - Applies weakness effect
- Clay Ball - Applies slowness effect
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.
Features
- Define custom throwable projectiles via YAML configuration. can be a renamed item, custom textured player head, anything.
- Configurable physics (speed, gravity, accuracy, knockback, etc)
- Built-in abilities: bounce, explode, fireball, ignite, potion effects, grapple, swap positions
- Multiple render types: simple items, block displays, item displays
- Custom sounds, particles, and item consumption
Commands
/yeetables reload- Reload configuration/yeetables list- List all defined yeetables/yeetables give <item>- Give yourself a throwable item
Configuration
Define 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
Ченджлог
0.1.5Бета1.21.9, 1.21.10, 1.21.11 · 15 января 2026 г.
v0.1.5: add help command and improve CLI UX
- Add HelpProvider class for help text display
- Add /yeetables help subcommand
- Show help when running /yeetables with no arguments
- Check give permission before requiring player context
- Add help to tab completion
- Fix Makefile to create bin directory before copying
- Add clean target to remove bin directory
- Update server jar to paper-1.21.11-55
- Increase slime_ball bounce count from 3 to 5
0.1.4Альфа1.21.9, 1.21.10, 1.21.11 · 29 декабря 2025 г.
fix: add config options to ignore teleporting certain entities. armor stands or shulkers scoreboard tags are ignored by default. added due to issues with https://modrinth.com/plugin/blockships
0.1.3Альфа1.21.9, 1.21.10, 1.21.11 · 27 декабря 2025 г.
compile for 1.21.11 and below
0.1.2Альфа1.21.10 · 22 декабря 2025 г.
fixed debug snowball showing up by default
0.1.1Альфа1.21.10 · 22 декабря 2025 г.
added bstats
0.1.0Альфа1.21.10 · 17 декабря 2025 г.
initial release
Комментарии
Загружаем…