You can enable or disable what can be thrown and disable throwing in certain worlds through the config
This following list contains what can be thrown:
Fireballs: Shoot a large fireball using fire charges
Wither skulls: Shoot a wither skull using wither skeleton skulls
Dragon fireballs: Shoot a dragon fireball using dragon's breath
Shulker bullets: Shoot a shulker bullet using popped chorus fruits
TNT: Throw a primed tnt
End crystals: Throw a end crystal
Arrows: Shoot arrows without bows
Spectral arrows: Shoot spectral arrows without bows
Falling blocks: Almost all blocks can be thrown
Minecarts: Almost all minecarts can be thrown
Boats: All boats can be thrown
Mobs: All mobs can be thrown
Fireworks: Shoot a firework with exact data
Configuration:
Code (YAML):
throweable: #In these worlds nothing can be thrown disabled-worlds: - 'test-world'
fireball:
enabled: true
yield: 1.0
incendiary: true
wither-skull:
enabled: true
yield: 1.0
dragon-fireball:
enabled: true
yield: 1.0
shulker-bullet:
enabled: true
tnt:
enabled: true
yield: 4.0
tnt-minecart:
enabled: true
end-crystal:
enabled: true
arrow:
enabled: true
critical: true
spectral-arrow:
enabled: true
critical: true
falling-block:
enabled: true
allow-damage: true
minecart:
enabled: true
fly: false
chest-minecart:
enabled: true
furnace-minecart:
enabled: true
hopper-minecart:
enabled: true
boat:
enabled: true
mob:
enabled: true
creeper: #Chance for a creeper to be a charged creeper charged-chance: 0.01
fox: #Chance for a fox to be a snow fox white-chance: 0.01
hoglin: #Chance for a hoglin to have immunity against zombification no-convert-chance: 0.01
mooshroom: #Chance for a mooshroom to be a brown mooshroom brown-chance: 0.01
rabbit: #Chance for a rabbit to be a killer rabbit killer-chance: 0.01
piglin: #Chance for a piglin to have immunity against zombification no-convert-chance: 0.01
shulker: #Colors can be found in: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/DyeColor.html default-color: PURPLE
vindicator: #Chance for a Vindicator to have the name "Johnny" johnny-chance: 0.01
firework: #Disabled by default (Seems to work in 1.16 versions) enabled: false
#Won't work if you have a elytra on your inventory messages:
prefix: '&9&lTHROWEABLES &8»'
no-permission: '
%prefix% &cYou can''t execute this command.' throw-usage: '
%prefix% &eUsage: &b/throw <reload>'