如题,我要配置一个放置木板的成就
木板可以是所有类型的木板吗(如橡木木板、丛林木板、白桦木板等等)
该如何配置
木板可以是所有类型的木板吗(如橡木木板、丛林木板、白桦木板等等)
该如何配置
Places:
sponge:
1:
Goal: 放置1块海绵.
Message: 呜呜呜海绵宝宝
Name: Place_1_sponge
DisplayName: §6来自海绵宝宝的海绵
Reward:
Command:
Execute: money give PLAYER 200
Display: '§6游戏金币 §7x§e200'
sapling:
1:
Goal: 栽种1颗树苗.
Message: 爱护环境人人有责
Name: Place_1_sapling
DisplayName: §e总有一天它会长成参天大树
Reward:
Command:
Execute: money give PLAYER 20
Display: '§6游戏金币 §7x§e20'
sponge:
1:
Goal: 放置1块海绵.
Message: 呜呜呜海绵宝宝
Name: Place_1_sponge
DisplayName: §6来自海绵宝宝的海绵
Reward:
Command:
Execute: money give PLAYER 200
Display: '§6游戏金币 §7x§e200'
sapling:
1:
Goal: 栽种1颗树苗.
Message: 爱护环境人人有责
Name: Place_1_sapling
DisplayName: §e总有一天它会长成参天大树
Reward:
Command:
Execute: money give PLAYER 20
Display: '§6游戏金币 §7x§e20'
在成就插件站内搬运贴 以及成就插件自生成的config内均有示例。
我回复的示例是我本人1.12.2服务器使用的,成就插件兼容所有原版方块,只要你写对ID
我回复的示例是我本人1.12.2服务器使用的,成就插件兼容所有原版方块,只要你写对ID
Places:
wood:
'500':
Goal: 放置 500 橡木木板.
Message: '&4你已经放置了 1000 石砖台阶!'
Name: place_500_wood
DisplayName: 测试1
'1000':
Goal: 放置 1000 个橡木木板
Message: '&4&4你已经放置了 1000 橡木木板!'
Name: place_1000_wood
DisplayName: 测试2
wood:
'500':
Goal: 放置 500 橡木木板.
Message: '&4你已经放置了 1000 石砖台阶!'
Name: place_500_wood
DisplayName: 测试1
'1000':
Goal: 放置 1000 个橡木木板
Message: '&4&4你已经放置了 1000 橡木木板!'
Name: place_1000_wood
DisplayName: 测试2
但请注意,成就插件每个成就只能兼容一个方块 比如你设置了是放置橡木木板 那么其他木板将不会被插件记录
也无法设置放置全类型木板 只可设置单个
也无法设置放置全类型木板 只可设置单个
quartz_block|wood|stone|step|wood_step
用 | 这分开 表示多个
复制代码
用 | 这分开 表示多个
- Places:
- quartz_block|wood|stone|step|wood_step:
- '1000':
- Goal: §a成就
- Message: §f[ §6成就 §f] §6你已经放置了 §d1000 §6个建筑材料!
- Name: place_block_1000
- DisplayName: §a初级建筑师