Giter VIP home page Giter VIP logo

pmarmorstand's People

Contributors

muqsit avatar poggit-bot avatar wertzui123 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pmarmorstand's Issues

Bugs

Error: Call to undefined method pocketmine\nbt\tag\CompoundTag::hasTag() File: plugins/PMArmorStand_dev-5.phar/src/muqsit/pmarmorstand/entity/ArmorStandEntity Line: 114 Type: Error

Backtrace: #0 pmsrc/src/entity/Entity(245): muqsit\pmarmorstand\entity\ArmorStandEntity->initEntity(object pocketmine\nbt\tag\CompoundTag) #1 plugins/PMArmorStand_dev-5.phar/src/muqsit/pmarmorstand/ArmorStandItem(32): pocketmine\entity\Entity->__construct(object pocketmine\entity\Location) #2 pmsrc/src/world/World(1752): muqsit\pmarmorstand\ArmorStandItem->onInteractBlock(object pocketmine\player\Player, object pocketmine\block\Air, object pocketmine\block\Grass, integer 1, object pocketmine\math\Vector3) #3 pmsrc/src/player/Player(1622): pocketmine\world\World->useItemOn(object pocketmine\math\Vector3, object muqsit\pmarmorstand\ArmorStandItem, integer 1, object pocketmine\math\Vector3, object pocketmine\player\Player, boolean 1) #4 pmsrc/src/network/mcpe/handler/InGamePacketHandler(369): pocketmine\player\Player->interactBlock(object pocketmine\math\Vector3, integer 1, object pocketmine\math\Vector3) #5 pmsrc/src/network/mcpe/handler/InGamePacketHandler(230): pocketmine\network\mcpe\handler\InGamePacketHandler->handleUseItemTransaction(object pocketmine\network\mcpe\protocol\types\inventory\UseItemTransactionData) #6 pmsrc/src/network/mcpe/protocol/InventoryTransactionPacket(106): pocketmine\network\mcpe\handler\InGamePacketHandler->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) #7 pmsrc/src/network/mcpe/NetworkSession(398): pocketmine\network\mcpe\protocol\InventoryTransactionPacket->handle(object pocketmine\network\mcpe\handler\InGamePacketHandler) #8 pmsrc/src/network/mcpe/NetworkSession(361): pocketmine\network\mcpe\NetworkSession->handleDataPacket(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket, string[56] [email protected]=.B'.MC.^W?...?..x?. ) #9 pmsrc/src/network/mcpe/raklib/RakLibInterface(186): pocketmine\network\mcpe\NetworkSession->handleEncoded(string[57] c.abd.b.9.&..5.....X.p80.....l]..\d.......!........l.....) #10 pmsrc/vendor/pocketmine/raklib/src/server/ipc/RakLibToUserThreadMessageReceiver(43): pocketmine\network\mcpe\raklib\RakLibInterface->onPacketReceive(integer 0, string[66] .....hs................13 .z-j.d...?.....zi..=.3.D......C.Q..1L.*.) #11 pmsrc/src/network/mcpe/raklib/RakLibInterface(121): raklib\server\ipc\RakLibToUserThreadMessageReceiver->handle(object pocketmine\network\mcpe\raklib\RakLibInterface) #12 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(113): pocketmine\network\mcpe\raklib\RakLibInterface->pocketmine\network\mcpe\raklib\{closure}() #13 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(75): pocketmine\snooze\SleeperHandler->processNotifications() #14 pmsrc/src/Server(1593): pocketmine\snooze\SleeperHandler->sleepUntil(double 1618990610.3449) #15 pmsrc/src/Server(1143): pocketmine\Server->tickProcessor() #16 pmsrc/src/PocketMine(276): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[39] /root/grytic/pmmp/PocketMine-MP/server/, string[47] /root/grytic/pmmp/PocketMine-MP/server/plugins/) #17 pmsrc/src/PocketMine(299): pocketmine\server() #18 pmsrc(11): require(string[83] phar:///root/grytic/pmmp/PocketMine-MP/server/PocketMine-MP.phar/src/PocketMine.)

Bug whit BuilderTools

Pls read CzechPMDevs/BuilderTools#205 first

I don't understand why this plugin interferes with BuilderTools if it has nothing to do, but it is quite annoying, I have been 2 hours testing with all my plugins and this is 1 of the 2 plugins that fail with BuilderTools, as I don't know whose fault it is, I report it on both sites.

Here is some information that may be useful for you

PMArmorStand: dev16
PHP: 8.0.16
PMMP Version: 4.2.4
OS: linux

InvalidArgumentException: "Cannot serialize a null itemstack"

2023-07-14 [18:24:22.891] [Server thread/CRITICAL]: InvalidArgumentException: "Cannot serialize a null itemstack" (EXCEPTION) in "pmsrc/src/data/bedrock/item/ItemSerializer" at line 94
--- Stack trace ---
  #0 pmsrc/src/data/bedrock/item/ItemSerializer(134): pocketmine\data\bedrock\item\ItemSerializer->serializeType(object pocketmine\item\ItemBlock#122768)
  #1 pmsrc/src/item/Item(707): pocketmine\data\bedrock\item\ItemSerializer->serializeStack(object pocketmine\item\ItemBlock#122768, null)
  #2 plugins/PMArmorStand.phar/src/muqsit/pmarmorstand/entity/ArmorStandEntity(136): pocketmine\item\Item->nbtSerialize()
  #3 pmsrc/src/world/World(2866): muqsit\pmarmorstand\entity\ArmorStandEntity->saveNBT()
  ....

I suppose this may be caused by an armor stand trying to encode an empty slot?

server plugin bug

[17:42:01.742] [Server thread/CRITICAL]: Error: "Class "muqsit\simplepackethandler\SimplePacketHandler" not found" (EXCEPTION) in "plugins/PMArmorStand-master/src/muqsit/pmarmorstand/Loader" at line 37
--- Stack trace ---
#0 pmsrc/src/plugin/PluginBase(119): muqsit\pmarmorstand\Loader->onEnable()
#1 pmsrc/src/plugin/PluginManager(454): pocketmine\plugin\PluginBase->onEnableStateChange(true)
#2 pmsrc/src/Server(1398): pocketmine\plugin\PluginManager->enablePlugin(object muqsit\pmarmorstand\Loader#63008)
#3 pmsrc/src/Server(1034): pocketmine\Server->enablePlugins(object pocketmine\plugin\PluginEnableOrder#45219)
#4 pmsrc/src/PocketMine(341): pocketmine\Server->__construct(object pocketmine\thread\ThreadSafeClassLoader#3, object pocketmine\utils\MainLogger#6, string[9] /root/DN/, string[17] /root/DN/plugins/)
#5 pmsrc/src/PocketMine(364): pocketmine\server()
#6 pmsrc(11): require(string[53] phar:///root/DN/PocketMine-MP.phar/src/PocketMine.php)
--- End of exception information ---
[17:42:01.743] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
[17:42:01.748] [Server thread/EMERGENCY]: Please upload the "/root/DN/crashdumps/Fri_Jan_5-17.42.01-CST_2024.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
[17:42:02.614] [Server thread/EMERGENCY]: The crash dump has been automatically submitted to the Crash Archive. You can view it on https://crash.pmmp.io/view/9994853 or use the ID #9994853.
[17:42:02.614] [Server thread/EMERGENCY]: Forcing server shutdown

please

Sorry, this is not a plugin issue. Can you please create a PerlCooldown plugin please

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.