Git Product home page Git Product logo

mission's People

Contributors

adam1609 avatar aieuo avatar brice-harper avatar kostamax27 avatar pjz9n avatar poggit-bot avatar unenanomas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mission's Issues

Scorehud addon [suggestion]

{mission} = for what ongoing mission ur doing

{next_mission} = ur next mission

{mission_progress} = progress on the mission (like 1/5)

[Question]

why in plugin data only this shows up?
image

Reward "detail" is changed automatically

Describe the bug
When you try to change the "detail" of a mission reward object, the name of the object is automatically put in English and the amount, for example:

Item bottle o´ Enchanting (384: 0) x40

To Reproduce
Steps to reproduce the behavior:

  1. Create a mission
  2. Edit the mission reward
  3. Change the "detail" of the mission to whatever you want
  4. Hit send, and see the "detail" of the object
  5. The "detail" of the object will have been put by the name of the object in English and the quantity that you have chosen

Expected behavior
That will let you put what you want

Screenshots
Captura de pantalla (67)
Captura de pantalla (68)

Environments (please complete the following information):

  1. Run the command in console: mission info
  2. Fill in the required items

mission info
[21:22:40] [Server thread/INFO]: Información del complemento
[21:22:40] [Server thread/INFO]: Nombre del software: PocketMine-MP
[21:22:40] [Server thread/INFO]: Versión PMMP: 3.19.0
[21:22:40] [Server thread/INFO]: Versión PMMP API: 3.19.0
[21:22:40] [Server thread/INFO]: Versión de PHP: 7.4.15
[21:22:40] [Server thread/INFO]: Versión del complemento: 1.7.2
[21:22:40] [Server thread/INFO]: Sistema operativo: linux
[21:22:40] [Server thread/INFO]: Versión de Mineflow: 2.0.1
[21:22:40] [Server thread/INFO]: ------------------------------

Additional context
Hope you can fix it soon <3

Triggers continue to remain after uninstall

Describe the bug
Triggers will continue to remain after uninstall this plugin, and clicking on them will block the player

To Reproduce
Steps to reproduce the behavior:

  1. Install this with Mineflow
  2. Uninstall only this
  3. Type /mf
  4. Click Mission trigger

Expected behavior
Shouldn't show trigger

Screenshots
image

Environments (please complete the following information):

  • PMMP version: 3.18.0
  • PHP version: 8.0.3
  • Plugin version: none
  • OS: Win10 Pro
  • Mineflow version: 1.3.1

Additional context
MineflowのEventTriggerListでMineflow側のplugin_dataに保存されてしまうのが原因ですが、これを修正するにはMineflow側の変更が必要になるかもしれません。

Feature Request : Multi Mission

Dear,

Is it possible to have multi-mission ?

Something like :
/mission edit "NameOfMission"
/mission show "NameOfMission"
/mission list

Goal :
Be able to call different mission type with slapper

Thanks for that awsome plugin ;)

incompatibility with MineFlow. EventTriggerList is now EventManager

MineFlow changed the class! is no longer an EventTriggerList, it has become an EventManager

< 13.04 01:18:07 [Server] Server thread/CRITICAL Error: "Class 'aieuo\mineflow\trigger\event\EventTriggerList' not found" (EXCEPTION) in "plugins/Mission.phar/src/pjz9n/mission/Main" at line 99
13.04 01:18:07 [Server] Server thread/CRITICAL #0 pmsrc/src/pocketmine/plugin/PluginManager(182): pjz9n\mission\Main->onLoad()
13.04 01:18:07 [Server] Server thread/CRITICAL #1 pmsrc/src/pocketmine/plugin/PluginManager(346): pocketmine\plugin\PluginManager->loadPlugin(string[65] /plugins/Mission.phar, array[2])
13.04 01:18:07 [Server] Server thread/CRITICAL #2 pmsrc/src/pocketmine/Server(1529): pocketmine\plugin\PluginManager->loadPlugins(string[53] /plugins/)
13.04 01:18:07 [Server] Server thread/CRITICAL #3 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[45] /, string[53] /plugins/)
13.04 01:18:07 [Server] Server thread/CRITICAL #4 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
13.04 01:18:07 [Server] Server thread/CRITICAL #5 pmsrc(11): require(string[81] phar:///jar/1.16.220.phar/src/pocketmine/PocketMine.ph)
13.04 01:18:07 [Server] Server thread/CRITICAL Could not load plugin 'Mission' >

