Reformatted code with new code style
This commit is contained in:
@@ -87,6 +87,7 @@ public class OtherAccounts extends CustomConfiguration {
|
||||
* Method getAllPlayersByUUID.
|
||||
*
|
||||
* @param uuid UUID
|
||||
*
|
||||
* @return List<String>
|
||||
*/
|
||||
public List<String> getAllPlayersByUUID(UUID uuid) {
|
||||
|
||||
@@ -338,6 +338,7 @@ public final class Settings extends YamlConfiguration {
|
||||
*
|
||||
* @param name String
|
||||
* @param ip String
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public static boolean getRestrictedIp(String name, String ip) {
|
||||
@@ -377,6 +378,7 @@ public final class Settings extends YamlConfiguration {
|
||||
* Method checkLang.
|
||||
*
|
||||
* @param lang String
|
||||
*
|
||||
* @return String
|
||||
*/
|
||||
public static String checkLang(String lang) {
|
||||
@@ -442,6 +444,7 @@ public final class Settings extends YamlConfiguration {
|
||||
* Method isEmailCorrect.
|
||||
*
|
||||
* @param email String
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public static boolean isEmailCorrect(String email) {
|
||||
|
||||
@@ -58,6 +58,7 @@ public class Spawn extends CustomConfiguration {
|
||||
* Method setSpawn.
|
||||
*
|
||||
* @param location Location
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public boolean setSpawn(Location location) {
|
||||
@@ -79,6 +80,7 @@ public class Spawn extends CustomConfiguration {
|
||||
* Method setFirstSpawn.
|
||||
*
|
||||
* @param location Location
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public boolean setFirstSpawn(Location location) {
|
||||
|
||||
Reference in New Issue
Block a user