hotfixes
Signed-off-by: yaruma3341 <yaruma3341@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
6218235875
Commit
6941ebd7e1
@ -59,6 +59,8 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
sendHelp(player);
|
sendHelp(player);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sendHelp(player);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
@ -113,6 +115,7 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
ex.printStackTrace();
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(args[0].equalsIgnoreCase("delete")) {
|
if(args[0].equalsIgnoreCase("delete")) {
|
||||||
@ -234,6 +237,7 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (IOException ex) { ex.printStackTrace(); } catch (EmptyClipboardException ex) { ex.printStackTrace(); }
|
} catch (IOException ex) { ex.printStackTrace(); } catch (EmptyClipboardException ex) { ex.printStackTrace(); }
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(args[0].equalsIgnoreCase("getschemchangetype")) {
|
if(args[0].equalsIgnoreCase("getschemchangetype")) {
|
||||||
@ -268,6 +272,7 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
player.spigot().sendMessage(miniwargear);
|
player.spigot().sendMessage(miniwargear);
|
||||||
player.spigot().sendMessage(airship);
|
player.spigot().sendMessage(airship);
|
||||||
player.spigot().sendMessage(warship);
|
player.spigot().sendMessage(warship);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(args[0].equalsIgnoreCase("getmoreinfo")) {
|
if(args[0].equalsIgnoreCase("getmoreinfo")) {
|
||||||
@ -292,7 +297,10 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
player.sendMessage("§bGrund: " + checkedSchematic.getDeclineReason());
|
player.sendMessage("§bGrund: " + checkedSchematic.getDeclineReason());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sendHelp(player);
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
@ -569,6 +577,8 @@ public class SchematicCommand implements CommandExecutor {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sendHelp(player);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren