mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-11-22 01:58:54 +00:00
修改语言文件 调整保存商店信息...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
8aa88ddfef
commit
ab54e56821
@ -643,10 +643,10 @@ public class ContainerShop implements Shop {
|
|||||||
+ loc.getBlockZ() + ")");
|
+ loc.getBlockZ() + ")");
|
||||||
sb.append(" 所有者: " + getOwner());
|
sb.append(" 所有者: " + getOwner());
|
||||||
if (isUnlimited()) {
|
if (isUnlimited()) {
|
||||||
sb.append("无限模式: true");
|
sb.append(" 无限模式: true");
|
||||||
}
|
}
|
||||||
sb.append("价格: " + getPrice());
|
sb.append(" 价格: " + getPrice());
|
||||||
sb.append("物品: " + getItem().toString());
|
sb.append(" 物品: " + getItem().toString());
|
||||||
return sb.toString();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -287,7 +287,7 @@ public class ShopManager {
|
|||||||
createShop(shop);
|
createShop(shop);
|
||||||
p.sendMessage(MsgUtil.p("success-created-shop"));
|
p.sendMessage(MsgUtil.p("success-created-shop"));
|
||||||
final Location loc = shop.getLocation();
|
final Location loc = shop.getLocation();
|
||||||
plugin.log(String.format("玩家: %s 创建了一个 %s 商店 在 (%s - %s,%s,%s)", p.getName(), shop.getDataName(), loc.getWorld().getName(), loc.getX(), loc.getY(), loc.getZ()));
|
plugin.log(String.format("玩家: %s 创建了一个 %s 商店 在 (%s - %s, %s, %s)", p.getName(), shop.getDataName(), loc.getWorld().getName(), loc.getX(), loc.getY(), loc.getZ()));
|
||||||
if (!plugin.getConfig().getBoolean("shop.lock")) {
|
if (!plugin.getConfig().getBoolean("shop.lock")) {
|
||||||
// Warn them if they haven't been warned since
|
// Warn them if they haven't been warned since
|
||||||
// reboot
|
// reboot
|
||||||
|
@ -98,6 +98,6 @@ command:
|
|||||||
remove: '&e移除眼前的商店.'
|
remove: '&e移除眼前的商店.'
|
||||||
|
|
||||||
signs:
|
signs:
|
||||||
selling: '出售数量: {0}'
|
selling: '&b出售数量: &3{0}'
|
||||||
buying: '收购数量: {0}'
|
buying: '&d收购数量: &3{0}'
|
||||||
price: '每件价格: {0}'
|
price: '每件价格: {0}'
|
Loading…
Reference in New Issue
Block a user