mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Merge pull request #512 from CocoTheOwner/whatArguse
Copy pasta eaten and processed :]
This commit is contained in:
commit
535f1b5988
@ -69,6 +69,6 @@ public class CommandIrisJigsaw extends MortarCommand {
|
||||
|
||||
@Override
|
||||
protected String getArgsUsage() {
|
||||
return "";
|
||||
return "[subcommand]";
|
||||
}
|
||||
}
|
||||
|
@ -42,7 +42,6 @@ public class CommandIrisWhat extends MortarCommand {
|
||||
|
||||
public CommandIrisWhat() {
|
||||
super("what", "w", "?");
|
||||
setDescription("Get timings for this world");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("Wut");
|
||||
setDescription("Figure out what stuff is");
|
||||
@ -62,6 +61,6 @@ public class CommandIrisWhat extends MortarCommand {
|
||||
|
||||
@Override
|
||||
protected String getArgsUsage() {
|
||||
return "";
|
||||
return "[subcommand]";
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,6 @@ import org.bukkit.entity.Player;
|
||||
public class CommandIrisWhatBiome extends MortarCommand {
|
||||
public CommandIrisWhatBiome() {
|
||||
super("biome", "bi", "b");
|
||||
setDescription("Get the biome data you are in.");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("Wut");
|
||||
setDescription("What biome am I in");
|
||||
|
@ -31,10 +31,9 @@ import org.bukkit.entity.Player;
|
||||
public class CommandIrisWhatBlock extends MortarCommand {
|
||||
public CommandIrisWhatBlock() {
|
||||
super("block", "l", "bl");
|
||||
setDescription("Get the block data for looking.");
|
||||
setDescription("Get the block data of the block you're looking at.");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("Wut");
|
||||
setDescription("WAILA, WAWLA etc");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -37,7 +37,6 @@ public class CommandIrisWhatFeatures extends MortarCommand {
|
||||
setDescription("Get the noise feature data in chunk.");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("Wut");
|
||||
setDescription("WAILA, WAWLA etc");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -30,10 +30,9 @@ import org.bukkit.entity.Player;
|
||||
public class CommandIrisWhatHand extends MortarCommand {
|
||||
public CommandIrisWhatHand() {
|
||||
super("hand", "h");
|
||||
setDescription("Get the block data for holding.");
|
||||
setDescription("Get the block data for the block you're holding.");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("Wut");
|
||||
setDescription("What block am I holding");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -51,7 +51,7 @@ import java.util.Objects;
|
||||
public class CommandIrisWhatObjects extends MortarCommand {
|
||||
public CommandIrisWhatObjects() {
|
||||
super("objects", "o", "obj", "capture", "capt");
|
||||
setDescription("Capture nearby information to help with reporting problems");
|
||||
setDescription("Capture nearby information to help with reporting problems. Can specify the number of threads like /ir w o 4");
|
||||
requiresPermission(Iris.perm.studio);
|
||||
setCategory("World");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user