GunGame

GunGame - 枪战游戏

BungeeCord、等级、统计、计分板、标题、聊天系统、配置等级设置及更多功能!
Bukkit / Spigot 作者 YourGameSpace 支持版本 1.8 - 1.12
服务器使用量
未统计
服务玩家数
未统计
下载量
13,355
插件详细介绍

GunGame | 小游戏 v1.4.1

作者:TUBEOF

GunGame 是一款功能丰富的 PvP 小游戏插件,玩家通过击杀对手来升级武器,最终赢得胜利。它集成了完整的游戏系统、数据统计和高度可自定义的选项。

!!! 此版本暂无支持 !!! 作者正在重写插件,新版本将包含更多酷炫功能并修复所有已知问题,但这需要一些时间。

功能特性

  • BungeeCord 支持 - 跨服游戏。
  • MySQL 支持 - 存储玩家数据。
  • 数据统计 - 记录击杀、死亡等。
  • 可自定义计分板 - 实时显示游戏信息。
  • 可自定义聊天系统 - 美化聊天格式。
  • 可自定义音效 - 支持 1.8 至 1.12 版本音效。
  • 可自定义标题 - 为关键事件(如击杀、死亡)显示标题。
  • 旁观者系统 - 允许玩家以旁观模式加入。
  • 等级设置 - 玩家通过击杀升级。
  • 可自定义标签页列表 - 支持多行标题和页脚。
  • 经济/Vault 支持 - 可与经济插件联动,奖励玩家。
  • 出生点保护 - 无需 WorldGuard,内置保护区域。
  • 世界保护 - 包含全面的游戏世界保护。
  • 建造模式 - 允许特定玩家在游戏世界内建造。
  • 防物品丢弃
  • 防物品移动
  • 防方块交互
  • 快速重生系统 - 无死亡界面,立即复活。
  • 高度可配置 - 所有消息和功能都可在 config.yml 中修改或开关。
  • 超级高效 - 插件占用服务器资源极少。

正在开发中的功能

  • 连杀奖励
  • 游戏内商店
  • 物品详细设置
  • 以及更多!

安装指南

  • 免费下载本插件。
  • 同时下载 StatsAPI 插件。
  • (可选)如需经济奖励,请下载 Vault 及任意一款经济插件。
  • 将所有插件文件放入服务器的 plugins 文件夹。
  • 启动服务器,然后立即关闭。
  • /plugins/StatsAPI/config.yml 文件中填入您的 MySQL 数据库信息。
  • 再次启动服务器。
  • 在游戏中,使用 /setspawn 设置游戏出生点。
  • 使用 /setspawnprotection 设置出生点保护半径。
  • 重载或重启服务器,游戏即可开始!

请给插件五星评价以支持作者!<3

命令与权限

  • /setspawn - 设置出生点。
- 权限:`gungame.admin`
  • /setspawnprotection - 设置出生点保护半径。
- 权限:`gungame.admin`
  • /build - 切换建造模式。
- 权限:`gungame.build`
  • /spectate - 进入或退出旁观模式。
- 权限:`gungame.spectate`
  • /stats - 查看个人统计信息。
- 权限:无

配置文件示例 (config.yml)

以下为部分核心配置项示例,所有消息和功能均可在此调整。

消息

Prefix: '&7[ &3GunGame&7 ] '
NoPerms: '&cNo rights to execute this command!'
NoPlayer: '&cYou have to be a player!'
NoSpawnSet: '&cERROR! The spawn has not yet been set with /setspawn!'
HitPlayerSpawn: '&cAt Spawn, you can not beat other players!'
SpawnProtSet: '&aThe spawn protection was set to &e%int%&a.'
SpawnSet: '&aThe spawn was successfully set.'
DeathNoKiller: '&cYou died!'
DeathWithKiller: '&cYou were killed by &e%killer%&c.'
PlayerKill: '&aYou killed &e%player%&a.'
EconomyReward: '&a+&e%economy% &6Money'
BuildOn: '&aConstruction mode activated!'
BuildOff: '&cConstruction mode deactivated!'
PlayerJoinMessage: '&a>>> &e%player% &7joined the game.'
PlayerQuitMessage: '&c<<< &e%player% &7left the game.'
PlayerJoinSpectatorMode: '&aYou are now in spectator mode.'
PlayerQuitSpectatorMode: '&cYou are no longer in spectator mode'

标题

Title:
  Death:
    Use: true
    Title: "&4\u2716"
    Subtitle: '&cYou died!'
  Kill:
    Use: true
    Title: "&2\u2714"
    Subtitle: '&aKill!'
  Join:
    Use: true
    Title: "&8\xbb \xa7eGunGame"
    Subtitle: '&aKill players and level up!'

标签页列表

Tablist:
  Use: true
  Header: |-
    &aTablist-Header
    &cYou can change this message in the Config.yml.
  Footer: |-
    &aTablist-Footer
    &cYou can change this message in the Config.yml.

计分板

Scoreboard:
  Use: true
  Title: '   &lGUNGAME   '
  KillDisplayname: '&f&lKills:'
  KillDisplaynameColor: '&3'
  DeathDisplayname: '&f&lDeaths:'
  DeathDisplaynameColor: '&c'
  KDDisplayname: '&f&lK/D:'
  KDDisplaynameColor: '&e'

聊天格式

ChatFormat:
  Use: true
  Format: '&8[ &e%level%&8] &e%player%&7: &f%message%'

游戏设置

Settings:
  Economy:
    Use: true
    Kill: 50
    Death: 5
  Sound:
    Use: true
    Death:
      Sound: ITEM_BREAK
      Pitch: 2.0
    Kill:
      Sound: LEVEL_UP
      Pitch: 1.0

其他信息

  • 视频教程:暂无。如果您有或知道相关视频,请告知作者!
  • 反馈与建议:如果您发现任何漏洞或有新的想法,请在 Spigot 上私信作者。
  • 截图展示:插件包含计分板、出生点保护提示、聊天系统、金钱奖励消息等界面截图。

> PS. 抱歉我的英语不好,但希望您能理解我写的内容。

> +++ 如有任何问题,请先联系我! +++

测试支持版本
1.8 1.9 1.10 1.11 1.12
版本分布
基本信息
插件名称 GunGame
作者 YourGameSpace
平台 Bukkit / Spigot
支持版本 1.8 - 1.12
点赞数 2
最近版本
暂无数据 -

友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作

历史访问人数:2,689,602  |  历史访问人次:3,261,232

今日访问人数:9,235  |  今日访问人次:10,636

昨日访问人数:26,372  |  昨日访问人次:31,574

Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.

Powered by GermMC 京ICP备17023959号-6