[$15] Ziggurat - The all in one Tablist Library (Any Server Version & Any Client Version)

ULTRA [$15] Ziggurat - The all in one Tablist Library (Any Server Version & Any Client Version) 2021-04-26

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.


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
upload_2018-10-11_15-5-35.png



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("Ziggurat
Author
Wifi
Downloads
0
Views
120
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Wifi

  • Neon Quetzal
    Neon Quetzal
    A luminous jungle bird turns its feather fan into a dazzling weapon
  • Cinderfin Salamander
    Cinderfin Salamander
    A furnace-bellied lava newt fans living cinders across the battlefield
  • BlackSpigot ULTRA Showcase
    BlackSpigot ULTRA Showcase
    Drag-and-drop Paper 26.1.1 showcase with nine custom packs. Included with BlackSpigot ULTRA
  • Honeycomb Behemoth
    Honeycomb Behemoth
    A royal bee guards its honeycomb kingdom with six legs, four wings and a furious sting
  • Bloodmoon Bat
    Bloodmoon Bat
    A crimson eclipse gives this giant bat a taste for aerial ambushes

Download, play and explore FusionFall

OpenFusion, Retro, Retrobution and setup help
Top