Replace dead links

This commit is contained in:
N0tMyFaultOG 2021-01-20 13:56:19 +01:00
parent acc8a79e8e
commit 1c4339ce1c
No known key found for this signature in database
GPG Key ID: 823348042DA95A81
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public class UtilityCommands {
@Command( @Command(
name = "/heightmapinterface", name = "/heightmapinterface",
aliases = { "/hmi", "hmi" }, aliases = { "/hmi", "hmi" },
desc = "Generate the heightmap interface: https://github.com/boy0001/HeightMap" desc = "Generate the heightmap interface: https://github.com/IntellectualSites/HeightMap"
) )
@CommandPermissions("fawe.admin") @CommandPermissions("fawe.admin")
public void heightmapInterface(Player player, @Arg(name = "min", desc = "int", def = "100") int min, @Arg(name = "max", desc = "int", def = "200") int max) throws IOException { public void heightmapInterface(Player player, @Arg(name = "min", desc = "int", def = "100") int min, @Arg(name = "max", desc = "int", def = "200") int max) throws IOException {

View File

@ -471,7 +471,7 @@ public final class PlatformCommandManager {
registerSubCommands( registerSubCommands(
"/anvil", "/anvil",
ImmutableList.of(), ImmutableList.of(),
"Manipulate billions of blocks https://github.com/boy0001/FastAsyncWorldedit/wiki/Anvil-API", "Manipulate billions of blocks",
AnvilCommandsRegistration.builder(), AnvilCommandsRegistration.builder(),
new AnvilCommands(worldEdit) new AnvilCommands(worldEdit)
); );