Guilds 公会

作者:GlareMasters 发布时间:2015年10月16日 原生版本:未知 测试支持:1.8,1.9,1.10,1.11,1.12

轻便、灵活、受欢迎的插件,适用于任何MIWARTH服务器。忘掉派系吧!公会来了!

点此下载

插件详细介绍

⚔️ Guilds 插件是一款允许玩家创建和管理自己的公会的 Minecraft 插件。它提供了公会管理、领地控制、权限设置等功能,旨在增强玩家之间的社交互动和团队合作。

⚔️ Guilds

📌 指令

🔨 管理员指令

  • /guildadmin reload - 重载插件。
  • /guildadmin delete [公会名称] - 删除指定的公会。
  • /guildadmin setlevel [公会名称] [等级] - 设置公会的等级。
  • /guildadmin setcoins [公会名称] [金币数量] - 设置公会的金币数量。
  • /guildadmin addcoins [公会名称] [金币数量] - 给公会增加金币。
  • /guildadmin removecoins [公会名称] [金币数量] - 从公会扣除金币。

👥 玩家指令

  • /guild create [公会名称] - 创建一个公会。
  • /guild invite [玩家名称] - 邀请玩家加入公会。
  • /guild join [公会名称] - 加入一个公会。
  • /guild leave - 离开公会。
  • /guild info [公会名称] - 查看公会信息。如果未指定公会名称,则显示自己公会的信息。
  • /guild list - 列出所有公会。
  • /guild chat [信息] - 在公会聊天频道发送消息。
  • /guild home - 传送到公会基地。
  • /guild sethome - 设置公会基地。
  • /guild kick [玩家名称] - 将玩家从公会中移除(需要权限)。
  • /guild promote [玩家名称] - 提升玩家的公会等级(需要权限)。
  • /guild demote [玩家名称] - 降低玩家的公会等级(需要权限)。
  • /guild deposit [金币数量] - 向公会金库存入金币。
  • /guild withdraw [金币数量] - 从公会金库提取金币(需要权限)。
  • /guild claim - 圈地(需要权限和足够金币)。
  • /guild unclaim - 解除圈地(需要权限)。
  • /guild unclaimall - 解除所有圈地(需要权限)。

🔑 权限

  • guilds.create - 允许玩家创建公会。
  • guilds.join - 允许玩家加入公会。
  • guilds.leave - 允许玩家离开公会。
  • guilds.invite - 允许玩家邀请其他玩家加入公会。
  • guilds.kick - 允许玩家踢出公会成员。
  • guilds.promote - 允许玩家提升公会成员等级。
  • guilds.demote - 允许玩家降低公会成员等级。
  • guilds.sethome - 允许玩家设置公会基地。
  • guilds.home - 允许玩家传送到公会基地。
  • guilds.chat - 允许玩家使用公会聊天频道。
  • guilds.info - 允许玩家查看公会信息。
  • guilds.list - 允许玩家列出所有公会。
  • guilds.deposit - 允许玩家向公会金库存入金币。
  • guilds.withdraw - 允许玩家从公会金库提取金币。
  • guilds.claim - 允许玩家圈地。
  • guilds.unclaim - 允许玩家解除圈地。
  • guilds.unclaimall - 允许玩家解除所有圈地。
  • guilds.admin.reload - 允许玩家重载插件。
  • guilds.admin.delete - 允许玩家删除公会。
  • guilds.admin.setlevel - 允许玩家设置公会等级。
  • guilds.admin.setcoins - 允许玩家设置公会金币。
  • guilds.admin.addcoins - 允许玩家给公会增加金币。
  • guilds.admin.removecoins - 允许玩家从公会扣除金币。

⚙️ 配置示例

    
#-------------------------------------------------------------------------------------------------------#
# +-----------------------------------------------------------------------------------------------------+ #
# |                                            Guilds Config                                            | #
# +-----------------------------------------------------------------------------------------------------+ #
#-------------------------------------------------------------------------------------------------------#
# General settings of the plugin.
settings:
  default-tag: '&6&l{GUILD}'
  # Max guild name length.
  max-guild-name-length: 20
  # Cooldown after leaving a guild to join another one. (In seconds)
  leave-cooldown: 60
  # If enabled, players will not be able to attack each other if they are in the same guild.
  friendly-fire: false
  # If enabled, players will not be able to hurt each other in the guild's claimed territory.
  territory-friendly-fire: false
  # If true, the guild tag will be shown in the player's name.
  show-guild-tag: true
  # If true, the guild tag will be shown in the player's name only in the guild's territory.
  show-guild-tag-in-territory-only: false
  # If true, the plugin will check for updates on startup.
  check-for-updates: true

# Settings related to the guild's bank.
bank:
  # Starting amount of coins when the guild is created.
  starting-coins: 0
  # Max amount of coins that a guild can have.
  max-coins: 10000
  # Minimum amount of coins that a player can deposit.
  min-deposit: 1
  # Max amount of coins that a player can deposit.
  max-deposit: 1000
  # Minimum amount of coins that a player can withdraw.
  min-withdraw: 1
  # Max amount of coins that a player can withdraw.
  max-withdraw: 1000

# Settings related to the guild's level.
levels:
  # If true, the guild level will be displayed in the guild's tag.
  show-level-tag: true
  # Max guild level.
  max-level: 10
  # Cost to level up the guild.
  cost-to-level-up: 1000
  # List of rewards given to the guild when it levels up.
  rewards:
    1:
      - 'eco give {PLAYER} 100'
    2:
      - 'eco give {PLAYER} 200'
    3:
      - 'eco give {PLAYER} 300'
    4:
      - 'eco give {PLAYER} 400'
    5:
      - 'eco give {PLAYER} 500'
    6:
      - 'eco give {PLAYER} 600'
    7:
      - 'eco give {PLAYER} 700'
    8:
      - 'eco give {PLAYER} 800'
    9:
      - 'eco give {PLAYER} 900'
    10:
      - 'eco give {PLAYER} 1000'

# Settings related to the guild's territory.
territory:
  # Cost to claim a chunk.
  cost-to-claim: 500
  # Max chunks that a guild can claim.
  max-chunks: 10
  # If true, the plugin will protect the guild's territory.
  protect-territory: true
  # List of blocks that can be placed in the guild's territory.
  allowed-blocks:
    - 'STONE'
    - 'DIRT'
    - 'GRASS'
  # List of entities that can be spawned in the guild's territory.
  allowed-entities:
    - 'PIG'
    - 'COW'
    - 'SHEEP'
  # If true, only guild members can build in the guild's territory.
  only-guild-members-can-build: true
  # If true, only guild members can interact with blocks in the guild's territory.
  only-guild-members-can-interact: true
    
  

更多信息请访问 Guilds.