Kiwi's Guns icon

Kiwi's Guns -----

Adds realistic weapons of all kinds to the game with realistic behavior and 3D textures



KiwisGunsMainLogo.png
Experience Minecraft in a whole new way with realistic weapons by Kiwi
2023-09-19_14.01.55.png
Custom configuration, custom texture pack and more

You can craft all weapons in survival or purchase them from the Weapon Merchant.

Check out the new KiwiPedia to get information about the plugin (crafting, support, etc.).
>Click Here<
2023-09-19_14.02.33.png
KiwisGunsLogo2.png
  • Commands Build: /<type>.<name>(if get bullet).bullet
  • Permissions Build: guns.<name>.<interaction(Example: use or bullet>
  • /guns - To open the weapon inventory; guns.open.gui​
    Ak47 to use; guns.ak.use​
  • /guns.ak - To get the Ak47; guns.ak​
  • /guns.ak.bullet - To get the Ak47 bullet; guns.ak.bullet​
    Remington870 to use; guns.remington.use​
  • /guns.remington - To get the Remington870; guns.remington​
  • /guns.remington.bullet - To get the Remington870 bullet; guns.remington.bullet​
    HK417 to use; guns.hk.use​
  • /guns.hk - To get the HK417; guns.hk​
  • /guns.hk.bullet - To get the HK417 bullet; guns.hk.bullet​
    Glock17 to use; guns.glock.use​
  • /guns.glock17 - To get the Glock17; guns.glock​
  • /guns.glock17.bullet - To get the Glock17 bullet; guns.glock.bullet​
    MK2 to use; guns.mk.use​
  • /explosiv.mk2 - To get the MK2; guns.mk2​
    Vis100 to use;guns.vis.use​
  • /guns.vis100;guns.vis​
  • /guns.vis100.bullet;guns.vis.bullet​
    RG6 to use;guns.rg.use​
  • /guns.rg6;guns.rg​
  • /guns.rg6.bullet;guns.rg.bullet​
    FamasF1 to use;guns.famas.use​
  • /guns.famasf1;guns.famas​
  • /guns.famasf1.bullet;guns.famas.bullet​
    L83A1 to use;guns.explosiv.Smoke.use​
  • /explosiv.smoke;guns.explosiv.smoke​
    PMA2 to use; guns.explosiv.pma.use​
  • /explosiv.pma2;guns.explosiv.pma​
    MP7 to use;guns.mp.use​
  • /guns.mp7;guns.mp​
  • /guns.mp7.bullet;guns.mp.bullet​
  • /armor.soilder.chestplate - To get The Soilder Chestplate; guns.armor.chestplate​
  • /armor.soilder.helmet - To get the Soilder Helmet; guns.armor.helmet​
  • /utils.zoom.fix - If you get stuck in the zoom, you can use this to reset it; no permissions​
  • /guns.admin.ConfigReset - You can reset the config with this; The player needs OP​
  • /kiwis.merchant - It's Spawn a Weapon Merchant (Beta);​
    guns.merchant.spawn​
  • /bookwiki - Open the Wiki Book (Beta); no Perm needed​
  • /kiwis.tex - Get the texturepack​
KiwisGunsLogo3.png
Code (YAML):
# Kiwi's Guns Settings
# The damage is only multiplied 1 = 1x more damage (Deafult damage = 2)

Damage
:
  Ak47
:
    Ak
: 3
  Glock17
:
    Glock
: 3
  HK417
:
    HK
: 100
  Remington870
:
    Remington
: 5
  MP7
:
    MP
: 3
  FamasF1
:
    Famas
: 4
  Vis100
:
    Vis
: 3
 
Code (YAML):
# Kiwi's Guns

Permission
:
  Ak47
:
    AK_Gun
: guns.ak
    AK_Bullet
: guns.ak.bullet
    AK_Use
: guns.ak.use
  Remington870
:
    Remington_Gun
: guns.remington
    Remington_Bullet
: guns.remington.bullet
    Remington_Use
: guns.remington.use
  HK417
:
    HK_Gun
: guns.hk
    HK_Bullet
: guns.hk.bullet
    HK_Use
: guns.hk.use
  Glock17
:
    Glock_Gun
: guns.glock
    Glock_Bullet
: guns.glock.bullet
    Glock_Use
: guns.glock.use
  Vis100
:
    Vis_Gun
: guns.vis
    Vis_Bullet
: guns.vis.bullet
    Vis
:
      Vis_Use
: guns.vis.use
  MP7
:
    MP_Gun
: guns.mp
    MP_Bullet
: guns.mp.bullet
    MP_Use
: guns.mp.use
  FamasF1
:
    Famas_Gun
: guns.famas
    Famas_Bullet
: guns.famas.bullet
    Famas_Use
: guns.famas.use
  RG6
:
    RG_Gun
: guns.rg
    RG_Bullet
: guns.rg.bullet
    RG_Use
: guns.rg.use
  MK2
:
    MK_Grande
: guns.mk
    MK_Use
: guns.mk.use
  L83A1
:
    Smoke
: guns.explosiv.smoke
    Smoke_Use
: guns.explosiv.Smoke.use
  General
:
    GUI
: guns.open.gui
  Armor
:
    Helmet_Item
: guns.armor.helmet
    Chestplate_Item
: guns.armor.chestplate
Permissions
:
  PMA2
:
    PMA_Mine
: guns.explosiv.pma
    PMA_Mine_use
: guns.explosiv.pma.use
Code (YAML):

# Kiwi's Guns Settings
# Minecraft-Version: 1.21.6-12-4781d28 (MC: 1.21.6)
# Plugin-Version: (Beta) 2.0.0
# Author: [KiwiLetsPlay]
# Java-Version: 1.21
# Description: Adds realistic weapons of all kinds to the game with realistic behavior and 3D textures
# Website: https://kiwiletsplay.de
# Commands: {guns.ak={}, guns.ak.bullet={}, guns={}, guns.remington={}, guns.remington.bullet={}, guns.hk={}, guns.hk.bullet={}, guns.mp7={}, guns.mp7.bullet={}, utils.zoom.fix={}, guns.glock17={}, guns.glock17.bullet={}, explosiv.mk2={}, explosiv.pma2={}, explosiv.smoke={}, FileUpdate={aliases=fu}, guns.famasf1={}, guns.famasf1.bullet={}, guns.rg6={}, guns.rg6.bullet={}, guns.vis100={}, guns.vis100.bullet={}, devmode={}, devgun={}, bookwiki={}, kiwis.tex={}, guns.recepies={}, kiwis.merchant={}}
# Libraries: []
# Contributors: [Timkru, Minimigamer]

{ }

 
Code (YAML):
# Kiwi's Guns Settings
# Here you have the general settings that are important
#
# Documentation:
# Setting.General.WorldName == Set the world where the weapons are used
# Setting.General.Permissions ==
# This will disable or enable the permissions for the plugin
# Setting.General.ResourcePack-Enable == This activates or deactivates the server and plugin texture pack
# Setting.General.ResourcePack ==
# Set the link for the server texture pack
#  +Settings.General.Villagerint == Set how many Weapon Merchant can SPawn
#   Settings.General.StandardMessage ==
#  Setting.General.Crafting == Allow Craft all Weapons

Setting
:
  General
:
    WorldName
: world
    Permissions
: false
    ResourcePack-Enable
: true
    ResourcePack
: https://kiwiletsplay.de/sites/Downloads/Data/Textures/KiwisGuns-Textures2.0.0.zip?dl=1
Settings
:
  General
:
    Villagerint
: 6
    StandardMessage
: true
    Crafting
: true
 
Code (YAML):
# // Each row in the crafting shape must contain exactly 3 characters.
# // Every character must be either a space (' ') or a valid ingredient key (A–I).
# // Null or shorter rows are not allowed and will cause an IllegalArgumentException.

AK
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: IRON_BLOCK
    Material3
: OAK_PLANKS
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '   '
    ShapeRow2
: ABC
    ShapeRow3
: ' A '
RG6
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: IRON_BLOCK
    Material3
: Lever
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '   '
    ShapeRow2
: ABA
    ShapeRow3
: 'AC '
PMA2
:
  Recipe
:
    Material1
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material2
: TNT
    Material3
: AIR
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: AAA
    ShapeRow2
: BBB
    ShapeRow3
: BBB
HK417
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: IRON_BLOCK
    Material3
: LEVER
    Material4
: GLASS_PANE
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: DAD
    ShapeRow2
: ABA
    ShapeRow3
: ' CA'
MP7
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: TRIPWIRE_HOOK
    Material3
: AIR
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '  B'
    ShapeRow2
: AAA
    ShapeRow3
: ' A '
Famas
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: IRON_BLOCK
    Material3
: LEVER
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' AA'
    ShapeRow2
: ABA
    ShapeRow3
: ' CA'
Glock
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: LEVER
    Material3
: AIR
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '   '
    ShapeRow2
: AAA
    ShapeRow3
: ' BA'
Smoke
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: INk_SAC
    Material3
: GREEN_DYE
    Material4
: GUNPOWDER
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' D '
    ShapeRow2
: CBC
    ShapeRow3
: ABA
Vis
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: LEVER
    Material3
: TRIPWIRE_HOOK
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '  C'
    ShapeRow2
: AAA
    ShapeRow3
: ' BA'
Remington
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: IRON_BLOCK
    Material3
: OAK_PLANKS
    Material4
: OAK_SLAB
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: '   '
    ShapeRow2
: ABC
    ShapeRow3
: 'DA '
Mk2
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: TNT
    Material3
: GREEN_DYE
    Material4
: GUNPOWDER
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' D '
    ShapeRow2
: CBC
    ShapeRow3
: ABA
9x19mm
:
  Recipe
:
    Material1
: GOLD_NUGGET
    Material2
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material3
: GUNPOWDER
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' A '
    ShapeRow2
: ACA
    ShapeRow3
: ABA
5,56x45mm
:
  Recipe
:
    Material1
: GOLD_INGOT
    Material2
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material3
: GUNPOWDER
    Material4
: COPPER_INGOT
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' A '
    ShapeRow2
: ACA
    ShapeRow3
: DBD
7,62x51mm
:
  Recipe
:
    Material1
: COPPER_INGOT
    Material2
: GUNPOWDER
    Material3
: GOLD_INGOT
    Material4
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' A '
    ShapeRow2
: ABA
    ShapeRow3
: CDC
4,6x30mm
:
  Recipe
:
    Material1
: GOLD_INGOT
    Material2
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material3
: GUNPOWDER
    Material4
: GOLD_NUGGET
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' D '
    ShapeRow2
: ACA
    ShapeRow3
: ABA
7,62x39mm
:
  Recipe
:
    Material1
: GOLD_INGOT
    Material2
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material3
: GUNPOWDER
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' A '
    ShapeRow2
: ACA
    ShapeRow3
: ABA
40mm
:
  Recipe
:
    Material1
: IRON_INGOT
    Material2
: TNT
    Material3
: AIR
    Material4
: AIR
    Material5
: AIR
    Material6
: AIR
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: ' A '
    ShapeRow2
: ABA
    ShapeRow3
: ABA
12gauge
:
  Recipe
:
    Material1
: GOLD_NUGGET
    Material2
: GOLD_INGOT
    Material3
: GUNPOWDER
    Material4
: IRON_NUGGET
    Material5
: LIGHT_WEIGHTED_PRESSURE_PLATE
    Material6
: COPPER_INGOT
    Material7
: AIR
    Material8
: AIR
    Material9
: AIR
    MaterialLetter1
: A
    MaterialLetter2
: B
    MaterialLetter3
: C
    MaterialLetter4
: D
    MaterialLetter5
: E
    MaterialLetter6
: F
    MaterialLetter7
: G
    MaterialLetter8
: H
    MaterialLetter9
: I
    ShapeRow1
: AFA
    ShapeRow2
: DCD
    ShapeRow3
: BEB


KiwisGunsLogo4.png

English:



Spanish:


This plugin require Java 17 [Oracle]


KiwisGunsLogo6.png
65ab2e7ea50ceda9008f571a2e3355a0aa359cf2.png
Resource Information
Author:
----------
Total Downloads: 26,167
First Release: Jun 14, 2021
Last Update: Jun 28, 2025
Category: ---------------
All-Time Rating:
6 ratings
Find more info at kiwiletsplay.de...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings