We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
%player%
%player_name%
BreweryX uses the %player_name% placeholder, not the %player% placeholder as according to this code:
public static String applyPlaceholders(String input, String player, int quality) { return input.replaceAll("%player_name%", player).replaceAll("%quality%", String.valueOf(quality)); }
(https://github.com/BreweryTeam/BreweryX/blob/71a9451811d8386fb721d53c889b4695047de4bb/src/main/java/com/dre/brewery/utility/BUtil.java#L279)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
BreweryX uses the %player_name% placeholder, not the %player% placeholder as according to this code:
(https://github.com/BreweryTeam/BreweryX/blob/71a9451811d8386fb721d53c889b4695047de4bb/src/main/java/com/dre/brewery/utility/BUtil.java#L279)
The text was updated successfully, but these errors were encountered: