Rice Plugins Rice Plugins
🏡 Home
  • Paid Plugins

    • PlayerGuild
    • RandomShop
    • PlayerAuction
    • CompanionsPlus
    • AfDianPay
    • PlayerTop
  • Partial Paid

    • PlayerTitle
    • PlayerTask
    • PlayerWarp
  • Open Source (Paid)

    • PlayerMenu
    • PlayerChat
    • ip2region
    • PlayerReturn
    • OfflinePapi
  • Free Plugins

    • PlayerIntensify
    • PlayerCurrency
    • DeepSeek
    • MonsterPlus
    • RiceMotd
    • RiceNotice
    • PlayerRace
    • PlayerRewards
    • PlayerFatigue
    • LoginExpansion
    • PlayerSignIn
    • OauthLogin
    • Fair-DanTiao
    • McMmoView
    • ResidenceEnhance
discord (opens new window)
  • 中文 (opens new window)
  • English (opens new window)
🏡 Home
  • Paid Plugins

    • PlayerGuild
    • RandomShop
    • PlayerAuction
    • CompanionsPlus
    • AfDianPay
    • PlayerTop
  • Partial Paid

    • PlayerTitle
    • PlayerTask
    • PlayerWarp
  • Open Source (Paid)

    • PlayerMenu
    • PlayerChat
    • ip2region
    • PlayerReturn
    • OfflinePapi
  • Free Plugins

    • PlayerIntensify
    • PlayerCurrency
    • DeepSeek
    • MonsterPlus
    • RiceMotd
    • RiceNotice
    • PlayerRace
    • PlayerRewards
    • PlayerFatigue
    • LoginExpansion
    • PlayerSignIn
    • OauthLogin
    • Fair-DanTiao
    • McMmoView
    • ResidenceEnhance
discord (opens new window)
  • 中文 (opens new window)
  • English (opens new window)
  • Basic

    • Introduction
    • Commands and Permissions
    • Variable Support
    • Common Questions
    • Image Gallery
    • Video Introduction
    • Purchase Notice
    • Update Log
  • Pro

    • Guild Battle
    • Guild Attributes
      • Guild Tasks
      • Guild Titles
      • Guild Chat
      • GermEngine Support
      • DragonCore Support
      • ItemsAdder Support
    • Affiliate

      • Guild Battle Shop
      • Guild Battle Maps
      • Guild Monthly Activity Reward
    • Developer

      • API
    • PlayerGuild
    • Pro
    handy
    2023-07-04
    目录

    Guild Attributes

    Version 1.9.4+ Added guild attributes

    # Image Display

    img img img img

    # Buff Types

    • AttributePlus (opens new window)
    • SX-Attribute (opens new window)
    • AttributeSystem (opens new window)
    • MythicLib (opens new window)
    • SagaLoreStats (opens new window)
    • Vanilla potion effects

    # Buff Process

    1. Players join guild and mine ores daily at guild sacred stone using different types of pickaxes
    2. Guild leader uses ores to upgrade and unlock guild attributes
    3. Guild attributes take effect for all guild members

    # Configuration Process

    1. Need to configure in sacredStone.yml, there's a buff node (regenerate file if not present)
    2. Can configure multiple buffs, freely configure attributes as desired
    3. Can customize maximum upgrade level for each buff
    4. Can use custom formulas to calculate upgrade materials needed per buff level and buff attributes

    First configure enabled types

    # buff type currently only supports attribute_plus or sx_attribute or AttributeSystem or MythicLib
    buffType: "attribute_plus"
    

    Attribute example:

    # Actual effective attributes level is current level variable ${} contains operators, supports +-*/ and numeric variables
    attribute:
      - '&ePhysical Damage: ${level * 1}'
    

    # MythicLib / MMOItems Configuration Method

    Format is attribute_name:value
    For example MAX_HEALTH: 5 increases 5 health points (corresponding to MMOItems/Language/stats.yml attribute ID)
    Attribute name is case-insensitive, can directly copy attributes from stats.yml

    # Can configure multiple corresponding attributes
    attribute:
        - 'max-health: ${level * 1}'
        - 'attack-damage: ${level * 1}'
    # Because mmo attribute nodes are in English, you can configure ${buff} variable content to display in lore here
    display:
        - '&eIncrease Health: ${level * 1}'
        - '&eAttack Damage: ${level * 1}'
    
    Guild Battle
    Guild Tasks

    ← Guild Battle Guild Tasks→

    Theme by Vdoing | Copyright © 2020-2025 Rice Plugins - All Rights Reserved
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式