Skip to content

Commit

Permalink
Minecraft 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMicky-FR committed Dec 11, 2019
1 parent eb3dbf6 commit bc43baf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<name>FastBoard</name>
<url>https://github.com/MrMicky-FR/FastBoard</url>
<description>Simple Bukkit ScoreBoard API with 1.7 to 1.14 support !</description>
<description>Simple Bukkit ScoreBoard API with 1.7 to 1.15 support !</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.1-R0.1-SNAPSHOT</version>
<version>1.15-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/mrmicky/fastboard/FastBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* You can find the project on <a href="https://github.com/MrMicky-FR/FastBoard">GitHub</a>
Expand Down

0 comments on commit bc43baf

Please sign in to comment.