Selling SoulPoint like wynncraft

Status
This thread has been locked.

SoldatulBanana

Suspected Scammer
Banned
Feedback score
0
Posts
22
Reactions
9
Resources
0
Soulpoint like on wynncraft.
I don't need it anymore, i'll sell the source and support for compiling.

BID START: 10$
BID INCREMENT: 3$
BUY NOW: 35$

b75e42fefc.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Skionz

ogminecraft.com
Premium
Feedback score
1
Posts
1,544
Reactions
1,527
Resources
0
Well, it's really suspicious how the code is in the format of the Java decompiler. Either you decompiled the plugin and are reselling, or you're just a really bad developer. Either way, you should say what the plugin does because in your code it doesn't look like it does much at all.
Adding onto this, nobody uses the Allman style with Java.
 
Last edited:

SoldatulBanana

Suspected Scammer
Banned
Feedback score
0
Posts
22
Reactions
9
Resources
0
Well, it's really suspicious how the code is in the format of the Java decompiler. Either you decompiled the plugin and are reselling, or you're just a really bad developer. Either way, you should say what the plugin does because in your code it doesn't look like it does much at all.
Decompiled? Seriously? From where?
I made it from 0, and yeah, i like allman ;)
 
Banned forever. Reason: Scamming

Twipply

Feedback score
0
Posts
30
Reactions
20
Resources
0
Im sorry, but this plugin is extremely easy to make. For the most part the code does seem to be solid but within saying this I have a few questions.

Your code appears to be in the format of that in which is easily reflected of that of a decompiling program similar to JD-GUI and the like. Might I ask also why you aren't using a comment system? Of course its not a necessity but would be in a nice way in which to let people know who are looking at said code what each part does.

Comments are easily implemented.​
Code:
// Just simply type something along the lines of this.
// And then you can go to your hearts content.

public void onJoin(PlayerJoinEvent event){ 
    event.getPlayer().setBanned(true); 
}
[/CENTER]
 

PickNChew

Deactivated
Feedback score
0
Posts
166
Reactions
98
Resources
0
Well, it's really suspicious how the code is in the format of the Java decompiler. Either you decompiled the plugin and are reselling, or you're just a really bad developer. Either way, you should say what the plugin does because in your code it doesn't look like it does much at all.
Adding onto this, nobody uses the Allman style with Java.
Actually, I've seen many people format their code like this. I personally believe it looks horrible but I guess it is up to the developer.
 

MrLolEthan

Feedback score
0
Posts
68
Reactions
33
Resources
0
The code seems really bad and your source tree is unorganized. Learn to use Maven/Gradle/Ant?
 

SoldatulBanana

Suspected Scammer
Banned
Feedback score
0
Posts
22
Reactions
9
Resources
0
Im sorry, but this plugin is extremely easy to make. For the most part the code does seem to be solid but within saying this I have a few questions.

Your code appears to be in the format of that in which is easily reflected of that of a decompiling program similar to JD-GUI and the like. Might I ask also why you aren't using a comment system? Of course its not a necessity but would be in a nice way in which to let people know who are looking at said code what each part does.

Comments are easily implemented.​
Code:
// Just simply type something along the lines of this.
// And then you can go to your hearts content.

public void onJoin(PlayerJoinEvent event){
    event.getPlayer().setBanned(true);
}
[/CENTER]
It's made from 0, nothing decompiled, and yeah I use comments.
2a01f1f221.png
 
Banned forever. Reason: Scamming
Status
This thread has been locked.
Top