玩家有权限"craftorithm.test"权限才能合成
condition: 'perm craftorithm.test'
玩家有权限"craftorithm.test"权限并且等级高于100级才能合成
condition: 'all perm craftorithm.test && level > 100'
玩家有权限"craftorithm.test"权限或玩家等级高于100级才能合成
condition: 'any perm craftorithm.test || level > 100'
玩家名字是"YufiriaMazenta"才能合成
condition: 'papi %player_name% == YufiriaMazenta'
type: 'shaped'
result: 'items:example_item:example_item'
multiple: true
shape:
- - 'aaa'
- 'bbb'
- 'ccc'
- - 'dd'
- 'ee'
source:
a: 'bedrock'
b: 'command_block'
c: 'items:example_item:example_item'
d: 'diamond'
e: 'iron_ingot'
unlock: true
condition: 'if all perm craftorithm.perm.example && level >= 100 && papi %player_name% == YufiriaMazenta'
actions:
- '动作1'
- '动作2'
...
当玩家合成后执行命令/me hello,并且给予玩家1级经验
actions:
- 'command me hello'
- 'take-level -1'
type: 'shaped'
result: 'items:example_item:example_item'
multiple: true
shape:
- - 'aaa'
- 'bbb'
- 'ccc'
- - 'dd'
- 'ee'
source:
a: 'bedrock'
b: 'command_block'
c: 'items:example_item:example_item'
d: 'diamond'
e: 'iron_ingot'
unlock: true
condition: 'if all perm craftorithm.perm.example && level >= 100 && papi %player_name% == YufiriaMazenta'
actions:
- 'command me hello'
- 'take-level -1'