mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-11-22 01:58:54 +00:00
set Default Inventory Title...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
738fe9e06b
commit
037f5138bb
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.maxgamer</groupId>
|
||||
<artifactId>QuickShop</artifactId>
|
||||
<version>1.4</version>
|
||||
<version>1.4.1</version>
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
<resources>
|
||||
|
@ -16,7 +16,7 @@ public class ConfigManager {
|
||||
protected boolean display = true;
|
||||
protected double feeForPriceChange = 0.0;
|
||||
protected int findDistance = 30;
|
||||
protected String guiTitle;
|
||||
protected String guiTitle = "§6[§b快捷商店§6]";
|
||||
/** Whether or not to limit players shop amounts */
|
||||
protected boolean limit = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user