mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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.current++;
|
||||
String partial = "\n&8 - &7PARTIAL&8 - &7Vanilla with clusters of plots";
|
||||
MainUtil.sendMessage(player,
|
||||
"&6What world type do you want?\n&8 - &2DEFAULT&8 - &7Standard plot generation"
|
||||
+ "\n&8 - &7AUGMENTED&8 - &7Plot generation with terrain" + partial);
|
||||
MainUtil.sendMessage(player, "&6What world type do you want?"
|
||||
+ "\n&8 - &2normal&8 - &7Standard plot generation"
|
||||
+ "\n&8 - &7augmented&8 - &7Plot generation with terrain"
|
||||
+ "\n&8 - &7partial&8 - &7Vanilla with clusters of plots");
|
||||
break;
|
||||
case 1: // choose world type
|
||||
List<String> allTypes = Arrays.asList("normal", "augmented", "partial");
|
||||
|
Loading…
Reference in New Issue
Block a user