Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
tastybento 2019-06-18 08:56:28 -07:00
commit 326ff24dfd
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
###########################################################################################
# To jest plik YML. Uważaj podczas edycji. Sprawdź swoje edycje na weryfikatorach YAML #
# takich jak http://yaml-online-parser.appspot.com #
###########################################################################################
bskyblock:
sign:
line0: "&cBSkyBlock"
line1: "Witaj!"
line2: "[name]"
line3: "Nie spadnij! &c<3"

View File

@ -24,6 +24,7 @@ import java.util.logging.Logger;
import org.bukkit.Bukkit;
import org.bukkit.Server;
import org.bukkit.entity.Player;
import org.eclipse.jdt.annotation.Nullable;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;