找回密码
 立即注册

QQ登录

只需一步,快速开始

[1.8-1.20]Extended Inventory - 扩展玩家库存的大小和功能

像素搬运菌 2024-5-28 00:03:55 管理 阅读 142 来自 美国
服务器插件
中文名称: 扩展库存
英文名称: Extended Inventory
插件来源: 转载
适用服务端: CraftBukkit Spigot 
插件类型: 管理
语言支持: 英文 
适用版本: 1.8.x 1.9.x 1.10.x 1.11.x 1.12.x 1.13.x 1.14.x 1.15.x 1.16.x 1.17.x 1.18.x 1.19.x 1.20.x 
前置插件/mod:
下载地址: https://www.spigotmc.org/resources/extended-inventory-1-8-1-20.116777/
原贴地址: https://www.spigotmc.org/resources/extended-inventory-1-8-1-20.116777/

马上登录/注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

x
本帖最后由 像素搬运菌 于 2024-5-28 00:05 编辑

image.jpg
image.jpg
简短描述:
扩展库存将扩展付款人库存的功能和大小。
一旦添加到你的服务器,每个玩家的库存中都会出现新的控制物品。
使用这些按钮,他们可以在库存的不同页面之间切换以存储更多物品。
主要特点:
- “控制物品”来切换库存
页面 - 通过权限单独选择每个玩家能够访问的页面数(最多 1-10 页)(10 页为 extendedinventory.pages.10)
- 切换是否应包含快捷栏项目
- 高度可配置(更改插件中的每个项目和消息)
- Flatfile 或 MySQL 支持
- 轻量级和完全异步事务
- 如果使用 MySQL,可以在 BungeeCord 网络
上的服务器之间共享库存和功能 - 开源
- 快速可靠的支持
- “/einv reload”命令轻松重新加载所有内部配置。执行权限:extendedinventory.commands.reload

即将推出:
- 切换是否包含盔甲
- 支持不同的数据库系统

设置:
- 将下载的插件添加到您的插件文件夹
- 重新启动服务器
=> 注意:首次激活插件时,玩家物品栏的控制物品的配置槽将被覆盖,并且之前在这些槽位上的物品将丢失。
- 如果需要MySQL;
导航到 plugins/ExtendedInventory 文件夹并打开mysql.yml。设置 enabled=true 并填写您的个人数据库信息。再次重新启动服务器。
- 插件已准备就绪并处于活动

Config.yml

Prefix: "&7[&6EInv&7] |"

# If this option is enabled, the hotbar items will also be changed by switching pages
IncludeHotbarItems: false

InventoryConfiguration:
  NextPageItem:
    Name: "&aNext Page"
    Material: "arrow"
    # You can split the lines by using '//'
    Lore: "//&7Navigate to the next//&7page of your inventory"
    # If you want to use custom skins on your items, you can put in minecrafturl-values from: https://minecraft-heads.com
    MinecraftURL: "77334cddfab45d75ad28e1a47bf8cf5017d2f0982f6737da22d4972952510661"
  PreviousPageItem:
    Name: "&aPrevious Page"
    Material: "arrow"
    # You can split the lines by using '//'
    Lore: "//&7Navigate to the previous//&7page of your inventory"
    # If you want to use custom skins on your items, you can put in minecrafturl-values from: https://minecraft-heads.com
    MinecraftURL: "e7742034f59db890c8004156b727c77ca695c4399d8e0da5ce9227cf836bb8e2"
  IndicatorItem:
    Name: "&7Page: (&e%PAGE%&7)"
    Material: "gray_stained_glass_pane"
    # You can split the lines by using '//'
    Lore: ""
    # You can find Minecraft-URL-Values here: https://minecraft-heads.com
    MinecraftURL: ""
messages.yml
NoPermission: "%PREFIX% &cYou do not have permissions to do that!"
NoPlayer: "%PREFIX% &cThis action can only be performed by players!"
Inventory:
  NoMorePages: "%PREFIX% &7There are no more pages available!"
  FirstPage: "%PREFIX% &7You are already on the first page!"
mysql.yml
enable: false
url: "jdbc:mysql://localhost:3306/test"
username: "root"
password: ""

# Only change the following settings if you know what you are doing.
# Default settings will result in a perfectly functioning plugin in most of the time.
ExpertSettings:
  DriverClass: "com.mysql.jdbc.Driver"
  MinimumConnections: 1
  MaximumConnections: 5
  ConnectionTimeout: 20000
ExtendedInventory-1.1.1.jar (264.02 KB, 下载次数: 8)

(0)
像素搬运菌板块版主

帖子地址: 

发表回复

使用道具 举报

评论列表(2条)

LmingV | Edg | Windows 10

举报

通过验证此插件API等信息,并不兼容除了1.20之外的版本。请修改。辛苦。
回复 · 2024-6-9 02:19:55
作者在Spigotmc中标注的是[1.8-1.20],但是他的原生开发版本是在1.20版本开发的,这点我不是很明白作者的意图。 
2024-6-9 18:58