Shock95 / AuctionHouse

Feature-packed auction house plugin for PocketMine-MP (pmmp)
GNU General Public License v3.0
43 stars 34 forks source link

German lang file is outdated #59

Closed djmaisen closed 3 years ago

djmaisen commented 3 years ago

Issue description

Write the issue description here /ah = internal server error

Steps to reproduce the issue

  1. ...
  2. ...

OS and versions

Error/Crash log (If available)



14:29:41 Server|WARNING > Key 'view-admin-menu' could not be found in the 'de_DE' language file, add this key to the language file or update the file by deleting it and restarting the server.

14:29:41 Server|CRITICAL > TypeError: "Argument 1 passed to pocketmine\item\Item::get() must be of the type int, null given, called in phar:///home/minecraft/plugins/AuctionHouse.phar/src/shock95x/auctionhouse/menu/MainMenu.php on line 51" (EXCEPTION) in "src/pocketmine/item/Item" at line 103

14:29:41 Server|CRITICAL > #0 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/menu/MainMenu(51): pocketmine\item\Item::get(NULL )

14:29:41 Server|CRITICAL > #1 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/menu/MainMenu(89): shock95x\auctionhouse\menu\MainMenu->setItems(integer 1, integer 1, integer 0, integer 0, integer 0)

14:29:41 Server|CRITICAL > #2 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/menu/AHMenu(57): shock95x\auctionhouse\menu\MainMenu->renderItems()

14:29:41 Server|CRITICAL > #3 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/menu/MainMenu(28): shock95x\auctionhouse\menu\AHMenu->__construct(object JackMD\NameSpaceRemover\CustomPlayer, boolean , boolean 1)

14:29:41 Server|CRITICAL > #4 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/commands/AHCommand(33): shock95x\auctionhouse\menu\MainMenu->__construct(object JackMD\NameSpaceRemover\CustomPlayer)

14:29:41 Server|CRITICAL > #5 plugins/AuctionHouse.phar/src/shock95x/auctionhouse/libs/CortexPE/Commando/BaseCommand(143): shock95x\auctionhouse\commands\AHCommand->onRun(object JackMD\NameSpaceRemover\CustomPlayer, string[2] ah, array[0])

14:29:41 Server|CRITICAL > #6 src/pocketmine/command/SimpleCommandMap(263): shock95x\auctionhouse\libs\CortexPE\Commando\BaseCommand->execute(object JackMD\NameSpaceRemover\CustomPlayer, string[2] ah, array[0])

14:29:41 Server|CRITICAL > #7 src/pocketmine/Server(1922): pocketmine\command\SimpleCommandMap->dispatch(object JackMD\NameSpaceRemover\CustomPlayer, string[3] ah )

14:29:41 Server|CRITICAL > #8 src/pocketmine/Player(3401): pocketmine\Server->dispatchCommand(object JackMD\NameSpaceRemover\CustomPlayer, string[3] ah )

14:29:41 Server|CRITICAL > #9 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(292): pocketmine\Player->handleCommandRequest(object pocketmine\network\mcpe\protocol\CommandRequestPacket)

14:29:41 Server|CRITICAL > #10 src/pocketmine/network/mcpe/protocol/CommandRequestPacket(54): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleCommandRequest(object pocketmine\network\mcpe\protocol\CommandRequestPacket)

14:29:41 Server|CRITICAL > #11 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(127): pocketmine\network\mcpe\protocol\CommandRequestPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

14:29:41 Server|CRITICAL > #12 src/pocketmine/network/mcpe/protocol/BatchPacket(130): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\CommandRequestPacket)

14:29:41 Server|CRITICAL > #13 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(127): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

14:29:41 Server|CRITICAL > #14 src/pocketmine/Player(3497): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

14:29:41 Server|CRITICAL > #15 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

14:29:41 Server|CRITICAL > #16 vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[17] 84.131.26.5 49232, object raklib\protocol\EncapsulatedPacket, integer 0)

14:29:41 Server|CRITICAL > #17 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket()

14:29:41 Server|CRITICAL > #18 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process()

14:29:41 Server|CRITICAL > #19 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe\{closure}()

14:29:41 Server|CRITICAL > #20 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications()

14:29:41 Server|CRITICAL > #21 src/pocketmine/Server(2264): pocketmine\snooze\SleeperHandler->sleepUntil(double 1601296181.221)

14:29:41 Server|CRITICAL > #22 src/pocketmine/Server(2104): pocketmine\Server->tickProcessor()

14:29:41 Server|CRITICAL > #23 src/pocketmine/Server(1691): pocketmine\Server->start()

14:29:41 Server|CRITICAL > #24 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/minecraft/, string[24] /home/minecraft/plugins/)

14:29:41 Server|CRITICAL > #25 src/pocketmine/PocketMine(304): pocketmine\server()

14:29:41 Server|CRITICAL > #26 (11): require(string[63] phar:///home/minecraft/altay.phar/src/pocketmine/PocketMine.php)

14:29:41 Server|INFO > [14:29:41]```
Shock95 commented 3 years ago

The German language file is outdated, feel free to update it if you want to

djmaisen commented 3 years ago

I don't know how i do that 😅

Shock95 commented 3 years ago

Here is the default language file (en_US) for reference: https://github.com/Shock95x/AuctionHouse/blob/master/resources/language/en_US.yml