mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-14 14:45:18 +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
|
||||
{
|
||||
|
||||
public static final String PLAYER_X = String.valueOf(10);
|
||||
public static final String PLAYER_Y = String.valueOf(20);
|
||||
public static final String PLAYER_Z = String.valueOf(30);
|
||||
public static final String PLAYER_X = "10";
|
||||
public static final String PLAYER_Y = "20";
|
||||
public static final String PLAYER_Z = "30";
|
||||
public static final String PLAYER_NAME = "Sxtanna";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user