mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 20:11:21 +02:00
Fixing omission on last patches.
This commit is contained in:
@@ -115,7 +115,8 @@ public class Commandptime extends EssentialsCommand
|
|||||||
|
|
||||||
for (User user : users)
|
for (User user : users)
|
||||||
{
|
{
|
||||||
if (!user.isPlayerTimeRelative())
|
//if (!user.isPlayerTimeRelative())
|
||||||
|
if (user.getPlayerTimeOffset() != 0)
|
||||||
{
|
{
|
||||||
sender.sendMessage(colorDefault + user.getName() + ": " + DescParseTickFormat.format(user.getPlayerTime()));
|
sender.sendMessage(colorDefault + user.getName() + ": " + DescParseTickFormat.format(user.getPlayerTime()));
|
||||||
}
|
}
|
||||||
|
@@ -275,8 +275,8 @@ commands:
|
|||||||
usage: /<command> <true/false> [duration]
|
usage: /<command> <true/false> [duration]
|
||||||
aliases: [ethunder]
|
aliases: [ethunder]
|
||||||
time:
|
time:
|
||||||
description: Change the time in the world where you are (default) or in the world(s) specified
|
description: Change the world time. Defaults tos current world.
|
||||||
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] <worldname|all>
|
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
|
||||||
aliases: [etime, day, night]
|
aliases: [etime, day, night]
|
||||||
togglejail:
|
togglejail:
|
||||||
description: Prevents a player from interacting with the world and teleports him/her to the the jail specified
|
description: Prevents a player from interacting with the world and teleports him/her to the the jail specified
|
||||||
|
Reference in New Issue
Block a user