Add some PlaceholderAPI placeholders

This commit is contained in:
Luck
2016-08-23 19:32:58 +01:00
Unverified
parent f9c1cdb4bd
commit 21d0c9ab0e
5 changed files with 318 additions and 5 deletions
@@ -56,4 +56,12 @@ public class ArgumentChecker {
return s;
}
public static String unescapeCharacters(String s) {
s = s.replace("{SEP}", ".");
s = s.replace("{FSEP}", "/");
s = s.replace("{DSEP}", "$");
return s;
}
}