Opening the /mission edit causing crash

Here is the crash problem

Error: Declaration of pjz9n\mission\form\setting\SettingMissionCompleteMessageForm::onSubmit(pocketmine\Player $player, pjz9n\mission\libs\dktapps\pmforms\CustomFormResponse $response): void must be compatible with pjz9n\mission\libs\pjz9n\pmformsaddon\AbstractCustomForm::onSubmit(pocketmine\Player $player, dktapps\pmforms\CustomFormResponse $response): void
File: plugins/Mission_1.0.1.phar/src/pjz9n/mission/form/setting/SettingMissionCompleteMessageForm
Line: 36
Type: E_COMPILE_ERROR

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: Mission v1.0.1

Code:
[27] use pjz9n\mission\libs\dktapps\pmforms\element\Label;
[28] use pjz9n\mission\libs\dktapps\pmforms\element\Toggle;
[29] use pjz9n\mission\form\Elements;
[30] use pjz9n\mission\form\generic\MessageForm;
[31] use pjz9n\mission\language\LanguageHolder;
[32] use pjz9n\mission\Main;
[33] use pjz9n\mission\libs\pjz9n\pmformsaddon\AbstractCustomForm;
[34] use pocketmine\Player;
[35]
[36] class SettingMissionCompleteMessageForm extends AbstractCustomForm
[37] {
[38] public function __construct()
[39] {
[40] parent::__construct(
[41] LanguageHolder::get()->translateString("setting.missioncomplete.message"),
[42] [
[43] new Label(
[44] "detail",
[45] LanguageHolder::get()->translateString("setting.missioncomplete.message.detail")
[46] ),

Crash when completing a mission

Describe the bug
Crash after complete a mission

To Reproduce
Steps to reproduce the behavior:
1.- Complete a mission
2. The server crash

Expected behavior
That the mission will be completed and nothing will happen

Screenshots
If applicable, add screenshots to help explain your problem.

Environments (please complete the following information):

  1. Run the command in console: mission info
  2. Fill in the required items

mission info
[15:46:00] [Server thread/INFO]: -- This plugin information --
[15:46:00] [Server thread/INFO]: Soft name: PocketMine-MP
[15:46:00] [Server thread/INFO]: PMMP version: 3.17.4
[15:46:00] [Server thread/INFO]: PMMP API version: 3.17.4
[15:46:00] [Server thread/INFO]: PHP version: 7.3.23
[15:46:00] [Server thread/INFO]: Plugin version: 1.6.1
[15:46:00] [Server thread/INFO]: OS: linux
[15:46:00] [Server thread/INFO]: Mineflow version: 1.3.0
[15:46:00] [Server thread/INFO]: ------------------------------

Additional context
Crash:

[15:43:12] [Server thread/CRITICAL]: pjz9n\mission\exception\NotFoundException: "Progress 656e3aba-731d-f078-906e-343fac2e5eed not found" (EXCEPTION) in "plugins/Mission_dev-45.phar/src/pjz9n/mission/mission/progress/ProgressList" at line 67
[15:43:12] [Server thread/CRITICAL]: #0 plugins/Mission_dev-45.phar/src/pjz9n/mission/mission/executor/EventExecutor(238): pjz9n\mission\mission\progress\ProgressList::get(string[10] UnEnanoMas, object pocketmine\utils\UUID)
[15:43:12] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): pjz9n\mission\mission\executor\EventExecutor->handleEvent(object pocketmine\event\player\PlayerMoveEvent)
[15:43:12] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object pjz9n\mission\mission\executor\EventExecutor, object pocketmine\event\player\PlayerMoveEvent)
[15:43:12] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\player\PlayerMoveEvent)
[15:43:12] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/Player(1664): pocketmine\event\Event->call()
[15:43:12] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/Player(1778): pocketmine\Player->processMostRecentMovements()
[15:43:12] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/level/Level(854): pocketmine\Player->onUpdate(integer 3304)
[15:43:12] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/level/Level(787): pocketmine\level\Level->actuallyDoTick(integer 3304)
[15:43:12] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/Server(2266): pocketmine\level\Level->doTick(integer 3304)
[15:43:12] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/Server(2397): pocketmine\Server->checkTickUpdates(integer 3304, double 1612453392.5809)
[15:43:12] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/Server(2153): pocketmine\Server->tick()
[15:43:12] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/Server(1993): pocketmine\Server->tickProcessor()
[15:43:12] [Server thread/CRITICAL]: #12 pmsrc/src/pocketmine/Server(1587): pocketmine\Server->start()
[15:43:12] [Server thread/CRITICAL]: #13 pmsrc/src/pocketmine/PocketMine(286): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[15:43:12] [Server thread/CRITICAL]: #14 pmsrc/src/pocketmine/PocketMine(316): pocketmine\server()
[15:43:12] [Server thread/CRITICAL]: #15 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

Does nothing

I installed the 1.6.3 plugin on the server and it just doesn't start, it does absolutely nothing. as if it were just another blank file
nothing appears on the console saying it is activating the plugin. when I enter the server and type /plugins, it does not appear

Pocketmine
Version: 1.16.220
API : 3.19.0
Mcpe-protocol: 431
Download from: GitHub

Dont load

Describe the bug
Just dont load

To Reproduce
Steps to reproduce the behavior:
[14:35:49] [Server thread/INFO]: Loading Mission v1.6.2
[14:35:49] [Server thread/CRITICAL]: Error: "Class 'aieuo\mineflow\trigger\event\EventTriggerList' not found" (EXCEPTION) in "plugins/Mission_dev-6 (1).phar/src/pjz9n/mission/Main" at line 99
[14:35:49] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/plugin/PluginManager(182): pjz9n\mission\Main->onLoad()
[14:35:49] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/plugin/PluginManager(346): pocketmine\plugin\PluginManager->loadPlugin(string[46] /home/container/plugins/Mission_dev-6 (1).phar, array[2])
[14:35:49] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/Server(1529): pocketmine\plugin\PluginManager->loadPlugins(string[24] /home/container/plugins/)
[14:35:49] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[14:35:49] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
[14:35:49] [Server thread/CRITICAL]: #5 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[14:35:49] [Server thread/CRITICAL]: Could not load plugin 'Mission'

Expected behavior
Dont load

Screenshots
Nop

Environments (please complete the following information):
Cant excecute mission info because the plugin was off

  • Soft name
  • PMMP version Latest
  • PMMP API version Latest
  • PHP version 7.4
  • Plugin version dev6
  • OS
  • Mineflow version 1.6.2

Additional context

Lang

Add Russian translation

[Suggestion] [Question]

suggestion: Make it so u can pick what mission you're gonna do
ex: u need to click that mission and enable it

question:how to make a mission group

question: when ur doing a mission it doesnt show what mission ur doing on scoreboard

Showing error message

Describe the bug
Sometimes when I check the console it shows red message, like every time some player try to tap it. I check both the affect but seems to be so normal

To Reproduce
(none)

Expected behavior
Expected to be smooth and show no error

Screenshots

Environments (please complete the following information):

  1. Run the command in console: mission info
  2. Fill in the required items
  • Soft name: PocketMine-MP
  • PMMP version: 3.17.0
  • PMMP API version 3.17.0
  • PHP version 7.3.8
  • Plugin version 1.6.0
  • OS: win
  • Mineflow version: 1.3.0

Additional context
The detailed error is shown down here

[22:59:55] [Server thread/CRITICAL]: ErrorException: "Undefined index: buttons" (EXCEPTION) in "plugins/Mission_raw/src/pjz9n/mission/mineflow/listener/ReplaceFormUUID" at line 42 [22:59:55] [Server thread/CRITICAL]: #0 plugins/Mission_raw/src/pjz9n/mission/mineflow/listener/ReplaceFormUUID(42): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string[24] Undefined index: buttons, string[104] D:\server backup\Skyblock 12\plugins\Mission_raw\src\pjz9n\mission\mineflow\list, integer 42, array[3]) [22:59:55] [Server thread/CRITICAL]: #1 src/pocketmine/plugin/MethodEventExecutor(42): pjz9n\mission\mineflow\listener\ReplaceFormUUID->modalFormReplace(object pocketmine\event\server\DataPacketSendEvent) [22:59:55] [Server thread/CRITICAL]: #2 src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object pjz9n\mission\mineflow\listener\ReplaceFormUUID, object pocketmine\event\server\DataPacketSendEvent) [22:59:55] [Server thread/CRITICAL]: #3 src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\server\DataPacketSendEvent) [22:59:55] [Server thread/CRITICAL]: #4 src/pocketmine/Player(3316): pocketmine\event\Event->call() [22:59:55] [Server thread/CRITICAL]: #5 src/pocketmine/Player(3338): pocketmine\Player->sendDataPacket(object pocketmine\network\mcpe\protocol\ModalFormRequestPacket, boolean , boolean ) [22:59:55] [Server thread/CRITICAL]: #6 src/pocketmine/Player(3611): pocketmine\Player->dataPacket(object pocketmine\network\mcpe\protocol\ModalFormRequestPacket) [22:59:55] [Server thread/CRITICAL]: #7 plugins/AdvancedKits-master/src/AdvancedKits/Main(122): pocketmine\Player->sendForm(object jojoe77777\FormAPI\SimpleForm) [22:59:55] [Server thread/CRITICAL]: #8 plugins/AdvancedKits-master/src/AdvancedKits/Main(87): AdvancedKits\Main->openKitUI(object pocketmine\Player, array[0]) [22:59:55] [Server thread/CRITICAL]: #9 src/pocketmine/command/PluginCommand(54): AdvancedKits\Main->onCommand(object pocketmine\Player, object pocketmine\command\PluginCommand, string[3] kit, array[0]) [22:59:55] [Server thread/CRITICAL]: #10 src/pocketmine/command/SimpleCommandMap(248): pocketmine\command\PluginCommand->execute(object pocketmine\Player, string[3] kit, array[0]) [22:59:55] [Server thread/CRITICAL]: #11 src/pocketmine/Server(1811): pocketmine\command\SimpleCommandMap->dispatch(object pocketmine\Player, string[3] kit) [22:59:55] [Server thread/CRITICAL]: #12 plugins/Slapper-master/src/slapper/Main(169): pocketmine\Server->dispatchCommand(object pocketmine\Player, string[3] kit) [22:59:55] [Server thread/CRITICAL]: #13 src/pocketmine/command/PluginCommand(54): slapper\Main->onCommand(object pocketmine\command\ConsoleCommandSender, object pocketmine\command\PluginCommand, string[3] rca, array[1]) [22:59:55] [Server thread/CRITICAL]: #14 src/pocketmine/command/SimpleCommandMap(248): pocketmine\command\PluginCommand->execute(object pocketmine\command\ConsoleCommandSender, string[3] rca, array[2]) [22:59:55] [Server thread/CRITICAL]: #15 src/pocketmine/Server(1811): pocketmine\command\SimpleCommandMap->dispatch(object pocketmine\command\ConsoleCommandSender, string[18] rca "AzlinhAz" kit) [22:59:55] [Server thread/CRITICAL]: #16 plugins/Slapper-master/src/slapper/Main(636): pocketmine\Server->dispatchCommand(object pocketmine\command\ConsoleCommandSender, string[18] rca "AzlinhAz" kit) [22:59:55] [Server thread/CRITICAL]: #17 src/pocketmine/plugin/MethodEventExecutor(42): slapper\Main->onEntityDamage(object slapper\events\SlapperHitEvent) [22:59:55] [Server thread/CRITICAL]: #18 src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object slapper\Main, object pocketmine\event\entity\EntityDamageByEntityEvent) [22:59:55] [Server thread/CRITICAL]: #19 src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\entity\EntityDamageByEntityEvent) [22:59:55] [Server thread/CRITICAL]: #20 src/pocketmine/entity/Entity(932): pocketmine\event\Event->call() [22:59:55] [Server thread/CRITICAL]: #21 src/pocketmine/entity/Living(545): pocketmine\entity\Entity->attack(object pocketmine\event\entity\EntityDamageByEntityEvent) [22:59:55] [Server thread/CRITICAL]: #22 src/pocketmine/Player(2699): pocketmine\entity\Living->attack(object pocketmine\event\entity\EntityDamageByEntityEvent) [22:59:55] [Server thread/CRITICAL]: #23 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(149): pocketmine\Player->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [22:59:55] [Server thread/CRITICAL]: #24 src/pocketmine/network/mcpe/protocol/InventoryTransactionPacket(173): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [22:59:55] [Server thread/CRITICAL]: #25 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\InventoryTransactionPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [22:59:55] [Server thread/CRITICAL]: #26 src/pocketmine/network/mcpe/protocol/BatchPacket(127): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [22:59:55] [Server thread/CRITICAL]: #27 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [22:59:55] [Server thread/CRITICAL]: #28 src/pocketmine/Player(3273): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [22:59:55] [Server thread/CRITICAL]: #29 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [22:59:55] [Server thread/CRITICAL]: #30 vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[18] 27.71.108.167 1686, object raklib\protocol\EncapsulatedPacket, integer 0) [22:59:55] [Server thread/CRITICAL]: #31 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket() [22:59:55] [Server thread/CRITICAL]: #32 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process() [22:59:55] [Server thread/CRITICAL]: #33 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe\{closure}() [22:59:55] [Server thread/CRITICAL]: #34 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications() [22:59:55] [Server thread/CRITICAL]: #35 src/pocketmine/Server(2157): pocketmine\snooze\SleeperHandler->sleepUntil(double 1614959995.2777) [22:59:55] [Server thread/CRITICAL]: #36 src/pocketmine/Server(1994): pocketmine\Server->tickProcessor() [22:59:55] [Server thread/CRITICAL]: #37 src/pocketmine/Server(1588): pocketmine\Server->start() [22:59:55] [Server thread/CRITICAL]: #38 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[29] D:\server backup\Skyblock 12\, string[37] D:\server backup\Skyblock 12\plugins\) [22:59:55] [Server thread/CRITICAL]: #39 src/pocketmine/PocketMine(304): pocketmine\server()

"Progresses for "DragonfireHD98" not found"

Server thread/CRITICAL]: pjz9n\mission\exception\NotFoundException: "Progresses for "DragonfireHD98" not found" (EXCEPTION) in "plugins/Mission_dev-15.phar/src/pjz9n/mission/mission/progress/ProgressList" at line 44

