HomeJavaModsKnives
Knives
ModsJava

Knives

by Flomich · on Modrinth

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Paper only.

⬇ Download for 1.21–1.21.4⬇ Download for 1.20–1.20.2
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

For questions and inquiries message me on Discord or Spigot

Quick facts

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

These come from our own check of the pack file, not from the source page.

Explore more