Makes the max portal name and network character limit more easily changeable

This commit is contained in:
2021-11-13 19:28:17 +01:00
parent 51f5420f9e
commit 29c1a00fcd
3 changed files with 22 additions and 7 deletions

View File

@ -139,6 +139,15 @@ public class Stargate extends JavaPlugin {
return logger;
}
/**
* Gets the max length of portal names and networks
*
* @return <p>The max portal name/network length</p>
*/
public static int getMaxNameNetworkLength() {
return 13;
}
/**
* Sends a debug message
*