1.15 Update

Updated plugin to support 1.15.
This commit is contained in:
Ryandw11 2019-12-13 22:27:12 -07:00
parent 3070c06f16
commit 29ab38ca4b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: UltraChat
version: 2.4
version: 2.4.1
main: me.ryandw11.ultrachat.UltraChat
author: Ryandw11
description: A chat formatting plugin.

View File

@ -367,7 +367,7 @@ public class UltraChat extends JavaPlugin{
} catch (ArrayIndexOutOfBoundsException w0w) {
version = " ";
}
if (version.equals("v1_13_R2") || version.equals("v1_14_R1")) {
if (version.equals("v1_13_R2") || version.equals("v1_14_R1") || version.equals("v1_15_R1")) {
Bukkit.getServer().getPluginManager().registerEvents(new Notify(), this);
if(version.equals("v1_13_R2")) {