default RCONInstance threads: 1
default AsyncTask Workers: 3
- (0) Main thread
- (1) MainLogger [sleeping]
- (2) CommandReader [sleeping]
- (3) RakLib networking
These are a few things requested to Mojang, or the developer themselves, or we were told that they added this.
Thing done | Version | Notes |
---|---|---|
Play -> Edit -> External menu | 0.7.4 | |
Fix protocol inconsistencies MCPE-6865 | 0.9.0 |
<?php | |
/* | |
* | |
* ____ _ _ __ __ _ __ __ ____ | |
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ | |
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | | |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ | |
* |_| \___/ \___|_|\_\___|\__|_| |_|_|_| |_|\___| |_| |_|_| | |
* |
<?php | |
/* | |
UTF-8 encoded. | |
UPPERCASE words are replaced with data, do NOT modify that, only move it to the correct place. | |
Words like PocketMine, Mojang, Minecraft, Pocket Edition and Mine Pocket shouldn't be translated. | |
Don't modify HTML tags (exception: text inside the tags and NOT in UPPERCASE) | |
Translations completed: English (shoghicp), Spanish (shoghicp), Standard Chinese (HAZ_ljyloo), Dutch (Intyre), Japanese (Omattyao), Russian (Alexey Egoshin), French (symonium), German (Xmoe) | |
Translations being publicly checked: Vietnamese (Phuocpeter19), Italian (ceppopipc1999), Serbian (xXStefoXx) | |
Translations in progress: Korean (bigswbigsw), Irish (A9_0Z), Turkish |
This protocol aims to use less bandwidth sending big packets / chunks of smaller packets compressed using DEFLATE. It works encapsulating raw packets into this protocol, without modifying them. It follows a mixed approach, letting normal packets work and handling compressed packet seamlessly. Both parties must support this protocol, so a Handshake system exists.
All numbers are Big-endian
| Packet ID | Field Name | Type | Notes |
<?php | |
/* | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. |
'use strict'; | |
var COMPILED = !0, goog = goog || {}; | |
goog.global = this; | |
goog.DEBUG = !1; | |
goog.LOCALE = "en"; | |
goog.provide = function (a) { | |
if (!COMPILED) { | |
if (goog.isProvided_(a)) | |
throw Error('Namespace "' + a + '" already declared.'); | |
delete goog.implicitNamespaces_[a]; |
-
/ \
/ \
/ PocketMine \
/ MP \
|\ @shoghicp /|
|. \ / .|
| .. \ / .. |
| .. | .. |