Plugin channels/World downloader

From wiki.vg
< Plugin channels
Revision as of 17:17, 25 January 2016 by Pokechu22 (talk | contribs) (Start documenting WDL)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Work in progress!

This page is a work in progress, and may be missing information.

Documentation of the World Downloader mod's plugin channel configuration system.

See here.

Note

All types here are as specified by Java's DataOutputStream and can be read using a DataInputStream, unless otherwise noted.

WDL|INIT

WDL|INIT is sent to show that World Downloader is ready to receive new permissions. Don't send permissions until this is received - it may still be saving from another part of the map or another sever where it has permission, and revoking permission in the middle is a Bad Thing™.

Bound To Field Name Field Type Notes
Server Mod version UTF8 string This is a byte array; the remainder of the packet is this value (there is no length specified). In some older versions of the mod, this is not present and the length of the packet is 0.