1.5.0 Release Canidate 4.3
This commit is contained in:
parent
7e5bd64502
commit
29b64f4c22
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ public class PAPIExpansion extends PlaceholderExpansion {
|
||||||
if (count == null) return placeholderNoData;
|
if (count == null) return placeholderNoData;
|
||||||
return count.toString();
|
return count.toString();
|
||||||
}
|
}
|
||||||
|
} else switch (args[0]) {
|
||||||
|
case "stats":
|
||||||
|
return placeholderNoData;
|
||||||
|
case "rank-place":
|
||||||
|
return "-";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue