Hello, mc-market today im going to be selling my hub which is a replica of hcgames
Features:
- Hub Scoreboord
- 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:
Features:
- Hub Scoreboord
- 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
Last edited:
