small cleanup

This commit is contained in:
mfnalex 2020-06-23 23:15:41 +02:00
parent c043111ad0
commit 3c279276ea
3 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<name>JeffChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>9.0.0-SNAPSHOT1</version>
<version>9.0.0-SNAPSHOT2</version>
<packaging>jar</packaging>
<properties>
@ -138,7 +138,7 @@
<dependency>
<groupId>de.jeff_media</groupId>
<artifactId>InvUnload</artifactId>
<version>4.2.0-SNAPSHOT5</version>
<version>4.2.0-SNAPSHOT6</version>
<scope>provided</scope>
<exclusions>
<exclusion>

View File

@ -29,7 +29,6 @@ import org.bukkit.potion.PotionData;
import de.jeff_media.ChestSort.hooks.CrackShotHook;
import de.jeff_media.ChestSort.hooks.InventoryPagesHook;
import de.jeff_media.ChestSort.utils.CategoryLinePair;
import de.jeff_media.ChestSort.utils.LlamaUtils;
import de.jeff_media.ChestSort.utils.TypeMatchPositionPair;
public class ChestSortOrganizer {

View File

@ -1,6 +1,6 @@
main: de.jeff_media.ChestSort.ChestSortPlugin
name: ChestSort
version: 9.0.0-SNAPSHOT1
version: 9.0.0-SNAPSHOT2
api-version: 1.13
description: Allows automatic chest sorting
author: mfnalex