PlayerInv
  • 💎Plugin Docs
  • ⚙️Installation
    • NOTES (Using v1.3)
  • 📔Configurations
    • Config.yml
    • Vault Menu
      • Main.yml
      • vault_page_2.yml
      • vault_page_3.yml
    • Check Vault Menu
      • Main.yml
      • check_vault_page_2.yml
      • check_vault_page_3.yml
    • Locale
      • zh-CN.yml
      • en-US.yml
  • 🏴󠁧󠁢󠁳󠁣󠁴󠁿Commands & Permissions
  • 🗃️NOTES for updating new versions
Powered by GitBook
On this page
  1. Configurations

Config.yml

Plugin Function Configuration

##Plugin prefix
Prefix: '&f[&ePlayerInv&f] '

##Plugin language , can be freely added files
Language: zh-CN

##Voucher customization
Voucher:
  large:
    material: PAPER
    enchant-glow: true
    custom-model-data: 0
  medium:
    material: PAPER
    enchant-glow: true
    custom-model-data: 0
##Enable sound effects when using vouchers
  Sound: true
##Sound value
  Value: UI_TOAST_CHALLENGE_COMPLETE:1:1
##Enable the display of Title when using vouchers
  Title: true

##Custom vault amount
Vault:
  Large_amount: 30
  Medium_amount: 30

##Are players allowed to use commands:/inv keys toggle
OpenToggle: true

##Allowed players to use the F key function
KeysOpen: true

##Message for opening the main menu enabled
OpenGUIMessage: true

##Item blacklist
Inventory:
  Blacklist:
  - BARRIER

##Do you want to enable cross server permission for LuckPerms
##This feature is only applicable to those who require multi server synchronization permissions
##If the server is only single ended or does not require synchronization permissions
##No need to turn on
Luckperms-proxy-support: false

##Server that requires synchronization permissions
##Fill in the specific flag ID for each server set in the BungeCord and VeloCity
Sync-server:
- lobby
- sc
- zy

DataBases:
  MySQL: false
  host: localhost
  port: 3306
  user: 123
  password: a123456
  database: playerinv
##Paper or other newer servers may encounter errors related to publicKey
##If an error occurs, try to enable this and restart the server
  allowPublicKeyRetrieval: false
PreviousConfigurationsNextVault Menu

Last updated 1 year ago

📔