Add commands as a reward [Suggestion]

I think it would be cool to add rewards with commands in which you only have to type the command for example:

givemoney {player} 15000
or
key MysteryCrate {player} 1

There are several examples of many of which could be used and I think it is not very difficult to add that, I hope you like the idea

Missions are deleted even with saved plugins_data

Describe the bug

I have been testing some things and I have deleted the plugins data from the missions (copied everything before) to check one thing.

To my surprise, when I put them back and restart the server, the missions have not been put, and now I have spent 2 hours editing for nothing

To Reproduce
Steps to reproduce the behavior:

  1. Create a mission
  2. Put a reward and an event trigger
  3. Restart the server, copy the data from plugins_data and delete the folder
  4. Restart the server and put the mission folder back
  5. The missions missing

Expected behavior
That the missions were put back

Environments (please complete the following information):
Captura

Additional context
Hope you can fix this soon

Mineflow do not recieve when loading a server

Here is the error:

2020-10-21 [18:42:56] [Server thread/CRITICAL]: Error: "Class 'aieuo\mineflow\trigger\Triggers' not found" (EXCEPTION) in "plugins/Mission_1.0.3.phar/src/pjz9n/mission/Main" at line 92
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #0 src/pocketmine/plugin/PluginManager(182): pjz9n\mission\Main->onLoad()
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #1 src/pocketmine/plugin/PluginManager(346): pocketmine\plugin\PluginManager->loadPlugin(string[79] C:\Users\Adam Thang\Desktop\server stuff\Skyblock 11\plugins\Mission_1.0.3.phar, array[3])
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #2 plugins/AllAPILoader-master/src/TheNewHEROBRINE/AllAPILoader/Main(21): pocketmine\plugin\PluginManager->loadPlugins(string[61] C:\Users\Adam Thang\Desktop\server stuff\Skyblock 11\plugins, array[3])
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #3 src/pocketmine/plugin/PluginBase(116): TheNewHEROBRINE\AllAPILoader\Main->onEnable()
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #4 src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #5 src/pocketmine/Server(1787): pocketmine\plugin\PluginManager->enablePlugin(object TheNewHEROBRINE\AllAPILoader\Main)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #6 src/pocketmine/Server(1773): pocketmine\Server->enablePlugin(object TheNewHEROBRINE\AllAPILoader\Main)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #7 plugins/PocketMine-DevTools.phar/src/DevTools/DevTools(71): pocketmine\Server->enablePlugins(integer 0)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #8 src/pocketmine/plugin/PluginBase(116): DevTools\DevTools->onEnable()
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #9 src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #10 src/pocketmine/Server(1787): pocketmine\plugin\PluginManager->enablePlugin(object DevTools\DevTools)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #11 src/pocketmine/Server(1773): pocketmine\Server->enablePlugin(object DevTools\DevTools)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #12 src/pocketmine/Server(1532): pocketmine\Server->enablePlugins(integer 0)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #13 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[53] C:\Users\Adam Thang\Desktop\server stuff\Skyblock 11, string[61] C:\Users\Adam Thang\Desktop\server stuff\Skyblock 11\plugins)
2020-10-21 [18:42:56] [Server thread/CRITICAL]: #14 src/pocketmine/PocketMine(304): pocketmine\server()
2020-10-21 [18:42:56] [Server thread/CRITICAL]: Could not load plugin 'Mission'

