Giter Site home page Giter Site logo

izeaogamer / koth-v3.0 Goto Github PK

View Code? Open in Web Editor NEW
8.0 6.0 1.0 382 KB

An customizable koth plugin for MCPE / Pocketmine with a few complete recodes of the plugin, making it seemly working for Pocketmine 3.0.0

License: GNU General Public License v3.0

PHP 100.00%

koth-v3.0's Introduction

INACTIVE NOTICE

I currently don't maintain this plugin anymore. I may start it back up in the near future with a shit ton of bug fixes, but for now, I'll be keeping quiet. The reason is because I've been very busy, and have little to no time to make this plugin.

Koth 3.0.0-ALPHA

A customizable plugin + Mini-Game, made for Faction servers, which offers: Many configurable options, and some that have never been seen before. koth

Features / Changes for KOTH-3.0.0-ALPHA / Todo list

  • Change how player classes generate.

  • A lot of configurable features you can play around with.

  • Multi-Arena support

  • 3.0.0 brings in so many bug fixes, and new features added.

  • You can leave koth arenas! By typing /koth leave

  • Fixed teleportation bugs when using /koth join (An issue on 2.0.0)

  • Renamed /koth p1 to /koth pos1

  • Renamed /koth p2 to /koth pos2

  • Added Player help commands! Type /koth or /koth help to display those! (Will also include new administrative commands if the sender is opped.

  • Game timer is now editable in-game! Type /koth setgametime

  • Added event timer - Will now automatically broadcast whenever a koth event is about to start.

  • Event Timer is now editable in-game! Type /koth seteventtime

  • Event timers + Game-timers can now be translated to seconds/ticks. You can type /koth seteventtime , and it will tell you right away how many seconds that is in minutes.

  • Configurable rewards

  • Add FactionsPro Support

  • Add Discord Support

  • Best customizable koth plugin ever to be made, free

  • Fixed koth teleportation from not teleporting them to exactly the correct world.

  • Fixed /koth setgametime from not updating properly.

  • Fixed /koth seteventtime from not updating.

  • Add discord virion intergration

  • No longer require any external plugins to run this plugin.

  • Add KothPlayer class, where it'll store all of the player data. At the moment, it only supports isInGame(), and setInGame(bool). We may add more to this in the future.

  • Allow koth worlds to load before the koth arena database get's loaded. This means you will no longer be required to use any external plugins that relate to multiworld.

  • Fixed Respawn position from becoming broken, and not teleporting you to the koth game upon death.

  • Add KothPlayer::class API documentation for developers. Done! You can check it out using this link here: https://github.com/iZeaoGamer/Koth-v3.0/wiki/KothPlayer-documentation

  • Revamp databases, including: Messages, and more configurable options.

  • ScoreBoard implementation

    • And so much more! Just look for yourself, it's more awesome than ever!

Intergrations

We support the following intergrations:

  • WebHookAPI - This will allow discord support for this plugin. Author: CortexPE - This plugin doesn't require a download. It's already added to the plugin itself.

koth-v3.0's People

Contributors

izeaogamer avatar poggit-bot avatar

Stargazers

MrNinja008 avatar dokidia avatar snake avatar  avatar Yi Lok Enoch Lam avatar Varun Pratap avatar KK79 avatar Varun Balani avatar

Watchers

James Cloos avatar  avatar Yi Lok Enoch Lam avatar KK79 avatar  avatar KingBob avatar

Forkers

icecruelstuff

koth-v3.0's Issues

Death

When a player dies on the point they will still gain precent.

error

Error: A non well formed numeric value encountered
File: plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena
Line: 342
Type: ErrorException

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: KingOfTheHill v3.1.0

Code:
[333]
[334] if($percent > 94){
[335]
[336]
[337] $this->addTitlePercentage($p, $percent);
[338]
[339] }
[340] }
[341]
[342] public function addTitlePercentage(Player $player, int $percent){
[343] Server::getInstance()->broadcastMessage(KothLanguage::getMessage("CAPTURING_POINT_MESSAGE", [
[344] "{percent}" => $percent,
[345] "{player}" => $player->getName()
[346] ]));
[347] }
[348]
[349] public function endGame(){
[350]
[351] foreach ($this->players as $player => $time){
[352]

Backtrace:
#0 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(342): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string[43] A non well formed numeric value encountered, string[81] phar:///home/gs-41393/plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena.ph, integer 342, array[2])
#1 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(311): koth\arenas\KothArena->addTitlePercentage(object koth\KothPlayer, string[2] 1%)
#2 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(207): koth\arenas\KothArena->sendProgress(object koth\KothPlayer, integer 1)
#3 plugins/Koth-v3.0_dev-62.phar/src/koth/tasks/GameTimer(49): koth\arenas\KothArena->checkPlayers()
#4 src/pocketmine/scheduler/TaskHandler(134): koth\tasks\GameTimer->onRun(integer 5246)
#5 src/pocketmine/scheduler/TaskScheduler(176): pocketmine\scheduler\TaskHandler->run(integer 5246)
#6 src/pocketmine/plugin/PluginManager(643): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 5246)
#7 src/pocketmine/Server(2380): pocketmine\plugin\PluginManager->tickSchedulers(integer 5246)
#8 src/pocketmine/Server(2143): pocketmine\Server->tick()
#9 src/pocketmine/Server(1990): pocketmine\Server->tickProcessor()
#10 src/pocketmine/Server(1584): pocketmine\Server->start()
#11 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[15] /home/gs-41393/, string[23] /home/gs-41393/plugins/)
#12 src/pocketmine/PocketMine(296): pocketmine\server()
#13 (11): require(string[95] phar:///pro/bin/mcpe/pocketmine-stable-1.14.60/PocketMine-MP.phar/src/pocketmine)

PocketMine-MP version: 3.12.0 [Protocol 390]
Git commit: 77d45bf11674a1360f58e32a14a3b09f423d860c
uname -a: Linux d9ff1b071743 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64
PHP Version: 7.3.7
Zend version: 3.3.7
OS : Linux, linux

Error at line 311

2020-04-22 [22:14:59] [Server thread/ERROR]: [DiscordWebhookAPI] Got error:
2020-04-22 [22:15:10] [Server thread/CRITICAL]: ErrorException: "Undefined variable: player" (EXCEPTION) in "plugins/Koth-v3.0-master/src/koth/arenas/KothArena" at line 311

2 Issues

when i started capturing the area it started at 95% and went to 100% really fast then crashed

secondly
0BCCF089-9778-4060-9533-EB05B08365A9 its spamming this in the chat

Arena Bug

Error: "Call to undefined method koth\arenas\KothArena::getServer()" (EXCEPTION) in "plugins/Koth-v3.0_dev-56.phar/src/koth/arenas/KothArena" at line 149

I get this error message after making an arena and all that.

Error with discord webhook

Hi, I didn't want to use the discord webhook so it gave me this error:

Error: "Class 'CortexPE\DiscordWebHookAPI\Webhook' not found" (EXCEPTION) in "plugins/Koth-v3.0_dev-15.phar/src/koth/DiscordIntergration" at line 9

crash

This is what i get with the recent dev build 54 i believe it is

[10:04:52] [Server thread/NOTICE]: [KingOfTheHill] KOTH Arena Loaded Successfully
[10:04:52] [Server thread/CRITICAL]: Error: "Class 'koth\KothTimer' not found" (EXCEPTION) in "plugins/Koth-v3.0_dev-54.phar/src/koth/KothMain" at line 112
[10:04:52] [Server thread/DEBUG]: #0 src/pocketmine/plugin/PluginBase(115): koth\KothMain->onEnable()
[10:04:52] [Server thread/DEBUG]: #1 src/pocketmine/plugin/PluginManager(541): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[10:04:52] [Server thread/DEBUG]: #2 src/pocketmine/Server(1783): pocketmine\plugin\PluginManager->enablePlugin(object koth\KothMain)
[10:04:52] [Server thread/DEBUG]: #3 src/pocketmine/Server(1769): pocketmine\Server->enablePlugin(object koth\KothMain)
[10:04:52] [Server thread/DEBUG]: #4 src/pocketmine/Server(1582): pocketmine\Server->enablePlugins(integer 1)
[10:04:52] [Server thread/DEBUG]: #5 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/minecraft/, string[24] /home/minecraft/plugins/)
[10:04:52] [Server thread/DEBUG]: #6 src/pocketmine/PocketMine(296): pocketmine\server()
[10:04:52] [Server thread/DEBUG]: #7 (11): require(string[68] phar:///home/minecraft/pocketmine.phar/src/pocketmine/PocketMine.php)
[10:04:52] [Server thread/INFO]: Disabling KingOfTheHill v3.1.0

Error

[07:33:41] [Server thread/CRITICAL]: Error: "Class 'CortexPE\DiscordWebHookAPI\Webhook' not found" (EXCEPTION) in "plugins/Koth-v3.0.phar/src/koth/DiscordIntergration" at line 9 [07:33:41] [Server thread/DEBUG]: #0 plugins/Koth-v3.0.phar/src/koth/KothTimer(71): koth\DiscordIntergration->sendToDiscord(string[62] **KOTH EVENT**.Koth timer is starting in 59:58 on OP Factions., string[61] https://discordapp.com/api/webhooks/discord-webhook-goes-here, string[10] Koth Event) [07:33:41] [Server thread/DEBUG]: #1 src/pocketmine/scheduler/TaskHandler(134): koth\KothTimer->onRun(integer 20) [07:33:41] [Server thread/DEBUG]: #2 src/pocketmine/scheduler/TaskScheduler(176): pocketmine\scheduler\TaskHandler->run(integer 20) [07:33:41] [Server thread/DEBUG]: #3 src/pocketmine/plugin/PluginManager(643): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 20) [07:33:41] [Server thread/DEBUG]: #4 src/pocketmine/Server(2379): pocketmine\plugin\PluginManager->tickSchedulers(integer 20) [07:33:41] [Server thread/DEBUG]: #5 src/pocketmine/Server(2142): pocketmine\Server->tick() [07:33:41] [Server thread/DEBUG]: #6 src/pocketmine/Server(1989): pocketmine\Server->tickProcessor() [07:33:41] [Server thread/DEBUG]: #7 src/pocketmine/Server(1583): pocketmine\Server->start() [07:33:41] [Server thread/DEBUG]: #8 src/pocketmine/PocketMine(274): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/) [07:33:41] [Server thread/DEBUG]: #9 src/pocketmine/PocketMine(297): pocketmine\server() [07:33:41] [Server thread/DEBUG]: #10 (11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

Crash on death

When a player dies doesnt matter if they are in a KOTH game or just dying in general the server crashes with undefined veriable 'spawn' this is in the latest build #91

heres the console log https://hastebin.com/otugogumif.cs

Event timer not decreasing

Hi another error! The event timer does not seem to decrease. Mine was set for 2 min and up to now there is no message and when I run /koth join it says There is no koth event happening at the moment. The next game begins in 00:01:59. Also the kothinfo.yml says the event time is : 119 . I kept refreshing it but it still remained the same.

.

idk if you accidentally did this or it was for testing or something but with discord webhook it says what im guessing is your servrr
038E16C4-E882-455D-9790-752A98043D51
and its not changable in the config

same issue

Error: A non well formed numeric value encountered
File: plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena
Line: 342
Type: ErrorException

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: KingOfTheHill v3.1.0

Code:
[333]
[334] if($percent > 94){
[335]
[336]
[337] $this->addTitlePercentage($p, $percent);
[338]
[339] }
[340] }
[341]
[342] public function addTitlePercentage(Player $player, int $percent){
[343] Server::getInstance()->broadcastMessage(KothLanguage::getMessage("CAPTURING_POINT_MESSAGE", [
[344] "{percent}" => $percent,
[345] "{player}" => $player->getName()
[346] ]));
[347] }
[348]
[349] public function endGame(){
[350]
[351] foreach ($this->players as $player => $time){
[352]

Backtrace:
#0 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(342): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string[43] A non well formed numeric value encountered, string[81] phar:///home/gs-41393/plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena.ph, integer 342, array[2])
#1 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(311): koth\arenas\KothArena->addTitlePercentage(object koth\KothPlayer, string[2] 1%)
#2 plugins/Koth-v3.0_dev-62.phar/src/koth/arenas/KothArena(207): koth\arenas\KothArena->sendProgress(object koth\KothPlayer, integer 1)
#3 plugins/Koth-v3.0_dev-62.phar/src/koth/tasks/GameTimer(49): koth\arenas\KothArena->checkPlayers()
#4 src/pocketmine/scheduler/TaskHandler(134): koth\tasks\GameTimer->onRun(integer 5246)
#5 src/pocketmine/scheduler/TaskScheduler(176): pocketmine\scheduler\TaskHandler->run(integer 5246)
#6 src/pocketmine/plugin/PluginManager(643): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 5246)
#7 src/pocketmine/Server(2380): pocketmine\plugin\PluginManager->tickSchedulers(integer 5246)
#8 src/pocketmine/Server(2143): pocketmine\Server->tick()
#9 src/pocketmine/Server(1990): pocketmine\Server->tickProcessor()
#10 src/pocketmine/Server(1584): pocketmine\Server->start()
#11 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[15] /home/gs-41393/, string[23] /home/gs-41393/plugins/)
#12 src/pocketmine/PocketMine(296): pocketmine\server()
#13 (11): require(string[95] phar:///pro/bin/mcpe/pocketmine-stable-1.14.60/PocketMine-MP.phar/src/pocketmine)

PocketMine-MP version: 3.12.0 [Protocol 390]
Git commit: 77d45bf11674a1360f58e32a14a3b09f423d860c
uname -a: Linux d9ff1b071743 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64
PHP Version: 7.3.7
Zend version: 3.3.7
OS : Linux, linux

Request

do you mind if i use the code you used for capturing the point? im making an outpost plugin for factions

Asking for a favor

Hey, would you be able to add an auto spawn feature to a boss plugin i have? you'll get a free premium boss plugin from it, let me know and ill send you the plugin

ScoreHUD

Please add scorehud integration :)). It looks much better than the tips.

Suggestion

Create an addon to work with score hud, it can show when the next game starts who is the KING time left and what ever else you can think of

Capture Bug

[12:52:16] [Server thread/CRITICAL]: TypeError: "Argument 1 passed to pocketmine\Player::teleport() must be an instance of pocketmine\math\Vector3, null given, called in phar:///home/minecraft/plugins/Koth-v3.0_dev-55.phar/src/koth/arenas/KothArena.php on line 159" (EXCEPTION) in "src/pocketmine/Player" at line 3754

[12:52:16] [Server thread/DEBUG]: #0 plugins/Koth-v3.0_dev-55.phar/src/koth/arenas/KothArena(159): pocketmine\Player->teleport(NULL )

[12:52:16] [Server thread/DEBUG]: #1 plugins/Koth-v3.0_dev-55.phar/src/koth/arenas/KothArena(280): koth\arenas\KothArena->teleport(object koth\KothPlayer)

[12:52:16] [Server thread/DEBUG]: #2 plugins/Koth-v3.0_dev-55.phar/src/koth/listeners/KothListener(87): koth\arenas\KothArena->removePlayer(object koth\KothPlayer)

[12:52:16] [Server thread/DEBUG]: #3 src/pocketmine/plugin/MethodEventExecutor(42): koth\listeners\KothListener->onLeave(object pocketmine\event\player\PlayerQuitEvent)

[12:52:16] [Server thread/DEBUG]: #4 src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object koth\listeners\KothListener, object pocketmine\event\player\PlayerQuitEvent)

[12:52:16] [Server thread/DEBUG]: #5 src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\player\PlayerQuitEvent)

[12:52:16] [Server thread/DEBUG]: #6 src/pocketmine/Player(3477): pocketmine\event\Event->call()

[12:52:16] [Server thread/DEBUG]: #7 src/pocketmine/Player(3238): pocketmine\Player->close(object pocketmine\lang\TranslationContainer, string[78] Kicked by admin. Reason: Server is restarting! Please rejoin in a few moments.)

[12:52:16] [Server thread/DEBUG]: #8 plugins/WorldGuard_dev-86.phar/src/Chalapa13/WorldGuard/WorldGuard(174): pocketmine\Player->kick(string[53] Server is restarting! Please rejoin in a few moments.)

[12:52:16] [Server thread/DEBUG]: #9 src/pocketmine/plugin/PluginBase(117): Chalapa13\WorldGuard\WorldGuard->onDisable()

[12:52:16] [Server thread/DEBUG]: #10 src/pocketmine/plugin/PluginManager(628): pocketmine\plugin\PluginBase->setEnabled(boolean )

[12:52:16] [Server thread/DEBUG]: #11 src/pocketmine/plugin/PluginManager(613): pocketmine\plugin\PluginManager->disablePlugin(object Chalapa13\WorldGuard\WorldGuard)

[12:52:16] [Server thread/DEBUG]: #12 src/pocketmine/Server(1896): pocketmine\plugin\PluginManager->disablePlugins()

[12:52:16] [Server thread/DEBUG]: #13 src/pocketmine/Server(2115): pocketmine\Server->forceShutdown()

[12:52:16] [Server thread/DEBUG]: #14 src/pocketmine/Server(2040): pocketmine\Server->crashDump()

[12:52:16] [Server thread/DEBUG]: #15 src/pocketmine/Server(1586): pocketmine\Server->exceptionHandler(object ErrorException)

[12:52:16] [Server thread/DEBUG]: #16 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/minecraft/, string[24] /home/minecraft/plugins/)

[12:52:16] [Server thread/DEBUG]: #17 src/pocketmine/PocketMine(296): pocketmine\server()

[12:52:16] [Server thread/DEBUG]: #18 (11): require(string[68] phar:///home/minecraft/pocketmine.phar/src/pocketmine/PocketMine.php)

accidental duplicate issue, sorry

[Server thread/CRITICAL]: ParseError: "syntax error, unexpected ';'" (EXCEPTION) in "plugins/Koth-v3.0_dev-32.phar/src/koth/KothTimer" at line 55
[00:18:48] [Server thread/DEBUG]: #0 (): BaseClassLoader->loadClass(string[14] koth\KothTimer)
[00:18:48] [Server thread/DEBUG]: #1 plugins/Koth-v3.0_dev-32.phar/src/koth/KothMain(163): spl_autoload_call(string[14] koth\KothTimer)
[00:18:48] [Server thread/DEBUG]: #2 src/pocketmine/plugin/PluginBase(123): koth\KothMain->onEnable()
[00:18:48] [Server thread/DEBUG]: #3 src/pocketmine/plugin/PluginManager(581): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[00:18:48] [Server thread/DEBUG]: #4 src/pocketmine/Server(1999): pocketmine\plugin\PluginManager->enablePlugin(object koth\KothMain)
[00:18:48] [Server thread/DEBUG]: #5 src/pocketmine/Server(1985): pocketmine\Server->enablePlugin(object koth\KothMain)
[00:18:48] [Server thread/DEBUG]: #6 src/pocketmine/Server(1783): pocketmine\Server->enablePlugins(integer 1)
[00:18:48] [Server thread/DEBUG]: #7 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[21] /home/p2e/devfaction/, string[29] /home/p2e/devfaction/plugins/)
[00:18:48] [Server thread/DEBUG]: #8 src/pocketmine/PocketMine(295): pocketmine\server()
[00:18:48] [Server thread/DEBUG]: #9 (1): require(string[76] phar:///home/p2e/devfaction/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

bug

when i type /koth in game it says cant run that
EFABF9F1-EAD2-4A10-80C2-454CBA87344E
in console even though its been done in game

Crash

I get this crash when i type /koth join (most recent dev build)
4BDC28B1-92F7-43FE-8055-C84E084688C9

error on koth win

[Server thread/CRITICAL]: ErrorException: "Undefined property: koth\KothArena::$fac" (EXCEPTION) in "plugins/Koth-v3.0_dev-35.phar/src/koth/KothArena" at line 244
[17:37:15] [Server thread/DEBUG]: #0 plugins/Koth-v3.0_dev-35.phar/src/koth/KothArena(244): pocketmine\utils\Utils::errorExceptionHandler(integer 8, string[40] Undefined property: koth\KothArena::$fac, string[80] phar:///home/p2e/devfaction/plugins/Koth-v3.0_dev-35.phar/src/koth/KothArena.php, integer 244, array[3])
[17:37:15] [Server thread/DEBUG]: #1 plugins/Koth-v3.0_dev-35.phar/src/koth/KothArena(201): koth\KothArena->won(object koth\KothPlayer)
[17:37:15] [Server thread/DEBUG]: #2 plugins/Koth-v3.0_dev-35.phar/src/koth/GameTimer(60): koth\KothArena->checkPlayers()
[17:37:15] [Server thread/DEBUG]: #3 src/pocketmine/scheduler/TaskHandler(159): koth\GameTimer->onRun(integer 8075)
[17:37:15] [Server thread/DEBUG]: #4 src/pocketmine/scheduler/TaskScheduler(199): pocketmine\scheduler\TaskHandler->run(integer 8075)
[17:37:15] [Server thread/DEBUG]: #5 src/pocketmine/plugin/PluginManager(682): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 8075)
[17:37:15] [Server thread/DEBUG]: #6 src/pocketmine/Server(2570): pocketmine\plugin\PluginManager->tickSchedulers(integer 8075)
[17:37:15] [Server thread/DEBUG]: #7 src/pocketmine/Server(2346): pocketmine\Server->tick()
[17:37:15] [Server thread/DEBUG]: #8 src/pocketmine/Server(2203): pocketmine\Server->tickProcessor()
[17:37:15] [Server thread/DEBUG]: #9 src/pocketmine/Server(1785): pocketmine\Server->start()
[17:37:15] [Server thread/DEBUG]: #10 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[21] /home/p2e/devfaction/, string[29] /home/p2e/devfaction/plugins/)
[17:37:15] [Server thread/DEBUG]: #11 src/pocketmine/PocketMine(295): pocketmine\server()
[17:37:15] [Server thread/DEBUG]: #12 (1): require(string[76] phar:///home/p2e/devfaction/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
[17:37:15] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
[17:37:15] [Server thread/EMERGENCY]: Please upload the "/home/p2e/devfaction/crashdumps/Tue_Feb_11-17.37.15-EST_2020.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.

Problem

If someone died he keep spawning in Koth setspawn place is there way to make him to go to hub or something ?

bug

crash after capping 100%

1A70B7E8-51C6-4C18-9E45-0A189D34E15C

Suggestion

Make it automatic, I myself dont use the plugin but I think id be great if it was Automatic with certain time intervals where it would broadcast a message saying a new koth has started. If not entirely, It should be configurable. Not everyone wants to be doing /koth join and the koth leave.

Event time resets to 3 hours

Hi, the koth event time resets to 3 hours whenever I try to set it to 2 minutes. The description of the command it says /koth seteventtime however when I ran /koth seteventtime 120 and restart my server it says 2 hours when I run /koth join. On the second time I reseted the plugin data and did /koth seteventtime 2 (thinking that it might have been a typo in the command description) however it resets to 2 hours upon restarting the server.

Besides this, may I ask if this plugin has non-factions support, meaning that I can use it without factions pro? Thank you!

If you have any other queries please contact me at my discord ExpertMC king#1939

Bug

I keep getting this crash with webhooks i tried setting it to false in the config after the first crash but i keep getting the crash
70F145E0-DC61-4F90-8ECF-8C29054B720F

build 32 error on server start after plugin setup

[Server thread/CRITICAL]: ParseError: "syntax error, unexpected ';'" (EXCEPTION) in "plugins/Koth-v3.0_dev-32.phar/src/koth/KothTimer" at line 55
[00:18:48] [Server thread/DEBUG]: #0 (): BaseClassLoader->loadClass(string[14] koth\KothTimer)
[00:18:48] [Server thread/DEBUG]: #1 plugins/Koth-v3.0_dev-32.phar/src/koth/KothMain(163): spl_autoload_call(string[14] koth\KothTimer)
[00:18:48] [Server thread/DEBUG]: #2 src/pocketmine/plugin/PluginBase(123): koth\KothMain->onEnable()
[00:18:48] [Server thread/DEBUG]: #3 src/pocketmine/plugin/PluginManager(581): pocketmine\plugin\PluginBase->setEnabled(boolean 1)
[00:18:48] [Server thread/DEBUG]: #4 src/pocketmine/Server(1999): pocketmine\plugin\PluginManager->enablePlugin(object koth\KothMain)
[00:18:48] [Server thread/DEBUG]: #5 src/pocketmine/Server(1985): pocketmine\Server->enablePlugin(object koth\KothMain)
[00:18:48] [Server thread/DEBUG]: #6 src/pocketmine/Server(1783): pocketmine\Server->enablePlugins(integer 1)
[00:18:48] [Server thread/DEBUG]: #7 src/pocketmine/PocketMine(272): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[21] /home/p2e/devfaction/, string[29] /home/p2e/devfaction/plugins/)
[00:18:48] [Server thread/DEBUG]: #8 src/pocketmine/PocketMine(295): pocketmine\server()
[00:18:48] [Server thread/DEBUG]: #9 (1): require(string[76] phar:///home/p2e/devfaction/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

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.