[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
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.
I was not talking about nulling but about instance dumbo[DOUBLEPOST=1523301646][/DOUBLEPOST]
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.
Oh no two lines of code that are useless, damn no let just call staff to ban me?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

kampai

Feedback score
8
Posts
361
Reactions
187
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.
If I'm making a private plugin for a said user and I use reflection, I really don't see what the issue is. What if the said server wants to update their server jar or change something in it that may effect it? Saves me the time later, it's called not being lazy and taking the extra step.
 

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
If I'm making a private plugin for a said user and I use reflection, I really don't see what the issue is. What if the said server wants to update their server jar or change something in it that may effect it? Saves me the time later, it's called not being lazy and taking the extra step.
It's slower. If they want to update the plugin, you update it, that's your job.

I was not talking about nulling but about instance dumbo[DOUBLEPOST=1523301646][/DOUBLEPOST]
Oh no two lines of code that are useless, damn no let just call staff to ban me?
YOU PUT IT ABOVE THE ONDISABLE METHOD. YOU DID NOT PUT IT ABOVE THE DECLARED VARIABLE.

Yes, let's ban the bad developers before the market is oversaturated by idiots.
 

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
It's slower. If they want to update the plugin, you update it, that's your job.


YOU PUT IT ABOVE THE ONDISABLE METHOD. YOU DID NOT PUT IT ABOVE THE DECLARED VARIABLE.

Yes, let's ban the bad developers before the market is oversaturated by idiots.
No let's ban em because they put two useless lines of code lmao dont be stupid
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

kampai

Feedback score
8
Posts
361
Reactions
187
Resources
0
It's slower. If they want to update the plugin, you update it, that's your job.


YOU PUT IT ABOVE THE ONDISABLE METHOD. YOU DID NOT PUT IT ABOVE THE DECLARED VARIABLE.

Yes, let's ban the bad developers before the market is oversaturated by idiots.
:unsure: fair point i guess

edit: in all seriousness I really do think most of the developers on the market really need to branch off into different languages like C and C++ to understand how memory management works because some people put list in hashmaps and not understand how the memory in stored creating bad habits.
 
Last edited:

Conflicted

drip or drown
Premium
Feedback score
12
Posts
273
Reactions
142
Resources
0
I understand where PTech is coming from because you never reference 'instance' anywhere except from where you are instantiating it & nulling it, it's completely useless for another reason because you haven't made it static so it can only be accessed in the SAME class, also putting the getter and setter annotations above your class again does nothing because your only variable is 'instance' which is never used. I am not here to shit on your thread I'm just here to share my point of view.
 

Notifyz

x
Banned
Feedback score
128
Posts
2,523
Reactions
2,639
Resources
0
I understand where PTech is coming from because you never reference 'instance' anywhere except from where you are instantiating it & nulling it, it's completely useless for another reason because you haven't made it static so it can only be accessed in the SAME class, also putting the getter and setter annotations above your class again does nothing because your only variable is 'instance' which is never used. I am not here to shit on your thread I'm just here to share my point of view.
Thanks sherlock :lmao:
I said that before that is never locally used I just thought to keep it there maybe someone would implement it or whatsoever.[DOUBLEPOST=1523305802][/DOUBLEPOST]I don't see what has this thread became to.

Literally just because of one 'variable' - two lines of code.
People made war here...
Can you like for real get the heck out and rather watch sun rising and stop trashing thread just because of the two lines.
This mainly goes to PTech, Redis, Conflicted...
 
Last edited:
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 was only trying to help, sorry if I disturbed you.
It's okay when someone gives constructive criticism even though I said I did it with purpose.
But it is not okay to come here starting fucking war regarding two stupid lines of code which wouldn't do shit even if they were or they were not there..
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/notifyz-scam-report.515571/)

Conflicted

drip or drown
Premium
Feedback score
12
Posts
273
Reactions
142
Resources
0
Was debating on replying to this however you have to learn to take criticism, adding it for people to implement it in the future, well quite frankly if people implementing it can't make a get instance method they shouldn't be doing it. anyway, I'm gone now :V
 

Conflicted

drip or drown
Premium
Feedback score
12
Posts
273
Reactions
142
Resources
0

Hassan R.

Hassan#2565
Premium
Feedback score
4
Posts
284
Reactions
77
Resources
0
:unsure: fair point i guess

edit: in all seriousness I really do think most of the developers on the market really need to branch off into different languages like C and C++ to understand how memory management works because some people put list in hashmaps and not understand how the memory in stored creating bad habits.
this is usually what happens when 'minecraft developers' learn how to make a minecraft plugin before actually properly learning java. it's literally so much different logic wise and i am speaking from experience. basically you can't expect 90% of developers on here to know how java really works.
 

Hassan R.

Hassan#2565
Premium
Feedback score
4
Posts
284
Reactions
77
Resources
0
It's okay when someone gives constructive criticism even though I said I did it with purpose.
But it is not okay to come here starting fucking war regarding two stupid lines of code which wouldn't do shit even if they were or they were not there..

it's not a big deal that you did what you did, people are just overexaggerating... you're good my dude just don't create objects when they are unused. jvm is reserving memory for it to be stored and if its never used, it becomes useless memory which can be a problem in large-scale projects.
 
Status
This thread has been locked.
Top