Giter VIP home page Giter VIP logo

scorehudx's Introduction

scorehudx's People

Contributors

aiptu avatar alvin0319 avatar ifera avatar poggit-bot avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

scorehudx's Issues

Hola!!

Puedes hacer para que puedan también descargar los de 1.19 porfavor

Download Links

The repo Ifera/ScoreHudX does not exist or is not accessible to your GitHub account

It won't let me download the addons. It takes me to poggit, but doesn't allow me to download them nor view.

Issue with custom scoreboard

Im following the instructions and also i got the external plugins needed for some codes... but when i try to set up the scoreboard it just keep being a basic one... like the default one

The plugin gives me an error when starting the server

`public static function isTimezoneChanged(): bool{
	return self::$config->getNested("time.zone") !== false;
}

public static function getTimezone(): string{
	return (string) self::$config->getNested("time.zone", "America/New_York");
}

public static function getTimeFormat(): string{
	return (string) self::$config->getNested("time.format.time", "H:i:s");
}

public static function getDateFormat(): string{
	return (string) self::$config->getNested("time.format.date", "d-m-Y");
}

/*
 * Settings from scorehud.yml
 */`

#0 plugins/BasicScore.phar/src/Ifera/BasicScore/Main(36): Ifera\ScoreHud\ScoreHudSettings::getTimeFormat() #1 pmsrc/src/pocketmine/scheduler/ClosureTask(61): Ifera\BasicScore\Main->Ifera\BasicScore\{closure}(integer 1) #2 pmsrc/src/pocketmine/scheduler/TaskHandler(137): pocketmine\scheduler\ClosureTask->onRun(integer 1) #3 pmsrc/src/pocketmine/scheduler/TaskScheduler(179): pocketmine\scheduler\TaskHandler->run(integer 1) #4 pmsrc/src/pocketmine/plugin/PluginManager(654): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 1) #5 pmsrc/src/pocketmine/Server(2389): pocketmine\plugin\PluginManager->tickSchedulers(integer 1) #6 pmsrc/src/pocketmine/Server(2152): pocketmine\Server->tick() #7 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor() #8 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start() #9 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[20] /server/server-data/, string[28] /server/server-data/plugins/) #10 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server() #11 pmsrc(11): require(string[64] phar:///server/jars/pmmp-1834.phar/src/pocketmine/PocketMine.php)

Bug Or No?

[Server thread/ERROR]: [BasicScore] Missing required dependency ScoreHud plugin not found. Disabling BasicScore.

What?? I have installed Scorehud plugin

Me Again. with a question.

uhm. can u make that ScoreHud Refresh only the Line who Needed ?.

I have the Problem that when Refresh one line in scorehud, all the scorehud is flickering.
maybe you can make that only one line is flickering when ist refreshd ?

BTW: Maybe you can add a Refresh Timer in The Config for each line ?.
so, when i have a Plugin like OnlineTimer Then Refresh the Board every 1 second, this is Flickering pure !.

THX and Healthy in this timings -_-

interference

I created a tag that interferes with the money display tag on the server, and only one of them is displayed after the server runs (it depends on which one is activated first)

Player is not actually removed when they quit.

Plugin Use:

  • ScoreHud v6.2.1
  • BasicScore v1.2.0

Server software info

  • PocketMine-MP 3.19.1
  • PHP 7.4

Crashdump

Mon_May_3-17.04.49-WIB_2021.log

Crashlog

