Gunshell 图标

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 万

插件介绍

Banner

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.jar

1.7.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.5 · 1.21.8 · 1.21.11
Gunshell-v1.7.3.jar2.6 MBSHA-1 0204e76d43c7209fcb09a6053d893c0fc1d4c5cc获取文件 Gunshell-v1.7.3.jar
展开更新日志

Fix support for MC 1.21.11

1.7.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.5 · 1.21.7 · 1.21.8
Gunshell-v1.7.2.jar2.2 MBSHA-1 4dfc530610107c86cc3c20011baaea90a977997e获取文件 Gunshell-v1.7.2.jar
展开更新日志
  • 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
Gunshell-v1.7.2-SNAPSHOT.jar1.9 MBSHA-1 cebbccd5f2f400e544832452cd11b3a3474f79c9获取文件 Gunshell-v1.7.2-SNAPSHOT.jar

Legacy-1.12.2

正式版
加载器
paper · spigot
MC 版本
1.12.2
Gunshell-v1.7.1-Legacy.jar2.1 MBSHA-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
Gunshell-v1.7.1.jar2.7 MBSHA-1 ed59a8e16331506d2b886888ae30f0b0f8607f18获取文件 Gunshell-v1.7.1.jar
展开更新日志

1.19.4 Hotfix

1.7

正式版
加载器
paper · purpur · spigot
MC 版本
1.12.2 · 1.20.4 · 1.20.6 · 1.21
Gunshell-v1.7.jar2.7 MBSHA-1 367c4d85ab0074d1148d4549bddf2ffd9e976eac获取文件 Gunshell-v1.7.jar
展开更新日志
  • 1.21 & 1.20.6 Support

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
Gunshell-v1.6.jar1.8 MBSHA-1 2fb3ba748d96c1bf89e8351ed700adc2fc9514d3获取文件 Gunshell-v1.6.jar
展开更新日志

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
Gunshell-v1.5.1.jar1.8 MBSHA-1 57ff728eee6738aefde338096a5efaabc8b4d63a获取文件 Gunshell-v1.5.1.jar
展开更新日志

1.20.2 Support

1.5

正式版
加载器
paper · purpur · spigot
MC 版本
1.12.2 · 1.18.2 · 1.19.4 · 1.20 · 1.20.1
Gunshell-v1.5.jar1.7 MBSHA-1 bfee64e5d92fae816c64eafd2e18bb39e3be450b获取文件 Gunshell-v1.5.jar
展开更新日志

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"
  }