This commit is contained in:
Brianna 2019-07-25 16:30:58 -04:00
parent a72c7ecae9
commit b899db2790
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ stages:
variables: variables:
name: "EpicVouchers" name: "EpicVouchers"
path: "/builds/$CI_PROJECT_PATH" path: "/builds/$CI_PROJECT_PATH"
version: "2.1.5" version: "2.1.6"
build: build:
stage: build stage: build

View File

@ -149,7 +149,7 @@ public class Voucher {
for (Player player : players) { for (Player player : players) {
String receiveMessage = instance.getLocale().getMessage("command.give.receive") String receiveMessage = instance.getLocale().getMessage("command.give.receive")
.processPlaceholder("%voucher%", Matcher.quoteReplacement(getName(true)) .processPlaceholder("%voucher%", Matcher.quoteReplacement(getName(true)))
.processPlaceholder("%player%", player.getName()) .processPlaceholder("%player%", player.getName())
.processPlaceholder("%amount%", String.valueOf(amount)).getPrefixedMessage(); .processPlaceholder("%amount%", String.valueOf(amount)).getPrefixedMessage();