Vault插件 金钱不够信息怎么汉化?
PlayerPoints点劵跟上面的一样
Marriage有结婚对象变量吗?

PlayerPoints点劵跟上面的一样

Marriage有结婚对象变量吗?
1.放出插件列表。
2.http://www.mcbbs.net/thread-688131-1-1.html这个结婚插件有papi变量%creepermarriage_partner%
2.http://www.mcbbs.net/thread-688131-1-1.html这个结婚插件有papi变量%creepermarriage_partner%
本帖最后由 MC_tingfeng 于 2019-4-9 09:15 编辑
不确定你用的是哪个菜单插件,猜测应该是chestCommands
首先,这个提示是菜单插件的提示信息,不是经济插件和点券插件的提示信息
以chestcommands为例,找到plugins\chestcommands\lang.yml
复制代码
将上面的内容自行修改成你想要的提示信息即可
比如:
复制代码
不确定你用的是哪个菜单插件,猜测应该是chestCommands
首先,这个提示是菜单插件的提示信息,不是经济插件和点券插件的提示信息
以chestcommands为例,找到plugins\chestcommands\lang.yml
- no-points: '&cYou need {points} player points for this.'
- no-open-permission: '&cYou don''t have permission &e{permission} &cto use this menu.'
- default-no-icon-permission: '&cYou don''t have permission for this icon.'
- open-menu: '&aOpening the menu "{menu}".'
- no-exp: '&cYou need {levels} XP levels for this.'
- menu-not-found: '&cMenu not found! Please inform the staff.'
- no-money: '&cYou need {money}$ for this.'
- no-required-item: '&cYou must have &e{amount}x {material} &c(ID: {id}, data value:
- {datavalue}) for this.'
- open-menu-others: '&aOpening the menu "{menu}" to {player}.'
- any: any
将上面的内容自行修改成你想要的提示信息即可
比如:
- no-points: '&c你需要{points}点券来购买这个物品!'
①同上,您这个应该是cc菜单,您可以在lang.yml配置文件里做修改,然后找到no-points: '&cYou need {points} player points for this.'
把' '里的英文改成您想要样式,{points}为点卷数量的变量,同样的找到no-money: '&cYou need {money}$ for this.',操作和points是
一样的
②marriage的结婚对象的变量是%marriage_partner%(papi给出的是marriage reloaded的变量,不知道是否和marriage能适应)
把' '里的英文改成您想要样式,{points}为点卷数量的变量,同样的找到no-money: '&cYou need {money}$ for this.',操作和points是
一样的
②marriage的结婚对象的变量是%marriage_partner%(papi给出的是marriage reloaded的变量,不知道是否和marriage能适应)