Plugin channels/World downloader
Jump to navigation
Jump to search
Work in progress!
|
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. |