mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 15:19:56 +00:00
Removed repo broadcast
This commit is contained in:
parent
4d9d50ed0c
commit
2116702d43
2
README
2
README
@ -31,7 +31,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
Server (and client) Minecraft Pocket Edition library written in PHP.
|
Server (and client) Minecraft Pocket Edition library written in PHP.
|
||||||
Currently a work in progress, and used to document http://www.wiki.vg/Pocket_Minecraft_Protocol
|
Currently a work in progress, and used to document http://www.wiki.vg/Pocket_Minecraft_Protocol
|
||||||
|
|
||||||
How to conect to internet servers: http://www.minecraftforum.net/topic/1256915-legit-minecraftpe-online-multiplayer/
|
How to connect to internet servers: http://www.minecraftforum.net/topic/1256915-legit-minecraftpe-online-multiplayer/
|
||||||
|
|
||||||
|
|
||||||
Current features of the server:
|
Current features of the server:
|
||||||
|
@ -80,8 +80,6 @@ class PocketMinecraftServer{
|
|||||||
$this->action(1000000 * 60, '$this->reloadConfig();');
|
$this->action(1000000 * 60, '$this->reloadConfig();');
|
||||||
$this->action(1000000 * 60 * 10, '$this->custom = array();');
|
$this->action(1000000 * 60 * 10, '$this->custom = array();');
|
||||||
$this->action(1000000 * 80, '$list = ""; foreach($this->clients as $c){$list .= ", ".$c->username;}$this->chat(false, count($this->clients)."/".$this->maxClients." online: ".substr($list, 2));');
|
$this->action(1000000 * 80, '$list = ""; foreach($this->clients as $c){$list .= ", ".$c->username;}$this->chat(false, count($this->clients)."/".$this->maxClients." online: ".substr($list, 2));');
|
||||||
$this->action(1000000 * 3 * 60, '$this->chat(false, "This server uses Pocket-Minecraft-PHP");');
|
|
||||||
$this->action(1000000 * 3 * 60, '$this->chat(false, "Check it at http://bit.ly/RE7uaW");');
|
|
||||||
$this->action(1000000 * 75, '$this->debugInfo(true);');
|
$this->action(1000000 * 75, '$this->debugInfo(true);');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user