mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-05 23:11:48 +01:00
/ptime list output message change
This commit is contained in:
parent
1e7bf9a46c
commit
a21d80ecd8
@ -181,8 +181,12 @@ public class Commandptime extends EssentialsCommand
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sender.sendMessage(colorDefault + "The players time was fixed to:");
|
String time = DescParseTickFormat.format(ticks);
|
||||||
sender.sendMessage(DescParseTickFormat.format(ticks));
|
if (!relative)
|
||||||
|
{
|
||||||
|
time = "fixed to " + time;
|
||||||
|
}
|
||||||
|
sender.sendMessage(colorDefault + "The players time is " + time);
|
||||||
msg.append(colorDefault);
|
msg.append(colorDefault);
|
||||||
msg.append("For: ");
|
msg.append("For: ");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user