1 120
收录服务器
1481
注册
34 036
玩家
[Addon] BedWars1058 指南针 (团队追踪器, 快速通讯, 多语言支持)
BedWars1058 Compass附加组件,允许玩家使用团队跟踪器和快速通信
作 者 Mher
发布时间 2021年4月20日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19
点此下载

BedWars1058 Compass 插件为玩家提供一个追踪器物品,允许玩家追踪其他队伍并与队友快速沟通。它支持多种服务器环境,并提供高度自定义的选项。

🧭 BedWars1058 Compass

📌 插件信息

  • 原生 Minecraft 版本: Legacy (< 1.13)
  • 测试 Minecraft 版本: 1.8 - 1.19
  • 源码地址: GitHub
  • 贡献者: Mher Zaqaryan
  • 支持语言: 英语、罗马尼亚语、意大利语、西班牙语、波兰语、俄语、波斯语
  • 捐赠链接: Donate

💡 主要特性

  • 支持 Muliarena, Shared, Bungee, Bungee Legacy 模式。
  • 兼容服务器版本 1.8.8 - 1.19。
  • 支持玩家个性化语言设置。
  • 所有消息内容均可编辑。
  • 所有菜单界面均可编辑。
  • 可添加自定义的快捷沟通消息。
  • 可修改默认指南针物品的栏位。
  • 提供 Discord 服务器 24/7 支持。

💬 支持语言

  • 波斯语 (Sxhqil)
  • 罗马尼亚语 (Gradin98)
  • 西班牙语 (craciu25_YT)
  • 意大利语 (Yuri2005)
  • 波兰语 (SAvselgafg415)
  • 俄语 (Mher)

🕹️ 测试服务器

play.mher.club (1.8x-1.18x)

✅ 前置要求

  • Java 8 或更高版本。
  • BedWars1058 v21.2 或更高版本。

⚙️ 命令 & 权限

  • /bw compass - 查看命令列表 - 无需权限
  • /bw compass menu - 打开追踪器菜单 - 无需权限
  • /bw compass reload - 重载配置文件 - bw.compass.reload

📄 配置文件


# Main configuration file.
# If you want support join my discord server.
# https://discord.gg/j2f8Zm4w5q

settings:
  # In which slot the compass item should be in.
  compass_slot: 3
  # Should the plugin check for updates?
  check_for_updates: true
  # Delay between each team target update.
  team_target_update_delay: 5
  # The message that will be sent to the player when the plugin updates.
  update_message: "&aThere is a new version of the BedWars1058-Compass addon available! &7(&f%version%&7)"
  # The material of the compass item.
  compass_material: COMPASS
  # The glow effect of the compass item.
  compass_glow: true
  # Should the plugin track the nearest player of the team?
  track_nearest_player: true
  # Should the plugin prioritize the player in the same world?
  prioritize_same_world: true
  # Add a cooldown to the message sending.
  message_cooldown: 5
  # Should the compass be removed on game end?
  remove_compass_on_game_end: true
  # Should the debug mode be enabled?
  debug: false
menus:
  main:
    title: "&8Compass Tracker"
    rows: 5
    fill:
      enabled: true
      material: GRAY_STAINED_GLASS_PANE
    items:
      track_nearest:
        material: COMPASS
        name: "&aTrack Nearest"
        lore:
          - "&7Click to track the nearest"
          - "&7player of the enemy team."
        slot: 12
      track_spawns:
        material: BEACON
        name: "&aTrack Spawns"
        lore:
          - "&7Click to track the spawns"
          - "&7of the enemy team."
        slot: 14
      team_message:
        material: WRITABLE_BOOK
        name: "&aSend Team Message"
        lore:
          - "&7Click to send a message"
          - "&7to your team."
        slot: 31
  team_message:
    title: "&8Team Message"
    rows: 5
    fill:
      enabled: true
      material: GRAY_STAINED_GLASS_PANE
    items:
      back:
        material: BARRIER
        name: "&cBack"
        lore:
          - "&7Click to go back."
        slot: 40
      message_1:
        material: PAPER
        name: "&aI'm coming!"
        lore:
          - "&7Click to send this message."
        slot: 10
      message_2:
        material: PAPER
        name: "&aNeed help!"
        lore:
          - "&7Click to send this message."
        slot: 12
      message_3:
        material: PAPER
        name: "&aGo to our base!"
        lore:
          - "&7Click to send this message."
        slot: 14
      message_4:
        material: PAPER
        name: "&aDefend our base!"
        lore:
          - "&7Click to send this message."
        slot: 16
      message_5:
        material: PAPER
        name: "&aI'm going to rush!"
        lore:
          - "&7Click to send this message."
        slot: 28
      message_6:
        material: PAPER
        name: "&aI'm going to mid!"
        lore:
          - "&7Click to send this message."
        slot: 30
      message_7:
        material: PAPER
        name: "&aLet's get diamonds!"
        lore:
          - "&7Click to send this message."
        slot: 32
      message_8:
        material: PAPER
        name: "&aLet's get emeralds!"
        lore:
          - "&7Click to send this message."
        slot: 34
messages:
  no_permission: "&cYou don't have permission to use this command."
  reloaded: "&aThe configuration file has been reloaded."
  compass_given: "&aYou have been given a compass."
  no_teammates: "&cYou don't have any teammates."
  cooldown: "&cYou must wait %seconds% seconds before sending another message."
  team_message: "&7[Team] &a%player_name%&7: &f%message%"
  track_nearest: "&aTracking the nearest player of the enemy team."
  track_spawns: "&aTracking the spawns of the enemy team."
  already_tracking_nearest: "&cYou are already tracking the nearest player."
  already_tracking_spawns: "&cYou are already tracking the spawns."
  couldnt_find_player: "&cCouldn't find any player to track."
  couldnt_find_bed: "&cCouldn't find any bed to track."

🔗 其他 BedWars1058 插件