mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-11-22 11:45:36 +01:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
326ff24dfd
12
src/main/resources/locales/pl_PL.yml
Normal file
12
src/main/resources/locales/pl_PL.yml
Normal 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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user