mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
lets pretend no one saw this.
This commit is contained in:
parent
86002f50e6
commit
b63f10f749
@ -25,9 +25,9 @@ public interface Values
|
|||||||
final class MockPlayerPlaceholderExpansion extends PlaceholderExpansion
|
final class MockPlayerPlaceholderExpansion extends PlaceholderExpansion
|
||||||
{
|
{
|
||||||
|
|
||||||
public static final String PLAYER_X = String.valueOf(10);
|
public static final String PLAYER_X = "10";
|
||||||
public static final String PLAYER_Y = String.valueOf(20);
|
public static final String PLAYER_Y = "20";
|
||||||
public static final String PLAYER_Z = String.valueOf(30);
|
public static final String PLAYER_Z = "30";
|
||||||
public static final String PLAYER_NAME = "Sxtanna";
|
public static final String PLAYER_NAME = "Sxtanna";
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user