mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-27 03:28:30 +01:00
commit
97204c0e8c
@ -335,7 +335,7 @@ public class EssentialsPlayerListener implements Listener
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private final static List<String> COMMANDS = Arrays.asList("msg", "r", "mail", "m", "t", "whisper", "emsg", "tell", "er", "reply", "ereply", "email", "action", "describe", "eme", "eaction", "edescribe", "etell", "ewhisper", "pm");
|
private final static List<String> COMMANDS = Arrays.asList("msg", "w", "r", "mail", "m", "t", "whisper", "emsg", "tell", "er", "reply", "ereply", "email", "action", "describe", "eme", "eaction", "edescribe", "etell", "ewhisper", "pm");
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
|
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
|
||||||
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)
|
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)
|
||||||
@ -561,4 +561,4 @@ public class EssentialsPlayerListener implements Listener
|
|||||||
final User user = ess.getUser(event.getPlayer());
|
final User user = ess.getUser(event.getPlayer());
|
||||||
user.updateActivity(true);
|
user.updateActivity(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -233,7 +233,7 @@ commands:
|
|||||||
msg:
|
msg:
|
||||||
description: Sends a private message to the specified player.
|
description: Sends a private message to the specified player.
|
||||||
usage: /<command> <to> <message>
|
usage: /<command> <to> <message>
|
||||||
aliases: [m,t,emsg,tell,etell,whisper,ewhisper]
|
aliases: [w,m,t,emsg,tell,etell,whisper,ewhisper]
|
||||||
mute:
|
mute:
|
||||||
description: Mutes or unmutes a player.
|
description: Mutes or unmutes a player.
|
||||||
usage: /<command> <player> [datediff]
|
usage: /<command> <player> [datediff]
|
||||||
@ -454,4 +454,4 @@ commands:
|
|||||||
permissions:
|
permissions:
|
||||||
essentials.*:
|
essentials.*:
|
||||||
default: op
|
default: op
|
||||||
description: Give players with op everything by default
|
description: Give players with op everything by default
|
||||||
|
Loading…
Reference in New Issue
Block a user