8.13.1-SNAPSHOT

This commit is contained in:
mfnalex 2020-07-11 23:31:09 +02:00
parent 4fa7e7c166
commit cad285af15
5 changed files with 11 additions and 6 deletions

View File

@ -1,9 +1,14 @@
# Changelog
## 8.13.0-SNAPSHOT
## 8.13.1
- Updated Turkish translation
## 8.13.0
- Updated Chinese (Traditional) and Spanish translation
- Fixed TabComplete not working for /sort and /chestsort
- Added option to log ChestSort actions in a log file (default: false)
- Print console warnings when 3rd party plugins use deprecated ChestSort API methods
- Small code cleanup
- Updated API to 1.16.1
## 8.12.2
- Fixes NullPointerException when using EssentialsX' /ec command in Minecraft 1.12

View File

@ -9,7 +9,7 @@
<name>JeffChestSort</name>
<url>https://www.chestsort.de</url>
<description>Automatically sorts your chests!</description>
<version>8.13.0-SNAPSHOT</version>
<version>8.13.0</version>
<packaging>jar</packaging>
<properties>
@ -101,7 +101,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -31,7 +31,7 @@ public class ChestSortTabCompleter implements TabCompleter {
if(args.length>0) {
entered = args[args.length-1];
}
if(command.getName().equalsIgnoreCase("chestsort")) {
if(command.getName().equalsIgnoreCase("sort")) {
return getMatchingOptions(entered,chestsortOptions);
}
if(command.getName().equalsIgnoreCase("invsort")) {

View File

@ -535,7 +535,7 @@ message-gui-right-click: "Empty Chest (Right-Click/Double-Right-Click)"
#message-gui-left-click: "Llenar Cofre (Click-Izquierdo/Doble-Click-Izquierdo)"
#message-gui-right-click: "Cofre Vació (Click-Derecho/Doble-Click-Derecho)"
##### Turkish (If u found an error contact with Cazcez#0190 on discord! || Hata bulursanız discord üzerinden Cazcez#0190 ile iletişime geçiniz)
##### Turkish
#message-when-using-chest: "&7İpucu: &6/chestsort&7 yazarak otomatik sandık düzenlemesini aktif edebilirsiniz"
#message-when-using-chest2: "&7İpucu: &6/chestsort&7 yazarak otomatik sandık düzenlemesini deaktif edebilirsiniz."
#message-sorting-disabled: "&7Otomatik sandık düzenlemesi &cdeaktifleştirildi&7."

View File

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