基本信息
我的世界Java版本
1.21.3–1.21.4
1.21–1.21.1
1.20.4–1.20.6
1.20.1
1.19.4
1.18.2
1.17.1
1.16.5
1.15.2
1.12.2
1.8.8
平台
Bukkit
运行环境
其他链接
搬运团队
详情信息
许可证 LGPL-2.1-only
发布于 a month ago
更新于 24 days ago
InvSee++
一个用于操作玩家物品栏的Bukkit插件。 该插件在目标玩家离线时仍然可用,即使他们从未登录过服务器。
特性
- 查看和编辑其他玩家的物品栏和末影箱。
- 包括玩家的盔甲内容和副手物品。
- 包括玩家的制作台/工作台/铁砧/锻造台/切石机/砂轮/织布机/附魔台/商人的物品。
- 包括玩家光标上持有的物品堆。
- 当玩家重新登录时自动重新加载旁观者的物品栏。
- 可定制的物品栏布局和标题。
- 简单而广泛的应用程序编程接口。 可在CraftBukkit(及其分支)以及Glowstone上运行。
- (可选)与PerWorldInventory集成。
- [插件] 通过命令给予(离线)玩家物品。
- [插件] 通过命令清除(离线)玩家物品栏中的物品。
运行插件
只需将InvSee++.jar文件放入服务器的 /plugins文件夹中。
命令
/invsee <用户名>|<唯一标识符> [PWI{...}]
/endersee <用户名>|<唯一标识符> [PWI{...}]
注意,要与PerWorldInventory集成,需要在其配置中将load - data - on - join
设置为true
。
权限
基础权限:
invseeplusplus.invsee.view
允许访问/invsee
。默认仅服务器操作员可用。invseeplusplus.invsee.edit
允许玩家操作目标玩家的物品栏。默认仅服务器操作员可用。invseeplusplus.endersee.view
允许访问/endersee
。默认仅服务器操作员可用。invseeplusplus.endersee.edit
允许玩家操作目标玩家的末影箱。默认仅服务器操作员可用。invseeplusplus.exempt.invsee
使无法查看拥有此权限的所有者的物品栏。invseeplusplus.exempt.endersee
使无法查看拥有此权限的所有者的末影箱。invseeplusplus.bypass - exempt.invsee
忽略目标玩家是否被免除查看其物品栏invseeplusplus.bypass - exempt.endersee
忽略目标玩家是否被免除查看其末影箱
聚合权限:
invseeplusplus.view
提供invseeplusplus.invsee.view
和invseeplusplus.endersee.view
。invseeplusplus.edit
提供invseeplusplus.invsee.edit
和invseeplusplus.endersee.edit
。invseeplusplus.exempt
提供invseeplusplus.exempt.invsee
和invseeplusplus.exempt.endersee
。invseeplusplus.bypass - exempt
提供invseeplusplus.bypass - exempt.invsee
和invseeplusplus.bypass - exempt.endersee
。invseeplusplus.*
提供所有八个基础权限以及所有插件权限。
插件
InvSee++_Give
命令:
/invgive <目标玩家> <物品类型> [<数量>] [<NBT标签>]
/endergive <目标玩家> <物品类型> [<数量>] [<NBT标签>]
示例:
在1.20.4及更早版本:
/invgive Notch diamond 1 {"foo":"bar"}
/endergive Jannyboy11羊毛:14
在1.20.5及更高版本:
/invgive Jannyboy11 minecraft:翡翠[minecraft:最大堆叠数量 = 99] 65
权限:
invseeplusplus.give.*
提供invseeplusplus.give.inventory
和invseeplusplus.give.enderchest
。invseeplusplus.give.inventory
允许访问/invgive
。invseeplusplus.give.enderchest
允许访问/endergive
。
InvSee++_Clear
命令:
/invclear <玩家> <物品类型>? <数量>?
/enderclear <玩家> <物品类型>? <数量>?
示例:
/invclear Notch钻石1
/enderclear Jannyboy11 wool:14
权限:
invseeplusplus.clear.*
提供invseeplusplus.clear.inventory
和invseeplusplus.clear.enderchest
。invseeplusplus.clear.inventory
允许访问/invclear
。invseeplusplus.clear.enderchest
允许访问/enderclear
。
指标
该插件收集匿名指标并提交给bStats。它们有助于我了解插件的使用情况,从而进行未来的开发。可以在 /plugins/bstats/config.yml文件中禁用此功能。
联系
漏洞与功能请求:GitHub问题 其他任何事情都可以通过SpigotMC上的讨论线程或通过 Discord进行讨论。
开发者API
文档可在维基上获取!