LegendaryGuild - English
  • ⚙️Plugin installation
    • 🔩BungeeCord Installation
  • 📒Configuration
    • 🔰GUI configuration
      • 🎈Basics Fuction
        • 📰Sub Menus
          • ActivityRewards.yml
          • Applications.yml
          • Buff.yml
          • GuildIconsShop.yml
          • GuildList.yml
          • GuildMenu.yml
          • GuildShop.yml
          • GuildTree.yml
          • Members.yml
          • Positions.yml
          • RedPackets.yml
          • Stores.yml
          • Tributes.yml
          • TeamShop.yml
    • 📃config.yml
      • Create a new guild create group
      • Custom guild level and experience
    • 🧙Custom Position
    • 🎨Customize guild icons
    • 🌳Custom Guild Tree Water Bottle
    • 🛃Guild Stores
    • 🎆Guild Tribute
    • 🧧Guild Red Packets
    • 🛍️Guild Shop
    • 🔀Guild Buff
    • 🛒(NEW)Team Shop
    • Requirements
    • Run
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿Commands & Permissions
  • ✍️PlaceholderAPI
  • 🚚开放者API
    • 事件大全
  • Update
Powered by GitBook
On this page
  1. Configuration

Guild Tribute

LegendaryGuild/Contents/config/Tributes.yml

Players submit designated items to gain guild contribution points and guild experience

Composed of the following nodes

display(可选其一或是一起): Name of the tested item

material (可选其一或是一起): Detected item ID

data(可选其一或是一起): Detected item data

points:Guild points obtained

exp:Experience gained by guilds

broad:Whether to broadcast within the guild

broad_message:Broadcast information

tributes:
  #自定义名称物品示例
  #Custom display item example
  tribute1:
    #检测名称
    #detection name
    display: '&c西域宝物'
    #每个该物品转化的贡献点
    #The contribution points of each item conversion
    points: 50
    #每进贡一个该物品获得的公会经验
    #Guild experience gained from each tribute of this item
    exp: 5
    #是否进行公会内播报
    #Whether to broadcast within the guild
    broad: true
    broad_message: '&a公会成员 &f%player% &a贡献了 &c西域宝物 ×%amount%'
  #原版物品示例
  #Vanilla item example
  tribute2:
    material: NETHER_STAR
    data: 0
    points: 100
    exp: 10
    broad: true
    broad_message: '&a公会成员 &f%player% &a贡献了 &e下届之星 ×%amount%'
  tribute3:
    material: DIAMOND
    display: '&c超级钻石'
    data: 0
    points: 200
    exp: 50
    broad: true
    broad_message: '&a公会成员 &f%player% &a贡献了 &c超级钻石 ×%amount%'
PreviousGuild StoresNextGuild Red Packets

Last updated 1 year ago

📒
🎆