(5$) ↢ zHub ↣ ↺ Quality Hub Core ↻ [1 YEAR ANNIVERSARY] [#1 HUB CORE ON MCM] [MENU UPDATE]

VAULT+ NULLED MC PLUGIN (5$) ↢ zHub ↣ ↺ Quality Hub Core ↻ [1 YEAR ANNIVERSARY] [#1 HUB CORE ON MCM] [MENU UPDATE] 1.0.7 nulled + deobfuscated

Upgrade or register to download
Potentially Outdated? (3+ Months)
Potentially Outdated: This resource hasn't been updated in over 3 months. Since base platforms and games update frequently, older files may experience compatibility issues. Please verify the supported versions and check the discussion tab or official sources first. If the resource no longer works, consider requesting an update from the author.
zHub - The hub plugin you need!

Developed by Cole Edwards (Cole E) and FigT
An official Mizule Development Plugin

Features

  • Anti Block Break
  • Anti Block Place
  • Chat Format
  • Anti Chat
  • Anti Damage
  • Anti Drag
  • Anti Drop
  • Anti Hunger
  • Join Message Toggleable
  • Join Message Sent on join
  • Spawn system
  • Hub Speed
  • Sound sent on join
  • Anti Pickup
  • Anti Quit
  • Anti Trample
  • Anti Weather
  • EnderButt
  • Double Jump
  • Navigator
  • Unlimited Servers in Navigator
  • Non laggy
  • Fully customisable tablist
  • Fully Customisable Nametags
  • EzQueue Support
  • Quartz Support
  • Portal Support
  • Link Support
  • Nucleus Support
  • Zoot Support
  • Vault Support
  • Core Support
  • AquaCore Support
  • Module System
  • PlaceholderAPI Support
  • 1.7-1.14 Support
  • Friendly Developers
  • Frequent Updates
WE RECOMMEND THE QUEUE PLUGIN LINK!

Dependencies

  • PlaceholderAPI
Test Server
  • Join the Mizule Development Discord and create a ticket with your IGN saying you'd like to test out zHub
Pricing
  • JAR - $5.00
  • SRC - Undisclosed fee
Resource - https://www.mc-market.org/resources/8283/

Mizule Development Discord


https://discord.gg/GFZ8CFP

Other things:
Can't be bothered to fully document this so just use common sense
Code:
package dev.alpha.zhub.api;

import dev.alpha.zhub.playerinvisibility.PlayerInvisibilityListener;
import dev.alpha.zhub.queue.Queue;
import dev.alpha.zhub.rank.Rank;
import dev.alpha.zhub.zHub;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;

public class zHubAPI {

    public zHubAPI(JavaPlugin plugin) {
        zHub.log("Recognised the plugin " + plugin.getName() + " (v" + plugin.getDescription().getVersion() + ")  using the zHub Developer's API!");
    }

    public void setRankPlugin(Rank rankPlugin) {
        zHub.getInstance().setRank(rankPlugin);
    }

    public void setQueuePlugin(Queue queuePlugin) {
        zHub.getInstance().setQueue(queuePlugin);
    }

    public boolean hasPlayerInvisibilityDisabled(Player player) {
        return PlayerInvisibilityListener.playerVisDisabled.contains(player);
    }

    public boolean canUsePlayerInvisibility(Player player) {
        return PlayerInvisibilityListener.cannotUse.contains(player);
    }

}
Author
Haizivs
First release
Last update

Ratings

0.00 star(s) 0 ratings

More downloads from

Latest Updates

  1. Update

    Update
Back
Top