mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-22 10:05:15 +01:00
Merge branch 'development'
This commit is contained in:
commit
2a8585862e
@ -4,7 +4,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
name: "EpicVouchers"
|
name: "EpicVouchers"
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "2.1.13"
|
version: "2.1.14"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -142,7 +142,7 @@ public class VoucherExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (voucher.getSound() != null && !voucher.getSound().isEmpty()) {
|
if (voucher.getSound() != null && !voucher.getSound().isEmpty()) {
|
||||||
player.getWorld().playSound(player.getLocation(), Sound.valueOf(voucher.getSound()), Integer.MAX_VALUE, voucher.getSoundPitch());
|
player.playSound(player.getLocation(), Sound.valueOf(voucher.getSound()), Integer.MAX_VALUE, voucher.getSoundPitch());
|
||||||
}
|
}
|
||||||
|
|
||||||
String particle = voucher.getParticle();
|
String particle = voucher.getParticle();
|
||||||
|
Loading…
Reference in New Issue
Block a user