mirror of
https://github.com/ryandw11/UltraChat.git
synced 2025-01-03 06:38:05 +01:00
1.15 Update
Updated plugin to support 1.15.
This commit is contained in:
parent
3070c06f16
commit
29ab38ca4b
@ -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.
|
||||
|
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user