
Minecraft 服务端插件
Gunshell
With this plugin you can add guns, ammo, throwables and melee weapons to your server.
- 版本范围
- 1.12.2–1.21.11
- 下载量
- 7.9 万
插件介绍

WARNING! This plugin requires Java 11 or higher.
Gunshell
With this plugin you can add guns, ammo, throwables and melee weapons to your server! It is very easy to set up and use, but if you need any further help or instructions on how to use Gunshell you can join our Discord for help or take a look at our documentation.
Resourcepack: https://github.com/GunshellMC/Resourcepack/releases
Features
- Add your own guns, ammo, throwables and melee weapons in the configuration files.
- You can adjust everything the way you want it.
- Changeable messages in the messages.yml
- Completely free of charge.
- Fully documented on our documentation.
Terms of Service
By downloading the plugin, you automatically agree to the terms of service of this plugin, and you confirm that you have read them.
- We reserve the right to change the terms of service at any time without notice.
- It is not allowed to take credit for this plugin.
- Selling weapons, ammo, throwables, melee weapons or otherwise for real money is not allowed¹.
¹: This does not include adding Gunshell items to: ranks where the main reward is not the weapon, or adding them to crates. We absolutely do not allow selling weapons in packs, individually or adding them as invite rewards on Discord, which is against Discord's terms of service.
版本与下载
推荐下载
Gunshell-v1.7.1.jar版本 1.7.1 · 2.7 MBSHA-1 ed59a8e16331506d2b886888ae30f0b0f8607f18下载 Gunshell-v1.7.1.jar1.7.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.21.5 · 1.21.8 · 1.21.11
展开更新日志
Fix support for MC 1.21.11
1.7.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.21.5 · 1.21.7 · 1.21.8
展开更新日志
- Gunshell now only supports version 1.21.5, 1.21.7/8.
- Added support for item models, use
itemModel: "minecraft:example"in the config.
1.7.2-SNAPSHOT-806640d
测试版- 加载器
- paper · purpur
- MC 版本
- 1.21 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 cebbccd5f2f400e544832452cd11b3a3474f79c9获取文件 Gunshell-v1.7.2-SNAPSHOT.jarLegacy-1.12.2
正式版- 加载器
- paper · spigot
- MC 版本
- 1.12.2
SHA-1 ef2d2f41c9e6613c3be14ed8c90b0e179fd10784获取文件 Gunshell-v1.7.1-Legacy.jar展开更新日志
Legacy-1.12.2 [New versions will not work!]
1.7.1
正式版推荐- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.19.4 · 1.20.5 · 1.20.6 · 1.21
展开更新日志
1.19.4 Hotfix
1.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.20.4 · 1.20.6 · 1.21
展开更新日志
- 1.21 & 1.20.6 Support
1.6.1-SNAPSHOT
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.16.5 · 1.19.4 · 1.20.4
SHA-1 eab091d6c662d2f79fa4a9bd9dc03dcf42b0b96e获取文件 Gunshell-v1.6.1-SNAPSHOT.jar展开更新日志
Fix a lot of bugs and introduce new resource pack: https://github.com/GunshellMC/Resourcepack/releases
1.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.16.5 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
展开更新日志
1.20.4 Support
1.5.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.16.5 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
展开更新日志
1.20.2 Support
1.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.12.2 · 1.18.2 · 1.19.4 · 1.20 · 1.20.1
展开更新日志
New Features
- Fully support 1.20 to 1.20.1
- You can now experience better knockback than in versions before this.
API The API can be used by using the following Maven or Gradle dependencies.
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.GunshellMC</groupId>
<artifactId>Gunshell</artifactId>
<version>1.5</version>
</dependency>
Gradle (Kotlin DSL)
repositories {
maven { url = uri("https://jitpack.io" }
}
dependencies {
compileOnly "com.github.GunshellMC:Gunshell:1.5"
}