mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-27 04:55:31 +01:00
fixed default config version
This commit is contained in:
parent
157d37f6e0
commit
3d5d29241c
@ -6,6 +6,6 @@
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="lib" path="J:/BuildTools/Spigot/Spigot-API/target/spigot-api-1.13-R0.1-SNAPSHOT-shaded.jar"/>
|
||||
<classpathentry kind="lib" path="/Users/alex/BuildTools/Spigot/Spigot-API/target/spigot-api-1.13-R0.1-SNAPSHOT-shaded.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
@ -1,6 +1,6 @@
|
||||
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
|
||||
name: ChestSort
|
||||
version: 1.7.2
|
||||
version: 1.7.3
|
||||
api-version: 1.13
|
||||
description: Allows automatic chest sorting
|
||||
author: mfnalex
|
||||
|
@ -48,6 +48,7 @@ public class JeffChestSortOrganizer {
|
||||
if(typeName.contains("pickaxe") || typeName.contains("shovel") ) {
|
||||
return "";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
String getSortableString(ItemStack item) {
|
||||
|
@ -16,7 +16,7 @@ public class JeffChestSortPlugin extends JavaPlugin {
|
||||
JeffChestSortMessages messages;
|
||||
JeffChestSortOrganizer organizer;
|
||||
String sortingMethod;
|
||||
int currentConfigVersion = 3;
|
||||
int currentConfigVersion = 4;
|
||||
boolean debug = false;
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user