Narimm

Results 55 comments of Narimm

This is related to #189

Basically when a rollback is performed it stores the parent action id in the additional data field of the handler - however the method hasExtraData() for the rollback action was...

> > "it will not be compatible with Spigot" ??? > > advanture components is integrated in PaperSpigot. > Spigot doesn't contain this api so plugin will not work on...

It looks like it was saving an action and the data included a color? - if you turn on debugging it will log the query that caused the error,

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Issues ====== + Solved 1 - Added 17 Complexity increasing per file ============================== - src/main/java/me/botsko/prism/serializers/entity/PandaSerializer.java 7...

Please let me know the exact version of prism your using

My aplogies I did mean ```php $myUpdateChecker = PucFactory::buildUpdateChecker('@plugin.github_repo@/releases/latest/download/info.json', __FILE__, '/@plugin.slug@'); $myUpdateChecker->getVcsApi()->enableReleaseAssets(); ``` Above is how we used to enable a release strategy prior to v5 using Github. Its no...

Also please review https://github.com/YahnisElsts/plugin-update-checker ![image](https://github.com/YahnisElsts/plugin-update-checker/assets/2214955/4954b964-19e0-414c-a9bc-dcbfa359fdeb)

This is finally stable - How it works: On each push github actions will trigger a build using the ant build and publish the build files - these are beta...

This is fixed by #97 which includes a update to the underlying PUC system