Rice Plugins Rice Plugins
🏡 Home
  • Paid Plugins

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

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

    • PlayerMenu
    • PlayerChat
    • ip2region
  • Free Plugins

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

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

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

    • PlayerMenu
    • PlayerChat
    • ip2region
  • Free Plugins

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

    • Introduction
    • Command Permissions
    • Variable Support
    • Image Showcase
    • FAQ
    • Changelog
  • Pro

    • Vanilla Enhancement
    • LORE Enhancement
    • NBT Enhancement
    • Developer

      • API
    • PlayerIntensify
    • Pro
    handy
    2024-10-29
    目录

    NBT Enhancement

    # Required Dependency Plugin

    Download here: NBTAPI (opens new window)

    # Introduction to Enhanceable Items

    Note: The following describes NBT attribute enhancement
    Version 3.x can modify specific NBT tags based on enhancement levels to support attribute plugins like MMOItems

    # Configuration Preview

    Enable it in nbt.yml, which can be activated simultaneously with LORE enhancement

    ---
    title: NBT Enhancement System
    date: 2024-10-29 21:21:48
    permalink: /wiki/PlayerIntensify/nbt
    ---
    
    ### Prerequisite Plugin
    Requires [NBTAPI](https://www.spigotmc.org/resources/7939/) to function
    
    ### Configuration Options
    
    ```yaml
    # Enable NBT enhancement system (true: enabled, false: disabled)
    # When enabled, each enhancement level will only modify the configured NBT tags
    # Other enhancement effects will NOT be applied!
    
    enable:
      # Armor
      armor: false
      # Axes
      axe: false
      # Bows
      bow: false
      # Shields
      shield: false
      # Swords
      sword: false
      # Tridents
      trident: false
      # Crossbows
      crossbow: false
      # Elytras
      elytra: false
      # Maces
      mace: false
      # Custom Group 1
      customOne: false
      # Custom Group 2
      customTwo: false
    
    # NBT Configuration
    # Configure NBT tags for each enhancement level
    # Works with plugins like MMOItems that read NBT data
    
    # Example configurations:
    armor:
      1:
        - "Test1: 1"
    
    axe:
      1:
        - "CustomNBT: 10.0"
      2:
        - "CustomNBT: 20.0"
      3:
        - "CustomNBT: 30.0"
    
    # Other item types follow same pattern
    bow:
      1:
        - "Test1: 1"
    shield:
      1:
        - "Test1: 1"
    sword:
      1:
        - "Test1: 1"
    trident:
      1:
        - "Test1: 1"
    crossbow:
      1:
        - "Test1: 1"
    elytra:
      1:
        - "Test1: 1"
    mace:
      1:
        - "Test1: 1"
    customOne:
      1:
        - "Test1: 1"
    customTwo:
      1:
        - "Test1: 1"
    
    lastUpdated: 2025-08-13 12:09:07
    LORE Enhancement
    API

    ← LORE Enhancement API→

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