mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
lets pretend no one saw this.
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user