We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5422270 commit b5c4fe9Copy full SHA for b5c4fe9
src/main/java/org/maxgamer/quickshop/util/Util.java
@@ -1090,7 +1090,7 @@ public static String getClassPrefix() {
1090
1091
1092
/**
1093
- * Get the sign material using by plugin. With compatiabily process.
+ * Get the sign material using by plugin. With compatibly process.
1094
*
1095
* @return The material now using.
1096
*/
src/main/resources/config.yml
@@ -479,7 +479,7 @@ matcher:
479
#0= QuickShop item matcher with configurable options below.
480
#1= Bukkit item matcher, can be more accurate.
481
#2= Stricter Bukkit matcher, equals method.
482
- work-type: 0
+ work-type: 1
483
#For Item
484
item:
485
#Should the Plugin check the item damage?
0 commit comments