Error

Internal Server Error when i use /mission

The plugin does not load 2.0.1

[19:01:24] [Server thread/INFO]: Enabling Mission v1.7.1
[19:01:24] [Server thread/INFO]: [Mission] Seleccionado Español (spa) como el idioma
[19:01:24] [Server thread/CRITICAL]: ErrorException: "Undefined index: rus" (EXCEPTION) in "plugins/Mineflow (2).phar/src/aieuo/mineflow/utils/Language" at line 46
[19:01:24] [Server thread/CRITICAL]: #0 plugins/Mineflow (2).phar/src/aieuo/mineflow/utils/Language(46): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string[20] Undefined index: rus, string[86] phar:///home/container/plugins/Mineflow (2).phar/src/aieuo/mineflow/utils/Langua, integer 46, array[2])
[19:01:24] [Server thread/CRITICAL]: #1 plugins/Mission (2).phar/src/pjz9n/mission/mineflow/language/MineflowLanguage(44): aieuo\mineflow\utils\Language::add(array[14], string[3] rus)
[19:01:24] [Server thread/CRITICAL]: #2 plugins/Mission (2).phar/src/pjz9n/mission/Main(154): pjz9n\mission\mineflow\language\MineflowLanguage::init(string[74] phar:///home/container/plugins/Mission (2).phar/resources/mineflow/locale/, string[3] eng)
[19:01:24] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/plugin/PluginBase(116): pjz9n\mission\Main->onEnable()
[19:01:24] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/PluginManager(552): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[19:01:24] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/Server(1785): pocketmine\plugin\PluginManager->enablePlugin(object pjz9n\mission\Main)
[19:01:24] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/Server(1771): pocketmine\Server->enablePlugin(object pjz9n\mission\Main)
[19:01:24] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Server(1584): pocketmine\Server->enablePlugins(integer 1)
[19:01:24] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
[19:01:24] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
[19:01:24] [Server thread/CRITICAL]: #10 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[19:01:24] [Server thread/INFO]: Disabling Mission v1.7.1

mission info
[19:05:41] [Server thread/INFO]: Información del complemento
[19:05:41] [Server thread/INFO]: Nombre del software: PocketMine-MP
[19:05:41] [Server thread/INFO]: Versión PMMP: 3.19.0
[19:05:41] [Server thread/INFO]: Versión PMMP API: 3.19.0
[19:05:41] [Server thread/INFO]: Versión de PHP: 7.4.15
[19:05:41] [Server thread/INFO]: Versión del complemento: 1.7.1
[19:05:41] [Server thread/INFO]: Sistema operativo: linux
[19:05:41] [Server thread/INFO]: Versión de Mineflow: 2.0.1
[19:05:41] [Server thread/INFO]: ------------------------------

It does not start the plugin, I think I do not have to explain any step or anything, since it does not start

sugegst

make a thing where if u create a mission u can create somethibg like it requires to get the certain blocks like it requires diamond block it will not work with other block just diamond block

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.