Changed some names.
This commit is contained in:
parent
48d6a61e06
commit
b0ce3a6854
@ -41,7 +41,7 @@ public class CMDwand extends DefaultCMD {
|
||||
wand.setItemMeta(im);
|
||||
player.getInventory().addItem(wand);
|
||||
player.playSound(player.getLocation(), Sound.ORB_PICKUP, 5, 0);
|
||||
MessageM.sendFMessage(player, ConfigC.normal_gaveWand, true,
|
||||
MessageM.sendFMessage(player, ConfigC.normal_wandGaveWand, true,
|
||||
"type-"
|
||||
+ wand.getType().toString()
|
||||
.replaceAll("_", " ").toLowerCase());
|
||||
|
@ -46,7 +46,7 @@ public class PlayerListener implements Listener {
|
||||
|| !W.pos1.get(player).equals(location)) {
|
||||
MessageM.sendFMessage(
|
||||
player,
|
||||
ConfigC.normal_setPosition,
|
||||
ConfigC.normal_wandSetPosition,
|
||||
true,
|
||||
"number-1",
|
||||
"pos-%N(%A" + location.getBlockX()
|
||||
@ -63,7 +63,7 @@ public class PlayerListener implements Listener {
|
||||
|| !W.pos2.get(player).equals(location)) {
|
||||
MessageM.sendFMessage(
|
||||
player,
|
||||
ConfigC.normal_setPosition,
|
||||
ConfigC.normal_wandSetPosition,
|
||||
true,
|
||||
"number-2",
|
||||
"pos-%N(%A" + location.getBlockX()
|
||||
|
Loading…
x
Reference in New Issue
Block a user