From bc43baf9194bad3eabb5a214baba1e2b72a015b0 Mon Sep 17 00:00:00 2001 From: MrMicky Date: Wed, 11 Dec 2019 16:46:19 +0100 Subject: [PATCH] Minecraft 1.15 --- README.md | 4 ++-- pom.xml | 4 ++-- src/main/java/fr/mrmicky/fastboard/FastBoard.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc3a822..0e7679f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![JitPack](https://jitpack.io/v/fr.mrmicky/FastBoard.svg)](https://jitpack.io/#fr.mrmicky/FastBoard) [![Discord](https://img.shields.io/discord/390919659874156560.svg?colorB=7289da&label=discord&logo=discord&logoColor=white)](https://discord.gg/q9UwaBT) -A Scoreboard API for Bukkit with 1.7-1.14 support +A Scoreboard API for Bukkit with 1.7-1.15 support ## Features * No flickering (and without using a buffer !) -* Works with all version from 1.7.10 to 1.14 ! +* Works with all version from 1.7.10 to 1.15 ! * Really small (around 500 lines with everything) and don't use any dependency * Easy to use * Dynamic scoreboard size: you don't need to add/remove lines, you can just give String list (or array) to change all the lines diff --git a/pom.xml b/pom.xml index 3e7ec63..c706925 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ FastBoard https://github.com/MrMicky-FR/FastBoard - Simple Bukkit ScoreBoard API with 1.7 to 1.14 support ! + Simple Bukkit ScoreBoard API with 1.7 to 1.15 support ! UTF-8 @@ -41,7 +41,7 @@ org.spigotmc spigot-api - 1.14.1-R0.1-SNAPSHOT + 1.15-R0.1-SNAPSHOT provided diff --git a/src/main/java/fr/mrmicky/fastboard/FastBoard.java b/src/main/java/fr/mrmicky/fastboard/FastBoard.java index b7edd68..9e29b91 100644 --- a/src/main/java/fr/mrmicky/fastboard/FastBoard.java +++ b/src/main/java/fr/mrmicky/fastboard/FastBoard.java @@ -15,7 +15,7 @@ import java.util.Objects; /** - * Simple Bukkit ScoreBoard API with 1.7 to 1.14 support ! + * Simple Bukkit ScoreBoard API with 1.7 to 1.15 support ! * Everything is at packet level so you don't need to use it in the main server thread. *

* You can find the project on GitHub