
ModsJava
Knives
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Knives
Add throwing knifes to your server!
This plugin adds throwing knives as craftable weapons. Throwing knives are crafted with iron and sticks, the amount of crafted knives and maximum amount can be set in the cofig file.

Knives can be thrown by right clicking. This will remove a knife from the item.

Permissions
knives.use:
description: Allows you to use throwing knives.
default: true
knives.craft:
description: Allows you craft throwing knives.
default: true
Config
Edit or append your own custom knives:
knife1:
craft_amount: 5 # Integer
max_amount: 40 # Integer
damage: 2.0 # Double
cooldown: 500 # Integer In milliseconds
name: "<red>Iron Throwing Knife" # String
lore: # List<String>
- "A sharp knife"
material: IRON_SWORD # Material as enum (for a list of possibilities see https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
recipe: > # 2x2 or 3x3 grid of materials separated by '|'. '#' is an empty cell.
# | # | # |
# | IRON_INGOT | # |
STICK | # | # |
knife2:
craft_amount: 1
max_amount: 10
damage: 1.0
cooldown: 1000
name: "Potato"
lore: # List<String>
- "The unseen vegetable"
- "is the deadliest"
material: POTATO
mass: 2.5 # This is a factor defining how fast objects fall. Best to keep it between 0.3 and 3.
recipe: >
# | # |
# | POTATO |
Contact
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as Knifes-1.3.0.jar — drop this file into the mods folder
- Download size: 2.0 MB
- Download link checked 20 Sept 2026 — working
These come from our own check of the pack file, not from the source page.