1 120
收录服务器
1481
注册
34 368
玩家
InventoryFull+ 物品栏已满+
当玩家的库存已满时通知玩家
作 者 ItsLewizzz
发布时间 2016年11月9日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18
点此下载

🎮 InventoryFull+ 插件介绍

InventoryFull+ 是一个功能丰富的Minecraft插件,旨在帮助玩家管理他们的背包空间。通过这个插件,玩家可以在背包满时收到多种形式的通知,包括声音、聊天信息、标题、动作栏和全息图等。此外,插件还提供了防止背包满时破坏方块的功能,并允许管理员配置特定世界和游戏模式不接收通知。

📋 插件功能

  • 防止玩家背包满时的通知刷屏,通过设置每个玩家的冷却时间。
  • 禁用特定世界和游戏模式接收通知。
  • 在玩家背包满时禁用方块破坏。
  • 通过命令切换通知功能。
  • 兼容AutoSell插件(drops2inv)。

🔊 通知类型

  • 声音
  • 标题
  • 聊天信息
  • 动作栏
  • 全息图*

*全息图需要Holographic Displays、CMI或DecentHolograms插件支持。

🔧 命令与权限

  • /inventoryfull - 主插件命令。权限:inventoryfull.admin
  • /inventoryfull reload - 重新加载配置文件。权限:inventoryfull.admin
  • /inventoryfull toggle - 切换背包满通知功能。权限:inventoryfull.toggle

📄 配置文件示例

# InventoryFull+
# Author: ItsLewizzz
# Copyright (c) Lewis D 2016-2022. All Rights Reserved.

messages:
  prefix: '{#5cd7b0}InventoryFull+ {#a5b1c2}›'
  reload: '{PREFIX} &fThe configuration has been reloaded in {TIME}ms.'
  no_permission: '{PREFIX} &fYou do not have permission to execute this command.'
  toggle_enable: '{PREFIX} &fYou have toggled notifications: {#4cd137}&lON'
  toggle_disable: '{PREFIX} &fYou have toggled notifications: {#e84118}&lOFF'
  help:
    - "&r"
    - " {#5cd7b0}&lInventoryFull+ {#a5b1c2}v{VERSION}"
    - "  {#a5b1c2}By ItsLewizzz"
    - "&r"
    - " {#5cd7b0}&lCommands"
    - "  &f/inventoryfull reload {#a5b1c2}- &fReload the configuration"
    - "  &f/inventoryfull toggle {#a5b1c2}- &fToggle alert notifications."
    - "&r"

general_settings:
  cooldown_time: 3
  prevent_block_breaking: false
  disabled_gamemodes:
    - CREATIVE
    - SPECTATOR
  disabled_worlds:
    - world_the_end
    - disabled_world_here

alert_settings:
  actions:
    - "[ACTIONBAR] {#5cd7b0}InventoryFull+ {#a5b1c2}› &fYour inventory is full!"
    - "[TITLE] {#5cd7b0}&lALERT;&fYour inventory is full!;1;2;1"
    - "[SOUND] BLOCK_NOTE_BLOCK_PLING"
    - "[MESSAGE] {#a5b1c2}&m-------------------"
    - "[MESSAGE]          {#5cd7b0}&lALERT"
    - "[MESSAGE] &fYour inventory is full!"
    - "[MESSAGE] {#a5b1c2}&m-------------------"
  hologram:
    enabled: true
    display_time: 3
    lines:
      - '{#5cd7b0}&lALERT'
      - '&fYour inventory is full!'