Coder Social home page Coder Social logo

battleroyale's People

Contributors

becraft avatar

Watchers

 avatar

battleroyale's Issues

english

can you add english language?

RoyLfood

Royalfoof not work and i crashed fuck

Error line 60

getCause() !== EntityDamageEvent::CAUSE_VOID){ $source->setCancelled(); }else{ if($this->isAlive()){ $this->close(); } } } public function spawnTo(Player $player){ $packet = new AddEntityPacket(); $packet->type = static::NETWORK_ID; $packet->motion = $this->getMotion(); $packet->position = $this->asVector3(); $packet->entityRuntimeId = $this->getId(); $packet->pitch = $this->pitch; $packet->yaw = $this->yaw; $packet->metadata = $this->getDataPropertyManager()->getAll(); $player->dataPacket($packet); parent::spawnTo($player); } public static function getCompoundMotion(Player $player): CompoundTag{ $data = new CompoundTag("", [ new ListTag("Pos", array( new DoubleTag("", $player->getX()), new DoubleTag("", $player->getY() + $player->getEyeHeight()), new DoubleTag("", $player->getZ()) )), new ListTag("Motion", array( new DoubleTag("", -sin($player->yaw / 180 * M_PI) * cos($player->pitch / 180 * M_PI)), new DoubleTag("", -sin($player->pitch / 180 * M_PI)), new DoubleTag("", cos($player->yaw / 180 * M_PI) * cos($player->pitch / 180 * M_PI)) )), new ListTag("Rotation", array( new FloatTag("", $player->yaw), new FloatTag("", $player->pitch) )) ]); return $data; } }

Error on Enable

This error occurs onEnable

20:28:16 INFO > Enabling BattleRoyale v1
20:28:16 CRITICAL > Error: "Access to undeclared static property: pocketmine\item\Item::$list" (EXCEPTION) in "BattleRoyale-master/src/BattleRoyale/GameManager" at line 64
20:28:16 DEBUG > #0 src/pocketmine/plugin/PluginBase(90): BattleRoyale\GameManager->onEnable()
20:28:16 DEBUG > #1 src/pocketmine/plugin/FolderPluginLoader(126): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
20:28:16 DEBUG > #2 src/pocketmine/plugin/PluginManager(567): pocketmine\plugin\FolderPluginLoader->enablePlugin(BattleRoyale\GameManager object)
20:28:16 DEBUG > #3 src/pocketmine/Server(2005): pocketmine\plugin\PluginManager->enablePlugin(BattleRoyale\GameManager object)
20:28:16 DEBUG > #4 src/pocketmine/Server(1991): pocketmine\Server->enablePlugin(BattleRoyale\GameManager object)
20:28:16 DEBUG > #5 src/pocketmine/Server(1785): pocketmine\Server->enablePlugins(integer 1)
20:28:16 DEBUG > #6 src/pocketmine/PocketMine(301): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /home/UniverseMC/Testserver/, string /home/UniverseMC/Testserver/plugins/)
20:28:16 DEBUG > #7 /home/UniverseMC/Testserver/PocketMine-MP.phar(1): require_once(string phar:///home/UniverseMC/Testserver/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
20:28:16 INFO > Disabling BattleRoyale v1

And could you please make a version where you join the game when you join the server?

Better

Seems to be working better now but whenever I try to open the airdrop nothing happens I just hear the chest sound, could it be related to the new 1.4 update? When the airdrop is next to me the compass says theres no airdrops around.

Also how exactly do I configure the chests?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.