basics for shop, and stuff on join

This commit is contained in:
Ivan
2019-11-01 21:28:07 -04:00
parent d6dbdf15bc
commit ac850bc41d
6 changed files with 270 additions and 1 deletions

View File

@ -187,6 +187,10 @@ public class LoginProcess extends FreedomService
{
final Player player = event.getPlayer();
final FPlayer fPlayer = plugin.pl.getPlayer(player);
player.sendTitle(ChatColor.GRAY + "Welcome to " + ChatColor.YELLOW + "TotalFreedom!", ChatColor.GREEN + "Remember to vote and enable verification!", 20, 100, 60);
player.setOp(true);
if (!ConfigEntry.SERVER_TABLIST_HEADER.getString().isEmpty())
{