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