[Free] VersionHandler | ProtocolVersion [Update 1.1]

Status
This thread has been locked.

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
Hello!

Recently I've received the idea from MansNotHot, to make a simple plugin that checks player's version.

Permission: "protocol.check"
Commands:
  • /protocol check Wayfare
    849600f8b3068bf90564e3f2f15ad340.gif

  • /protocol list
    8ba573e09791b085cb6d24e3f239cb12.gif

  • /protocol list [protocol number]
    26c846f8425112dddcaacd17ceae41de.gif

 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
Example:
a686400a514d102928103f69ae3805e2.gif


Futurize as OP requested that version. Feel free to recompile but give credits.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
I posted something, but you replied above (the 1.7 thing) np
Oh well I could make 1.8 compatible too but if anybody requests
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

kampai

Feedback score
8
Posts
361
Reactions
187
Resources
0
You couldve just used reflection which would take two seconds and make it compatible for a lot more versions.
 

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
You couldve just used reflection which would take two seconds and make it compatible for a lot more versions.
True but this was done pretty quick so yeah.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
why the instance in the main class lol, it's not even static, what purpose does it serve? You do know there's a "this" keyword in java right?

kampai it was a private plugin. anyone that uses reflection in a private plugin should kaputt their development career.
 
Last edited:

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
why the instance in the main class lol, it's not even static, what purpose does it serve? You do know there's a "this" keyword in java right?
Did you even read what I said in comments?
You keep on going acting smart **again**
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
Did you even read what I said in comments?
You keep on going acting smart **again**
what the fuck are you on about? The fact that you made this quickly doesn't excuse this, what the hell did you write in the comments about declaring an instance in the main class which is redundant and does nothing?(I'd excuse it if it was static, even though that's pretty bad aswell, but atleast that lmao)
 

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
what the fuck are you on about? The fact that you made this quickly doesn't excuse this, what the hell did you write in the comments about declaring an instance in the main class which is redundant and does nothing?
You blind or?


"(This is completely unnecessary but I will keep it)"

  • In case your brain is I assume working a bit slowly, this means that instance is completely unnecessary as it's never called nor used.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
You blind or?


"(This is completely unnecessary but I will keep it)"

  • In case your brain is I assume working a bit slowly, this means that instance is completely unnecessary as it's never called nor used.
_that doesn't excuse why you'd keep it you idiot_

wait you retard you're talking about the onDisable, I'm asking you why you declared the fucking instance without adding a static modifier and just added it for NO fucking reason, there's a this keyword.


talking about this:

Code:
    public VersionPlugin instance;
 
Last edited:

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
_that doesn't excuse why you'd keep it you idiot_

wait you retard you're talking about the onDisable, I'm asking you why you declared the fucking instance without adding a static modifier and just added it for NO fucking reason, there's a this keyword.
You are damn blind. I am giving up on you, poor people around you..

Redis, I know I literally said that instance is never used I just kept it there.
Fuck sake people arguing for two lines of code. No shit development and overall community is braindead.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
You are damn blind. I am giving up on you, poor people around you..

Redis, I know I literally said that instance is never used I just kept it there.
Fuck sake people arguing for two lines of code. No shit development and overall community is braindead.
Disabling plugin. (This is completely unnecessary but I will keep it).

You only talked about nullifying the value, never about the fact that it's useless. I'd like to see more of your open-source work, you're dumb.
You're creating a new object for no fucking reason, you're just using space.
 
Status
This thread has been locked.
Top