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