mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
Change order of IP and UUID in 'license not found' message to match GUI
The marketplace first asks for the UUID - I changed the order in the message to match that order.
This commit is contained in:
parent
e33848adc5
commit
824f674dcd
@ -107,8 +107,8 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
||||
ChatColor.YELLOW + "License setup steps:\n" +
|
||||
ChatColor.YELLOW + "Visit the link mentioned above and click the 'Create License' button.\n" +
|
||||
ChatColor.YELLOW + "Copy the following IP address and UUID and click create.\n" +
|
||||
ChatColor.YELLOW + "IP: " + externalIP + "\n" +
|
||||
ChatColor.YELLOW + "UUID: " + serverUuid + "\n" +
|
||||
ChatColor.YELLOW + "IP: " + externalIP + "\n" +
|
||||
ChatColor.RED + "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~";
|
||||
this.console.sendMessage(message);
|
||||
}).start();
|
||||
|
Loading…
Reference in New Issue
Block a user