how much ram did you allocate with mine.hostingitall.com? few players online, i lag and my ping is @1000+ms with 10mbps internet in my end. its great the packetloss is maintained below 10%.
That is unusual, I do not limit the ram on that server. Can you PM me your IP so I can run traceroute and pings to see where the loss is happening? Thanks.
great technical and billing support, everything is great! the owner of the service is approachable. must have if you want to host your pocketmine server 24/7.
Hi Matt, Are you able to tell if a specific plugin is causing lag? Not that I have any major issues at the moment, but it would be helpful to check out occasionally. Every now and then, lag can build up, but I will usually reduce the number of maps we offer and perhaps reset some of the plugins that have built up big files of stored databases. And I'd be curious to hear what you find are common sources of lag, assuming the server is fast and the internet connection is solid. Jag
UM...Where?? <?php /* __PocketMine Plugin__ name=BanItem description=You can ban the use of a item version=1.4 apiversion=8,9,10,11,12,13 author=InusualZ class=BanItem */ define("PLUGIN_VERSION", 1.4); class BanItem implements Plugin{ private $api, $config; public function __construct(ServerAPI $api, $server = false){ $this->api = $api; } public function init() { $this->api->addHandler("player.equipment.change", array($this, 'handler'), 15); $this->api->console->register("item", "[BanItem] Bans an item you don't want to use on your server", array($this, 'commands')); $this->config = new Config($this->api->plugin->configPath($this) . "config.yml", CONFIG_YAML, array( "banned-item-list" => array(), "plugin-version" => PLUGIN_VERSION, "msg-on-equipment-change" => "[BanItem] You are trying to use a banned item", "msg-on-ban-item" => "[BanItem] The item/block: @Name, have been banned.", "msg-on-unban-item" => "[BanItem] The item/block: @Name have been banned." )); if($this->config->get('plugin-version') != PLUGIN_VERSION) { unlink($this->api->plugin->configPath($this) . "config.yml"); $this->config = new Config($this->api->plugin->configPath($this) . "config.yml", CONFIG_YAML, array( "banned-item-list" => array(), "plugin-version" => PLUGIN_VERSION, "msg-on-equipment-change" => "[BanItem] You are trying to use a banned item", "msg-on-ban-item" => "[BanItem] The item/block: @Name, have been banned.", "msg-on-unban-item" => "[BanItem] The item/block: @Name have been banned." )); } } public function handler(&$data, $event) { if($event === "player.equipment.change") { $list = $this->config->get('banned-item-list'); if(in_array($data['item']->getID(), $list)) {
Dude,Why i cant join this server? I mean,Creative server,what SAM system is? i`m not authenticate yet Help me