Changed full server message

This commit is contained in:
Jonathan Williams 2014-03-29 18:45:44 -04:00
parent b7857ef20c
commit d227a6bd06
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ public class CoreClientManager implements Listener
return;
}
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, "Server Full > Donate for Ultra");
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, "Server Full > Purchase Ultra at www.mineplex.com/shop");
}
}

View File

@ -465,7 +465,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
return;
}
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, "Server Full > Donate for Ultra");
event.disallow(PlayerLoginEvent.Result.KICK_OTHER, "Server Full > Purchase Ultra at www.mineplex.com/shop");
}
}