mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Correct world types given to player
This commit is contained in:
parent
fd4a9a16de
commit
e06429f3b0
@ -135,10 +135,10 @@ public class Setup extends SubCommand {
|
|||||||
}
|
}
|
||||||
object.setupGenerator = args[0];
|
object.setupGenerator = args[0];
|
||||||
object.current++;
|
object.current++;
|
||||||
String partial = "\n&8 - &7PARTIAL&8 - &7Vanilla with clusters of plots";
|
MainUtil.sendMessage(player, "&6What world type do you want?"
|
||||||
MainUtil.sendMessage(player,
|
+ "\n&8 - &2normal&8 - &7Standard plot generation"
|
||||||
"&6What world type do you want?\n&8 - &2DEFAULT&8 - &7Standard plot generation"
|
+ "\n&8 - &7augmented&8 - &7Plot generation with terrain"
|
||||||
+ "\n&8 - &7AUGMENTED&8 - &7Plot generation with terrain" + partial);
|
+ "\n&8 - &7partial&8 - &7Vanilla with clusters of plots");
|
||||||
break;
|
break;
|
||||||
case 1: // choose world type
|
case 1: // choose world type
|
||||||
List<String> allTypes = Arrays.asList("normal", "augmented", "partial");
|
List<String> allTypes = Arrays.asList("normal", "augmented", "partial");
|
||||||
|
Loading…
Reference in New Issue
Block a user