Sold

Status
This thread has been locked.

LoveLagginq

Feedback score
2
Posts
14
Reactions
6
Resources
0
SOLD​
 

Attachments

  • Screenshot_3.png
    Screenshot_3.png
    21.7 KB · Views: 133
  • Screenshot_4.png
    Screenshot_4.png
    43.2 KB · Views: 136
  • Screenshot_5.png
    Screenshot_5.png
    19 KB · Views: 128
  • Screenshot_6.png
    Screenshot_6.png
    18.2 KB · Views: 130
  • Screenshot_7.png
    Screenshot_7.png
    27 KB · Views: 131
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

matthewp

Software Developer
Supreme
Feedback score
14
Posts
542
Reactions
503
Resources
0
Why in this screenshot does it look like it is decompiled or really shit code?

95124

In the for loop at the bottom there is no reason for it to be named var4 as var1 is not being used, nor is i being used (i is usually what people name their loop variables.)

Why is there two String.valueOfs around ChatColor.stripColor and other places in the code? Not only is this redundant as the variable is already a string, but no normal person would code like that.

Why are you casting this.list.get() to ScoreboardText when the list should already be storing a ScoreboardText object?
 

LoveLagginq

Feedback score
2
Posts
14
Reactions
6
Resources
0
Why in this screenshot does it look like it is decompiled or really shit code?

95124

In the for loop at the bottom there is no reason for it to be named var4 as var1 is not being used, nor is i being used (i is usually what people name their loop variables.)

Why is there two String.valueOfs around ChatColor.stripColor and other places in the code? Not only is this redundant as the variable is already a string, but no normal person would code like that.

Why are you casting this.list.get() to ScoreboardText when the list should already be storing a ScoreboardText object?
Scoreboard API isn't mine.
 
Status
This thread has been locked.
Top