Leaked by Xylo#6969
Introduction
Hi guys! Here is my 1.7.x to 1.14.x Tablist Library. It is highly performant and extremely easy to implement with the only requirement being ProtocolLib.
Features
Pricing
$5USD for just the jar with updates,
$10USD for source with updates,
and only $5USD extra for resell rights.
Servers Currently Using (PM me for a server to be added)
API
Will post when I have written up the final documentation
Screenshots
Proof of Ownership
Code:
package io.github.thatkawaiisam.ziggurat;
import io.github.thatkawaiisam.utils.serverversion.ServerVersionHandler;
import io.github.thatkawaiisam.ziggurat.utils.IZigguratHelper;
import io.github.thatkawaiisam.ziggurat.utils.impl.ProtocolLibTabImpl;
import io.github.thatkawaiisam.ziggurat.utils.impl.v1_7TabImpl;
import lombok.Getter;
import lombok.Setter;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
@Getter
public class Ziggurat {
//Instance
@Getter private static Ziggurat instance;
private JavaPlugin plugin;
private ZigguratAdapter adapter;
private Map<UUID, ZigguratTablist> tablists;
private ZigguratThread thread;
private IZigguratHelper implementation;
//Tablist Ticks
@Setter private long ticks = 20;
public Ziggurat(JavaPlugin plugin, ZigguratAdapter adapter) {
if (instance != null) {
throw new RuntimeException(
Introduction
Hi guys! Here is my 1.7.x to 1.14.x Tablist Library. It is highly performant and extremely easy to implement with the only requirement being ProtocolLib.
Features
- Easy to use - The API is simple an intuitive to use for developers of all skill levels.
- Compatible with all versions - This is the most ground breaking thing about the library, you can use any server version from 1.7.10 all the way up 1.14 as well as any client version from 1.7.10 to 1.14.x and the Tablist will function as intended which has not been seen on the market before. This will break new grounds in HCF core version compatibility, Hub core version compatibility, etc.
- Constantly Updated - The resource will be actively updated with suggestions from the community.
- Highly configurable - Within each Tablist entry you can adjust the ping, texture and text to suite your own unique aesthetic.
Pricing
$5USD for just the jar with updates,
$10USD for source with updates,
and only $5USD extra for resell rights.
Servers Currently Using (PM me for a server to be added)
- lyberial.com
- minebo.net
API
Will post when I have written up the final documentation
Screenshots
Proof of Ownership
Code:
package io.github.thatkawaiisam.ziggurat;
import io.github.thatkawaiisam.utils.serverversion.ServerVersionHandler;
import io.github.thatkawaiisam.ziggurat.utils.IZigguratHelper;
import io.github.thatkawaiisam.ziggurat.utils.impl.ProtocolLibTabImpl;
import io.github.thatkawaiisam.ziggurat.utils.impl.v1_7TabImpl;
import lombok.Getter;
import lombok.Setter;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.ConcurrentHashMap;
@Getter
public class Ziggurat {
//Instance
@Getter private static Ziggurat instance;
private JavaPlugin plugin;
private ZigguratAdapter adapter;
private Map<UUID, ZigguratTablist> tablists;
private ZigguratThread thread;
private IZigguratHelper implementation;
//Tablist Ticks
@Setter private long ticks = 20;
public Ziggurat(JavaPlugin plugin, ZigguratAdapter adapter) {
if (instance != null) {
throw new RuntimeException(