OpenSource | Prefix Plugin - Adding MongoDB Support Today

Status
This thread has been locked.

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
383
Reactions
223
Resources
1
Okay, so I have recently decided to make an opensource prefix plugin to prove how easy it is to make a flatfile prefix plugin.
It would be easy to transfer the project to a database, I have added some methods where you can add your database shit.


6q3jFYj
6369db190f86f7e79e202440b94ea379
KSvsICB

Link: https://github.com/NotNV6/Prefix-Plugin/tree/master

Don't be afraid to give criticism on my code, goodluck.

- You can't claim this project as your own.
- You can't use this in any public plugin without my permissions.
- You can't sell this without my permissions.

NOTE
You must agree with the TOS on my github repository before using this.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Cole

Developer
Supreme
Feedback score
19
Posts
944
Reactions
477
Resources
0
Vouch, amazing developer and amazing plugin.
 

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
383
Reactions
223
Resources
1

Ambrosia

Premium
Feedback score
22
Posts
2,340
Reactions
1,384
Resources
0
Also, you didn't take into account having more than 54 prefixes on a GUI, which means you'd need to add some sort of page function which is fairly simple.

https://www.spigotmc.org/threads/gui-with-multiple-pages.322487/
https://www.spigotmc.org/threads/multipage-gui.210838/
https://www.spigotmc.org/threads/pages-in-a-gui.178164/

etc...[DOUBLEPOST=1544029878][/DOUBLEPOST]
Looking through the code, not to sound rude or hateful, but this is a complete sh*t and not even close to be amazing (by the code).
At least he's open sourcing it and asking for feedback. Show us some of your open source projects, we'll be glad to look.
 
Last edited:

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
383
Reactions
223
Resources
1
Looking through the code, not to sound rude or hateful, but this is a complete sh*t and not even close to be amazing (by the code).
This was meant to prove that coding a thing like this is "easy", I also mentioned in the github post that I do not recommend using it without looking at the code, (meaning anyone with a some experience could find things to fix).

I do agree that it isn't the best code; but it does what it's supposed to do.
 

NV6

the opensource person(?)
Premium
Feedback score
8
Posts
383
Reactions
223
Resources
1
Also, you didn't take into account having more than 54 prefixes on a GUI, which means you'd need to add some sort of page function which is fairly simple.

https://www.spigotmc.org/threads/gui-with-multiple-pages.322487/
https://www.spigotmc.org/threads/multipage-gui.210838/
https://www.spigotmc.org/threads/pages-in-a-gui.178164/

etc...[DOUBLEPOST=1544029878][/DOUBLEPOST]
At least he's open sourcing it and asking for feedback. Show us some of your open source projects, we'll be glad to look.
I will be fixing this in a bit, give me a minute or 2.
 

Ambrosia

Premium
Feedback score
22
Posts
2,340
Reactions
1,384
Resources
0
lmfao mad kid?

Literally everything is bad in that project.

You got any other excuse besides the iHCF project I am selling and is #1 TOP resource on mc-market and have made more income than both of your parent's salary?
#1 TOP RESOURCE!!!! Cool, no one cares. Tell me about "everything in this project is bad".

PTech
 

nonpenguin

TwoIslands
Premium
Feedback score
5
Posts
74
Reactions
56
Resources
0
lmfao mad kid?

Literally everything is bad in that project.

You got any other excuse besides the iHCF project I am selling and is #1 TOP resource on mc-market and have made more income than both of your parent's salary?
Why can't you just give constructive feedback on him? No one said he's a more superior coder than you, he says he's a beginner and he wants feedback. No need to bite on others, nor is there a need to show off your work.
 
Last edited:

Ambrosia

Premium
Feedback score
22
Posts
2,340
Reactions
1,384
Resources
0
lmfao mad kid?

Literally everything is bad in that project.

You got any other excuse besides the iHCF project I am selling and is #1 TOP resource on mc-market and have made more income than both of your parent's salary?
And if you're going to brag about money on an MC site, you're pathetic and are a child.
 

Ambrosia

Premium
Feedback score
22
Posts
2,340
Reactions
1,384
Resources
0
You see how your toxic little kid you are?

But if you really wanna start sure no problem.

1. https://github.com/NotNV6/Prefix-Plugin/blob/master/src/club/curahq/prefix/util/PrefixAPI.java#L23, == false? You serious?
2. Heard of java design patterns? Mind follow that too instead of passing instance object on each call.
3. https://github.com/NotNV6/Prefix-Plugin/blob/master/src/club/curahq/prefix/Prefix.java#L12, ChatColor#translateAlternateColorCodes
4. https://github.com/NotNV6/Prefix-Pl...ub/curahq/prefix/prefixes/PrefixMenu.java#L22, so much static abuse everywhere.
5. https://github.com/NotNV6/Prefix-Pl...curahq/prefix/commands/PrefixCommand.java#L18, already checking if sender is not a player, so no need to go on with else statements, it's only a Console and Player possibility of sender.[DOUBLEPOST=1544030990][/DOUBLEPOST]
I've just corrected as people claimed it to be an "awesome plugin".
Finally, thanks for being helpful and hopefully the author will fix some of his mistakes. Now, let's not trash this thread anymore. And I'm not toxic, but if you view me that way, you do you ;)
 
Status
This thread has been locked.
Top