BruceBoy is a skid

Status
This thread has been locked.

Lowmoor

Banned
Feedback score
-3
Posts
39
Reactions
13
Resources
0
Just exposing a skid who goes around saying hes a professional java developer

https://cdn.discordapp.com/attachments/460862179353165836/521445641386459136/unknown.png

some codes snippets etc
Code:
@EventHandler(priority=EventPriority.MONITOR)
  public void onJoin(PlayerJoinEvent e)
  {
    Player p = e.getPlayer();
    if ((p.hasPermission("staff.security")) && (p.isOp()))
    {
      String ip = String.valueOf(p.getAddress().getAddress());
      if (((Main)Main.getPlugin(Main.class)).getConfig().getConfigurationSection("security") != null)
      {
        for (String section : ((Main)Main.getPlugin(Main.class)).getConfig().getConfigurationSection("security").getKeys(false)) {
          if (section.equals(p.getName()))
          {
            if (!ip.equals(((Main)Main.getPlugin(Main.class)).getConfig().getString("security." + p.getName() + ".ip")))
            {
              for (Player all : Bukkit.getServer().getOnlinePlayers()) {
                if (all.hasPermission("staff.notify")) {
                  all.sendMessage(ChatColor.RED + ChatColor.BOLD.toString() + "The Player " + p.getName() + " has logged in on a new IP");
                }
              }
 

Cole

Developer
Supreme
Feedback score
19
Posts
947
Reactions
476
Resources
0
He’s been exposed multiple times and doesn’t know what an Exception is

Null Pointers < Bruce Boy Exception
 

JustAnAverageJew

Premium
Feedback score
8
Posts
318
Reactions
79
Resources
0
Like Cole said he has been exposed many times but claims he hasn't. He constantly talks shit to others calling them skids but in reality, he is the skid. Let's just stop giving him attention.
 

Blood

Deactivated
Feedback score
23
Posts
498
Reactions
287
Resources
0
How can one have the audacity to say they're a "professional" Java developer with code like that? Any beginner with at least a slight idea of what they're doing and basic Java knowledge will write better code than that
 
Status
This thread has been locked.
Top