Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
d4a7556b73
Commit
a30d5c2fb0
@ -35,7 +35,7 @@ public class NightVisionCommand extends SWCommand {
|
|||||||
super("nightvision", "nv", "light");
|
super("nightvision", "nv", "light");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Register(description = "VISION_COMMAND_HELP")
|
@Register(description = "NIGHT_VISION_HELP")
|
||||||
public void genericCommand(Player p) {
|
public void genericCommand(Player p) {
|
||||||
if (p.hasPotionEffect(PotionEffectType.NIGHT_VISION)) {
|
if (p.hasPotionEffect(PotionEffectType.NIGHT_VISION)) {
|
||||||
p.removePotionEffect(PotionEffectType.NIGHT_VISION);
|
p.removePotionEffect(PotionEffectType.NIGHT_VISION);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren