diff --git a/rpgregions/src/main/java/net/islandearth/rpgregions/commands/RPGRegionsCommand.java b/rpgregions/src/main/java/net/islandearth/rpgregions/commands/RPGRegionsCommand.java index 5e777aa..503081a 100644 --- a/rpgregions/src/main/java/net/islandearth/rpgregions/commands/RPGRegionsCommand.java +++ b/rpgregions/src/main/java/net/islandearth/rpgregions/commands/RPGRegionsCommand.java @@ -331,7 +331,7 @@ public class RPGRegionsCommand { @CommandMethod("rpgregions|rpgr setschematic ") public void onAddSchematic(Player player, @Argument("region") ConfiguredRegion region, - @Argument("schematicName") String schematicName) { + @Argument("schematicName") @Greedy String schematicName) { IntegrationType integrationType = IntegrationType.valueOf(plugin.getConfig().getString("settings.integration.name").toUpperCase()); if (integrationType != IntegrationType.WORLDGUARD) { player.sendMessage(ChatColor.RED + "Regeneration only supports WorldGuard integrations.");