1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

Fixing omission on last patches.

This commit is contained in:
KHobbits
2011-08-10 12:05:05 +06:00
parent 9b9bdc4ac6
commit 6465e98c6c
2 changed files with 4 additions and 3 deletions

View File

@@ -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()));
}

View File

@@ -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