17:04:49 Server|CRITICAL - BadFunctionCallException: "Cannot set a score to a player without a scoreboard. Please call ScoreFactory::setScore() beforehand." (EXCEPTION) in "plugins/ScoreHud.phar/src/Ifera/ScoreHud/libs/jackmd/scorefactory/ScoreFactory" at line 83
17:04:49 Server|CRITICAL - #0 plugins/ScoreHud.phar/src/Ifera/ScoreHud/scoreboard/Scoreboard(180): Ifera\ScoreHud\libs\jackmd\scorefactory\ScoreFactory::setScoreLine(object JackMD\NameSpaceRemover\CustomPlayer, integer 1, string[29]  ..2.....l..eWelcome:..r ..f )
17:04:49 Server|CRITICAL - #1 plugins/ScoreHud.phar/src/Ifera/ScoreHud/EventListener(110): Ifera\ScoreHud\scoreboard\Scoreboard->display()
17:04:49 Server|CRITICAL - #2 plugins/ScoreHud.phar/src/Ifera/ScoreHud/EventListener(92): Ifera\ScoreHud\EventListener->updateTag(object JackMD\NameSpaceRemover\CustomPlayer, object Ifera\ScoreHud\scoreboard\ScoreTag)
17:04:49 Server|CRITICAL - #3 plugins/ScoreHud.phar/src/Ifera/ScoreHud/EventListener(71): Ifera\ScoreHud\EventListener->updateServerTag(object Ifera\ScoreHud\scoreboard\ScoreTag)
17:04:49 Server|CRITICAL - #4 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): Ifera\ScoreHud\EventListener->onServerTagUpdate(object Ifera\ScoreHud\event\ServerTagUpdateEvent)
17:04:49 Server|CRITICAL - #5 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object Ifera\ScoreHud\EventListener, object Ifera\ScoreHud\event\ServerTagUpdateEvent)
17:04:49 Server|CRITICAL - #6 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object Ifera\ScoreHud\event\ServerTagUpdateEvent)
17:04:49 Server|CRITICAL - #7 plugins/BasicScore_dev-8.phar/src/Ifera/BasicScore/listeners/EventListener(38): pocketmine\event\Event->call()
17:04:49 Server|CRITICAL - #8 pmsrc/src/pocketmine/scheduler/ClosureTask(61): Ifera\BasicScore\listeners\EventListener->Ifera\BasicScore\listeners\{closure}(integer 414)
17:04:49 Server|CRITICAL - #9 pmsrc/src/pocketmine/scheduler/TaskHandler(137): pocketmine\scheduler\ClosureTask->onRun(integer 414)
17:04:49 Server|CRITICAL - #10 pmsrc/src/pocketmine/scheduler/TaskScheduler(179): pocketmine\scheduler\TaskHandler->run(integer 414)
17:04:49 Server|CRITICAL - #11 pmsrc/src/pocketmine/plugin/PluginManager(654): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 414)
17:04:49 Server|CRITICAL - #12 pmsrc/src/pocketmine/Server(2487): pocketmine\plugin\PluginManager->tickSchedulers(integer 414)
17:04:49 Server|CRITICAL - #13 pmsrc/src/pocketmine/Server(2262): pocketmine\Server->tick()
17:04:49 Server|CRITICAL - #14 pmsrc/src/pocketmine/Server(2105): pocketmine\Server->tickProcessor()
17:04:49 Server|CRITICAL - #15 pmsrc/src/pocketmine/Server(1689): pocketmine\Server->start()
17:04:49 Server|CRITICAL - #16 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[37] D:\MinecraftTool\FarmingIslandServer\, string[45] D:\MinecraftTool\FarmingIslandServer\plugins\)
17:04:49 Server|CRITICAL - #17 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
17:04:49 Server|CRITICAL - #18 pmsrc(11): require(string[92] phar://D:/MinecraftTool/FarmingIslandServer/PocketMine-MP.phar/src/pocketmine/Po)
17:04:49 Server|EMERGENCY - An unrecoverable error has occurred and the server has crashed. Creating a crash dump
17:04:49 Server|EMERGENCY - Please upload the "D:\MinecraftTool\FarmingIslandServer\crashdumps/Mon_May_3-17.04.49-WIB_2021.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.

i have now the Binaries

but this comes now:

[19:17:59] [Server thread/CRITICAL]: Error: "Class 'Ifera\ScoreHud\event\ServerTagsUpdateEvent' not found" (EXCEPTION) in "plugins/BasicScore/src/Ifera/BasicScore/Main" at line 33

how to fix ?

Support

Pls Change EconomyAPI to BedrockEconomy

Sugestion

Can you Update The OnlineTime Addon to OnlineTimeScore ?.

PLS

THX

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.