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.

Scar

Supreme
Feedback score
4
Posts
724
Reactions
384
Resources
0
This user is 1953, known for skidding shit. (He's skidding some of my code before.)
 
Status
This thread has been locked.
Top