开启背包使用模式会使WorldEdit强制只从玩家的背包提取方块。此外,如果玩家的背包有空间,方块在被替换或破坏时会被“采集”并放置进玩家的背包中。 如果一个方块不能被找到(比如玩家没有更多的那种方块了),操作会继续执行单并不能放置更多的方块(至少那一种)。玩家在最后会收到缺少的方块列表。如果一个方块需要被放置在另一个方块上(比如火把)但并不能放置支撑方块,操作会在放置支撑方块被放置之前被打断。在失败的情况下,//undo和//redo可以用来重复一个操作。当一个方块因为被破坏而被放置到玩家背包时,它会是一个被采集过的方块,或者有些情况下,没有方块。玻璃和书架会被给予,水方块和岩浆方块不会,并且在放置时不需要提供。注意箱子不会被正确复制,并在被移除时掉落里面的物品,如此可以防止利用复制与粘贴来复制物品。背包使用功能被编译在WorldEdit的很深层,所以所有指令都能使用。

以上是wiki上的一句话,我开启了背包模式,进行WE时的确强制消耗背包物品,不再凭空产生方块了,但问题是箱子依然可以被复制,箱子内物品也会被复制一份,而且在disallowed-blocks下添加了箱子代码可是无用
请教该怎么办,如何禁止箱子内物品被复制

以上是wiki上的一句话,我开启了背包模式,进行WE时的确强制消耗背包物品,不再凭空产生方块了,但问题是箱子依然可以被复制,箱子内物品也会被复制一份,而且在disallowed-blocks下添加了箱子代码可是无用
请教该怎么办,如何禁止箱子内物品被复制
确定格式正确
disallowed-blocks: [ID, ID, ID]
disallowed-blocks: [ID, ID, ID]
1345979462 发表于 2016-7-20 18:34
确定格式正确
disallowed-blocks:
格式没有错
可否提供你是怎么写的
1345979462 发表于 2016-7-20 18:43
可否提供你是怎么写的
#
# WorldEdit's configuration file
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
# you use an editor like Notepad++ (recommended for Windows users), you
# must configure it to "replace tabs with spaces." In Notepad++, this can
# be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
# in categories (like "max-blocks-changed" is in the "limits"
# category.
# - If you want to check the format of this file before putting it
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:".
# - Lines starting with # are commentsand so they are ignored.
#
limits:
allow-extra-data-values: false
max-blocks-changed:
default: 10000
maximum: 10000
max-polygonal-points:
default: -1
maximum: 20
max-radius: -1
max-super-pickaxe-size: 1
max-brush-radius: 5
butcher-radius:
default: -1
maximum: -1
disallowed-blocks: [6, 7, 14, 15, 16, 23, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 52, 54, 56, 59, 61, 62, 69, 73, 74, 75, 76, 77, 81, 83, 90, 103, 122, 137, 146, 154, 158, 276, 283, 296, 302, 303, 304, 305, 310, 311, 312, 313, 321, 328, 342, 343, 355, 389, 407, 408, 422]
use-inventory:
enable: true
allow-override: false
creative-mode-overrides: false
logging:
log-commands: false
file: worldedit.log
super-pickaxe:
drop-items: false
many-drop-items: false
snapshots:
directory:
navigation-wand:
item: 345
max-distance: 100
scripting:
timeout: 3000
dir: craftscripts
saving:
dir: schematics
files:
allow-symbolic-links: false
history:
size: 15
expiration: 10
wand-item: 271
shell-save-type:
no-double-slash: false
no-op-permissions: false
debug: false
show-help-on-first-use: false
这样子的,应该没错吧
有无大神!!!
箱子复制?