unique hub! [Canceled]

Status
This thread has been locked.

DuB

UI/UX Designer & Software Developer
Premium
Feedback score
21
Posts
462
Reactions
274
Resources
0
Hey!
Selling a pre-made hub setup with no player base. (HUB ONLY) With some custom features and the server not fully completed...

Plugins:
- double jump
- pets
- Trails
- shop

Features:
- Anti tab
- No way to spy our plugins (./pl ./bukkit:?, plugman list
, /ver
etc..)
- Skript
- Crystals [NOT giving this out!!!]
- Easily changeable skript

Check out the server at "play.staticvortex.net:20000".

Note: Most of the custom features was made by skript, so i won't refund the money cause that. I AM NOT allowed to share the paid plugins!!!

Pictures of hub:
UgIa6AR.jpg


yiHSh9P.jpg


HFKq2os.jpg


YviGSfB.jpg
Plugins:
I2iyZF7.png

Time left: -
Current bid: -
Starting bid: -
Increase by at least: -
Buy it now: -

The auction is canceled!
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

ElectronicWizard

Supreme
Feedback score
3
Posts
132
Reactions
47
Resources
0

Yes, it blocks that one particular WDL mod, but, anyone can go into the soucecode of the mod, open the file WDLPluginChannels.java, and remove the bit:
TLDR for non-java literate: This code sends a message to the server, and if the Anti-WorldDownloader plugin sees that message, it kicks the user. But, if one removes this code, the message is no longer sent.
Code:
/**
     * Event that is called when the world is loaded.
     * Sets the default values, and then asks the server to give the
     * correct ones.
     */
    static void onWorldLoad() {
        Minecraft minecraft = Minecraft.getMinecraft();
      
        receivedPackets = new HashSet<Integer>();
      
        canUseFunctionsUnknownToServer = true;
      
        WDL.chatDebug(WDLDebugMessageCause.PLUGIN_CHANNEL_MESSAGE,
                "Sending plugin channels registration to the server.");
      
        // Register the WDL messages.
        PacketBuffer registerPacketBuffer = new PacketBuffer(Unpooled.buffer());
        // Done like this because "buffer.writeString" doesn't do the propper
        // null-terminated strings.
        registerPacketBuffer.writeBytes(new byte[] {
                'W', 'D', 'L', '|', 'I', 'N', 'I', 'T', '\0',
                'W', 'D', 'L', '|', 'C', 'O', 'N', 'T', 'R', 'O', 'L', '\0' });
        C17PacketCustomPayload registerPacket = new C17PacketCustomPayload(
                "REGISTER", registerPacketBuffer);
        minecraft.getNetHandler().addToSendQueue(registerPacket);

        // Send the init message.
        C17PacketCustomPayload initPacket = new C17PacketCustomPayload(
                "WDL|INIT", new PacketBuffer(Unpooled.EMPTY_BUFFER));
        minecraft.getNetHandler().addToSendQueue(initPacket);
    }
 

Gabby

Premium
Feedback score
5
Posts
196
Reactions
127
Resources
0
Vouch for this guy. Great Builder, trustable and reliable aswell. Love his builds!

-ItsGabbyyy/gabbyns13.
 

DuB

UI/UX Designer & Software Developer
Premium
Feedback score
21
Posts
462
Reactions
274
Resources
0
Price updated

Current bid: $0
Starting bid: $10
Increase by at least: $5
BIN(Buy it now): $50
 
Status
This thread has been locked.
Top