Being Rebranded

Status
This thread has been locked.

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
Hello, mc-market today im going to be selling my hub which is a replica of hcgames

Features:
- Hub Scoreboord
upload_2016-11-5_12-15-34.png

- Enderpearl teleporter
- vanish and unvanish players

Todo:
Add configuration
add More features
- Working on a ranked armor system
Pricing:
Repulse.jar - $5
Repulse.rar - $10
Proof of ownership / code snippet:
Code:
    //Player ores
       

    public ItemBuilder addLore(String lore) {
        ItemMeta meta = item.getItemMeta();
        List<String> lores = meta.getLore();

        if (lores == null) {
            lores = new ArrayList<>();
        }

        lores.add(ChatColor.translateAlternateColorCodes('&', lore));
        meta.setLore(lores);
        item.setItemMeta(meta);
        return this;
    }

    public ItemBuilder durability(int durability) {
        item.setDurability((short) durability);
        return this;
    }
 

Attachments

  • upload_2016-11-5_12-15-34.png
    upload_2016-11-5_12-15-34.png
    1.6 MB · Views: 369
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Young_Explicit

Owner & Lead Developer @ Minerize and MCTeams
Premium
Feedback score
1
Posts
123
Reactions
54
Resources
0
No its just so cheap for a hub plugin and who the fuck are you anyways
Don't matter who I am, you're selling a plugin, expect to take criticism about that plugin, especially if it's shit.
 

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
Don't matter who I am, you're selling a plugin, expect to take criticism about that plugin, especially if it's shit.
You have never been on a server with my plugin on it
 
Banned forever. Reason: Ban Evading (Obey, Snapchat)

Young_Explicit

Owner & Lead Developer @ Minerize and MCTeams
Premium
Feedback score
1
Posts
123
Reactions
54
Resources
0
You have never been on a server with my plugin on it
Exaclty, so how about since you don't want to give vouches out, you put up a test server. Otherwise I stick with my earlier statements.
 

NonameSLdev

Feedback score
0
Posts
108
Reactions
43
Resources
0
I'd suggest putting a screenshot of your IDE with the project open with some code. Doesn't have to be important code. Having a snippet with code from an item builder shows nothing.
 

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
I'd suggest putting a screenshot of your IDE with the project open with some code. Doesn't have to be important code. Having a snippet with code from an item builder shows nothing.
Okay thank you


upload_2016-11-6_20-57-23.png
 

Attachments

  • upload_2016-11-6_20-57-23.png
    upload_2016-11-6_20-57-23.png
    205.9 KB · Views: 95
Banned forever. Reason: Ban Evading (Obey, Snapchat)

NonameSLdev

Feedback score
0
Posts
108
Reactions
43
Resources
0
Oh my. That code made me cringe. Wouldn't buy that plugin if I was anyone who cares about the quality of his plugins.
Not only it doesn't do what it's suppose to, you never mentioned it only support PEx.
 

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
Oh my. That code made me cringe. Wouldn't buy that plugin if I was anyone who cares about the quality of his plugins.
Not only it doesn't do what it's suppose to, you never mentioned it only support PEx.
i can make it support other systems easy
 
Banned forever. Reason: Ban Evading (Obey, Snapchat)

NonameSLdev

Feedback score
0
Posts
108
Reactions
43
Resources
0
i can make it support other systems easy
That's besides point. The code is written extremely badly which probably shows your coding skills. If it is a "rough batch" or "you wrote this code a long time ago" then that's stupid, why would you upload a picture of your old code that indicates unprofessionality?
 

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
That's besides point. The code is written extremely badly which probably shows your coding skills. If it is a "rough batch" or "you wrote this code a long time ago" then that's stupid, why would you upload a picture of your old code that indicates unprofessionality?
May you give me some constructive criticism on what's bad ?
 
Banned forever. Reason: Ban Evading (Obey, Snapchat)

NonameSLdev

Feedback score
0
Posts
108
Reactions
43
Resources
0
May you give me some constructive criticism on what's bad ?
Fine. You're right, I shouldn't be this negative and a hater. But still, I myself wouldn't want to buy a plugin that has code that shows little java knowledge and that has mistakes.
A. Why does that class implement Listener for no reason?
B. Why do you have a class for one method?
C. You're checking if the group is A, B, C, D, E, F, G, H, and I at the same time. I don't think that's what you intended to do. You probably didn't test this piece of code because it shouldn't work, which can indicate you didn't test the plugin thoroughly enough.
D. So many brackets... Why?

Also a little question, why are you using 2 different ItemBuilders? And is ItemBuilder.java my ItemBuilder? :3 (if it is it's ok I just want to know lol)
 

Dyvour

Banned
Feedback score
0
Posts
164
Reactions
23
Resources
0
Fine. You're right, I shouldn't be this negative and a hater. But still, I myself wouldn't want to buy a plugin that has code that shows little java knowledge and that has mistakes.
A. Why does that class implement Listener for no reason?
B. Why do you have a class for one method?
C. You're checking if the group is A, B, C, D, E, F, G, H, and I at the same time. I don't think that's what you intended to do. You probably didn't test this piece of code because it shouldn't work, which can indicate you didn't test the plugin thoroughly enough.
D. So many brackets... Why?

Also a little question, why are you using 2 different ItemBuilders? And is ItemBuilder.java my ItemBuilder? :3 (if it is it's ok I just want to know lol)
Thank you[DOUBLEPOST=1478536125][/DOUBLEPOST]
Thank you
Yeah i understand what i did wrong its not meant to implements Listener and ill work on doing it a better way
 
Banned forever. Reason: Ban Evading (Obey, Snapchat)
Status
This thread has been locked.
Top