mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-10 16:48:05 +02:00
Fix /home for offline players.
This commit is contained in:
@@ -1445,7 +1445,7 @@ public class OfflinePlayer implements Player
|
||||
@Override
|
||||
public Location getBedSpawnLocation()
|
||||
{
|
||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -241,7 +241,7 @@ commands:
|
||||
msg:
|
||||
description: Sends a private message to the specified player.
|
||||
usage: /<command> <to> <message>
|
||||
aliases: [w,m,t,emsg,tell,etell,whisper,ewhisper]
|
||||
aliases: [w,m,t,pm,emsg,epm,tell,etell,whisper,ewhisper]
|
||||
mute:
|
||||
description: Mutes or unmutes a player.
|
||||
usage: /<command> <player> [datediff]
|
||||
|
Reference in New Issue
Block a user