mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-17 04:51:31 +01:00
Config command show properties and values that were updated.
This commit is contained in:
parent
31494e2876
commit
17d5313981
@ -76,8 +76,8 @@ public class ConfigCommand extends MultiverseCommand {
|
||||
this.plugin.getMVWorldManager().setFirstSpawnWorld(value);
|
||||
}
|
||||
|
||||
//TODO ACF: Show properties and values that where updated.
|
||||
sender.sendMessage(ChatColor.GREEN + "SUCCESS!" + ChatColor.WHITE + " Values were updated successfully!");
|
||||
sender.sendMessage(ChatColor.GREEN + "Success! " + ChatColor.WHITE + "Config option " + ChatColor.AQUA
|
||||
+ property + ChatColor.WHITE + " is now set to " + ChatColor.GREEN + value + ChatColor.WHITE + ".");
|
||||
this.plugin.loadConfigs();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user