-
Notifications
You must be signed in to change notification settings - Fork 7
Home
English
-
/allstackable show all
: list all modified items. -
/allstackable show [item]
: show information of a specified item. -
/allstackable show hand [player]
: show information about an item on a player's hand. -
/allstackable reset all
: revert all changes. -
/allstackable reset [item]
: reset a specified item. -
/allstackable reset hand [player]
: reset an item on a player's hand. -
/allstackable set [itemID] [count]
: set the max stackable count of a specified item. -
/allstackable set hand [player]
: set the max stackable count of an item on a player's hand. -
/allstackable set vanilla [default value] [new value]
: Apply new value to the stackable size of items whose default size is default value. (Only works for items that haven't been modified.) -
/allstackable set modified [current value] [new value]
: Apply new value to the stackable size of items whose current size is current value. (Only works for items that have been modified.) -
/allstackable set all [current value] [new value]
: Apply new value to the stackable size of items whose current size is current value. (Applies to all items.) -
/allstackable config reload
: Reload config from the file. -
/allstackable config loadFromGlobal
: load the global config (stored in minecraft's config folder) to your game. -
/allstackable config saveToGlobal
: Let your current config be the global config. -
/allstackable config globalConfigAutoApply [true/false]
: whether the global config will be automatically applied to every new game. -
/allstackable config restore
: restore to last change -
If you want to use this mod without OP/cheat, you can manually set the "permissionLevel" from 4 to 0 in the config file (in your save folder).
-
If you want only stack empty shulkerbox, change the setting manually in the config files (0 -> 1)
Chinese
-
/allstackable show all
: 列出所有修改过的物品. -
/allstackable show [item]
: 显示这个物品的信息. -
/allstackable show hand [player]
: 显示玩家手上的物品信息. -
/allstackable reset all
: 撤销所有更改. -
/allstackable reset [item]
: 撤销对这个物品的更改. -
/allstackable reset hand [player]
: 撤销玩家手上的物品的更改. -
/allstackable set [itemID] [count]
: 更改指定物品的堆叠数量. -
/allstackable set hand [player]
: 更改玩家手上物品的堆叠数量. -
/allstackable set vanilla [default value] [new value]
: 将所有默认堆叠上限为【default value】的物品的堆叠上限设置为【new value】(只对未被修改过的物品生效) -
/allstackable set modified [current value] [new value]
: 将所有被修改过堆叠上限,且为【current value】的物品的堆叠上限设置为【new value】(只对被修改过的物品生效) -
/allstackable set all [current value] [new value]
: 将所有当前堆叠上限为【current value】的物品的堆叠上限设置为【new value】 -
/allstackable config reload
: 重新从文件载入配置文件. -
/allstackable config loadFromGlobal
: 为你当前游戏载入全局配置(保存在config文件夹里). -
/allstackable config saveToGlobal
: 让你当前游戏配置成为全局配置. -
/allstackable config globalConfigAutoApply [true/false]
: 是否让新游戏自动使用全局配置,true代表是. -
/allstackable config restore
: 恢复到上次的更变 -
如果你想在非op或者作弊的情况下使用,你可以把存档文件夹中配置文件里的 "permissionLevel" 从4 改到 0.
-
如果你想只堆叠空的潜影盒,你可以把存档文件夹中配置文件里的 "stackEmptyShulkerBoxOnly" 从0 改到 1.