A plugin for PocketMine-MP improves items.

Overview

AdvancedItem


Lint PHPStan

A plugin for PocketMine-MP that improves items.

Featured

  • Change name of item
  • Edit lore in line like MyItem Spigot
  • Duplicate the item on hand
  • Confirm before changing

Commands

The plugin's main command is /advanceditem and aliases like /ai, /aitem

Permission: advanceditem.allow.command

List SubCommands

SubCommand Description
setname Change name of item in hand
setlore Change lore of item in hand
duplicated Duplicated of item in hand
reload Reload the config

All Contributors

Comments
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.2

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.2

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.12.2.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.12.2

    For Minecraft: Bedrock Edition 1.19.50

    This is a bugfix release. It should be a drop-in replacement for any prior 4.12.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.12.1

    For Minecraft: Bedrock Edition 1.19.50

    This is a bugfix release. It should be a drop-in replacement for any prior 4.12.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.12.0

    For Minecraft: Bedrock Edition 1.19.50

    This is a support release for Minecraft: Bedrock 1.19.50. It does not contain any API changes.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0

    For Minecraft: Bedrock Edition 1.19.40

    This is a minor feature update, adding some new features and minor improvements to PocketMine-MP, including improved block updates, support for encrypted resource packs, and API additions and deprecations.

    Most plugins which currently work on 4.10.x or earlier should work on this version without changes. However, due to internals changes, some plugins using internal APIs (not supported) may break.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA2

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA1

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.10.2

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    ... (truncated)

    Commits
    • 0ee6cdb Release 4.12.2
    • 97d6a79 Updated BedrockProtocol
    • 8b5e4c1 Updated PHPStan
    • 214a5dd Bump netresearch/jsonmapper from 4.0.0 to 4.1.0 (#5446)
    • 9f7dfe3 Bump phpunit/phpunit from 9.5.26 to 9.5.27 (#5447)
    • 9b55d18 Bump ncipollo/release-action from 1.11.2 to 1.12.0 (#5451)
    • 3146552 Fixed PHP-CS-Fixer not import global constants. (#5449)
    • 74613b9 Bump phpstan/phpstan-phpunit from 1.2.2 to 1.3.0 (#5445)
    • 1cefe24 InGamePacketHandler: fixed transaction predictions not getting rolled back fo...
    • 8bf85d4 bootstrap: avoid using is_writable() to check for data directory access permi...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.11 to 1.9.3

    Bump phpstan/phpstan from 1.8.11 to 1.9.3

    Bumps phpstan/phpstan from 1.8.11 to 1.9.3.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.9.3

    Bleeding edge 🔪

    If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

    includes:
    	- vendor/phpstan/phpstan/conf/bleedingEdge.neon
    

    Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

    Improvements 🔧

    Bugfixes 🐛

    ... (truncated)

    Commits
    • 709999b PHPStan 1.9.3
    • 68fd144 Fix
    • 49512bf Fix
    • ac93c2a Updated PHPStan to commit b7441d66b0e3a3f810de21b780744799171f4ca1
    • dad4727 Updated PHPStan to commit c760b1f7a45c512cd34c91d8e078046dfdc453ba
    • 731ab71 phpunit-bridge regression test
    • fa6da45 Updated PHPStan to commit 11a10393537137d06747b09f8d8ab128f93a52ed
    • 59433d5 Run Symplify tests
    • c10b5fa Updated PHPStan to commit 5fc2bfd3522909ca40af7e6bcbf9c95e11120683
    • b6ac56c Updated PHPStan to commit cbf4b063988c23073c11da92f1c9c74c69539917
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.1

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.1

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.12.1.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.12.1

    For Minecraft: Bedrock Edition 1.19.50

    This is a bugfix release. It should be a drop-in replacement for any prior 4.12.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.12.0

    For Minecraft: Bedrock Edition 1.19.50

    This is a support release for Minecraft: Bedrock 1.19.50. It does not contain any API changes.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0

    For Minecraft: Bedrock Edition 1.19.40

    This is a minor feature update, adding some new features and minor improvements to PocketMine-MP, including improved block updates, support for encrypted resource packs, and API additions and deprecations.

    Most plugins which currently work on 4.10.x or earlier should work on this version without changes. However, due to internals changes, some plugins using internal APIs (not supported) may break.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA2

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA1

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.10.2

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.10.1

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    ... (truncated)

    Commits
    • 7ae6425 Release 4.12.1
    • b5cfab4 Clean up inventory content syncing, fixes #5441
    • 774e231 changelog: added detail about InventoryManager internals changes
    • 43bc3c7 Added tool to dump JSON contents of encoded crashdump data
    • eb62dc3 Added documentation for RegistryTrait, EnumTrait and CloningRegistryTrait
    • 279056f 4.12.1 is next
    • cd233b1 Release 4.12.0
    • 64dd5e3 Update dependencies for 1.19.50
    • 4e5cc57 Bump build/php from 9353116 to 27cc1fc (#5438)
    • 9526379 Durable: fix misbehaviour of isBroken() since fe982c697bec3265c4222b73fe5ed17...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.0

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.0

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.12.0.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.12.0

    For Minecraft: Bedrock Edition 1.19.50

    This is a support release for Minecraft: Bedrock 1.19.50. It does not contain any API changes.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0

    For Minecraft: Bedrock Edition 1.19.40

    This is a minor feature update, adding some new features and minor improvements to PocketMine-MP, including improved block updates, support for encrypted resource packs, and API additions and deprecations.

    Most plugins which currently work on 4.10.x or earlier should work on this version without changes. However, due to internals changes, some plugins using internal APIs (not supported) may break.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA2

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA1

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.10.2

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.10.1

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    Commits
    • cd233b1 Release 4.12.0
    • 64dd5e3 Update dependencies for 1.19.50
    • 4e5cc57 Bump build/php from 9353116 to 27cc1fc (#5438)
    • 9526379 Durable: fix misbehaviour of isBroken() since fe982c697bec3265c4222b73fe5ed17...
    • 2db86d1 Bump ncipollo/release-action from 1.11.1 to 1.11.2 (#5414)
    • f0358b0 changelog: added commit links to internals changes
    • 80a432d Merge branch 'next-minor' into stable
    • ec9f9a4 4.11.1 is next
    • d450264 Release 4.11.0
    • 5e92f55 4.10.3 is next
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.11.0

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.11.0

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.11.0.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.11.0

    For Minecraft: Bedrock Edition 1.19.40

    This is a minor feature update, adding some new features and minor improvements to PocketMine-MP, including improved block updates, support for encrypted resource packs, and API additions and deprecations.

    Most plugins which currently work on 4.10.x or earlier should work on this version without changes. However, due to internals changes, some plugins using internal APIs (not supported) may break.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA2

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA1

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.10.2

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.10.1

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    Commits
    • d450264 Release 4.11.0
    • 641d35a Updated pocketmine/locale-data to get new translations
    • 642630a ...
    • d79e635 Merge branch 'stable' into next-minor
    • ff63983 Update transient composer dependencies
    • 5882150 Update BedrockProtocol
    • 5c1e9a3 Fix missing sounds when interacting with item frames (#5383)
    • aad9f5f Terminal: use fallback escape codes if TERM env var is not set
    • a8dca19 Updated build/php submodule to pmmp/php-build-scripts@9353116fa8c78ed4f588b98...
    • e5f5fe8 BlockGrowEvent: Remove unnecessary Cancellable implementation (#5359)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.11 to 1.9.2

    Bump phpstan/phpstan from 1.8.11 to 1.9.2

    Bumps phpstan/phpstan from 1.8.11 to 1.9.2.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.9.2

    Bugfixes 🐛

    Function signature fixes 🤖

    • Update DateTimeZone::listAbbreviations signature (#1962), thanks @​franmomu!
    • Making json_encode() always produce a non-empty-string, when successful (#1980), thanks @​Slamdunk!
    • sodium_crypto_generichash* always produce a non-empty-string (#1981), thanks @​Slamdunk!
    • sodium_crypto_sign* always produce non-empty-string (#1985), thanks @​Slamdunk!

    Internals 🔍

    1.9.1

    Improvements 🔧

    Bugfixes 🐛

    1.9.0

    Check out the article about this release!

    ... (truncated)

    Commits
    • d6fdf01 PHPStan 1.9.2
    • ac5ea90 Fix Larastan
    • 953a97b Updated PHPStan to commit 582a9cb8b9b4fce2bd069bac26bf1d31dd52e7e2
    • f878d19 Updated PHPStan to commit b4ac8a1e09d46fe6180962d5d681ffec1fac2d84
    • 7db7d40 Updated PHPStan to commit f8f09cdb60a0a6214199f5a765a7782cb110e52e
    • 4218398 Bye bye old issue bot!
    • 172a390 Updated PHPStan to commit 8faf0fbde83ef3b681b570c1f714f7c938cb3a9f
    • 80714c3 Updated PHPStan to commit b8accb117f03741ac95f0a0c9de4a7e4edffab05
    • a56ae2c Fix retrieveSample
    • ed192b9 Playground API - retrieveSample
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.10.1

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.10.1

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.10.1.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.10.1

    For Minecraft: Bedrock Edition 1.19.40

    This is a bugfix release. It should be a drop-in replacement for any prior 4.10.x release.

    Please see the changelogs for details.

    Commits
    • a39938e Release 4.10.1
    • d5bf88a Added missing changelog items for 4.10.0 release
    • 2d0602d World: fixed spawning in the void when the spawn terrain is higher than y=70 ...
    • 3a2a23b Fixed totem activating when having 1HP instead of 0HP (#5380)
    • 1a8c8af Bump shivammathur/setup-php from 2.21.2 to 2.22.0 (#5375)
    • 1e9d83f BaseInventory: validate given array in setContents() (#5391)
    • 2930161 Remove dead comments (#5389)
    • 2fdc46c PHPStan 1.9 features
    • bfd1b2c PHPStan 1.9.1
    • fe982c6 Durable: reset durability when overstacked items are broken
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.11 to 1.9.1

    Bump phpstan/phpstan from 1.8.11 to 1.9.1

    Bumps phpstan/phpstan from 1.8.11 to 1.9.1.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.9.1

    Improvements 🔧

    Bugfixes 🐛

    1.9.0

    Check out the article about this release!

    Major new features 🚀

    Bleeding edge 🔪

    If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

    ... (truncated)

    Commits
    • a59c8b5 PHPStan 1.9.1
    • c57a9f7 Update PHPUnit baseline
    • c67b9f6 Updated PHPStan to commit d91411b2ab280b5132ffdb93432d9842b938370f
    • 7054365 Updated PHPStan to commit e3055aec156fb97d6ce0799c4f67aacc0c68d821
    • 6e4e657 Updated PHPStan to commit 199f9552ee3b41288c69eb39bc24677c00c9e858
    • 485175b Updated PHPStan to commit 071320dab361ef35597a524cd472eff3e3531490
    • 14aacba Updated PHPStan to commit d0c971e2c7409d41c00c561f63a2ecdd98284f49
    • 6fa1422 Updated PHPStan to commit 111799b398b1d00e8948cb841f73a393f995912b
    • b1e22e8 Updated PHPStan to commit 26bf11c71e872b87001934275ab6975ecdd24099
    • 7fa3245 Update Doctrine ORM baseline
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump friendsofphp/php-cs-fixer from 3.10.0 to 3.13.0

    Bump friendsofphp/php-cs-fixer from 3.10.0 to 3.13.0

    Bumps friendsofphp/php-cs-fixer from 3.10.0 to 3.13.0.

    Release notes

    Sourced from friendsofphp/php-cs-fixer's releases.

    v3.13.0 Oliva

    • bug: BracesFixer - Fix unexpected extra blank line (#6667)
    • bug: fix CI on master branch (#6663)
    • bug: IsNullFixer - handle casting (#6661)
    • docs: feature or bug (#6652)
    • docs: Use case insensitive sorting for options (#6666)
    • docs: [DateTimeCreateFromFormatCallFixer] Fix typos in the code sample (#6671)
    • DX: update cli-executor (#6664)
    • DX: update dev-tools (#6665)
    • feature: Add global_namespace_import to @​Symfony ruleset (#6662)
    • feature: Add separate option for closure_fn_spacing (#6658)
    • feature: general_phpdoc_annotation_remove - allow add case_sensitive option (#6660)
    • minor: AllowedValueSubset - possible values are sorted (#6651)
    • minor: Use md5 for file hashing to reduce possible collisions (#6597)

    v3.12.0 Oliva

    • bug: SingleLineThrowFixer - Handle throw expression inside block (#6653)
    • DX: create TODO to change default ruleset for v4 (#6601)
    • DX: Fix SCA findings (#6626)
    • DX: HelpCommand - fix docblock (#6584)
    • DX: Narrow some docblock types (#6581)
    • DX: Remove redundant check for PHP <5.2.7 (#6620)
    • DX: Restore PHPDoc to type rules workflow step (#6615)
    • DX: SCA - scope down types (#6630)
    • DX: Specify value type in iterables in tests (#6594)
    • DX: Test on PHP 8.2 (#6558)
    • DX: Update GitHub Actions (#6606)
    • DX: Update PHPStan (#6616)
    • feature: Add @PHP82Migration ruleset (#6621)
    • feature: ArrayPushFixer now fix short arrays (#6639)
    • feature: NoSuperfluousPhpdocTagsFixer - support untyped and empty annotations in phpdoc (#5792)
    • feature: NoUselessConcatOperatorFixer - Introduction (#6447)
    • feature: Support for constants in traits (#6607)
    • feature: [PHP8.2] Support for new standalone types (null, true, false) (#6623)
    • minor: GitHub Workflows security hardening (#6644)
    • minor: prevent BC break in ErrorOutput (#6633)
    • minor: prevent BC break in Runner (#6634)
    • minor: Revert "minor: prevent BC break in Runner" (#6637)
    • minor: Update dev tools (#6554)

    v3.11.0 Oliva

    • bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
    • bug: Do not treat implements list comma as array comma (#6595)
    • bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)
    • bug: MethodChainingIndentationFixer - Fix bug with attribute access (#6573)
    • bug: NoMultilineWhitespaceAroundDoubleArrowFixer - fix for single line comment (#6589)
    • bug: TypeAlternationTransformer - TypeIntersectionTransforme - Bug: handle attributes (#6579)
    • bug: [BinaryOperatorFixer] Fix more issues with scoped operators (#6559)
    • docs: Remove $ from console command snippets (#6600)
    • docs: Remove $ from console command snippets in documentation (#6599)

    ... (truncated)

    Changelog

    Sourced from friendsofphp/php-cs-fixer's changelog.

    Changelog for v3.13.0

    • bug: BracesFixer - Fix unexpected extra blank line (#6667)
    • bug: fix CI on master branch (#6663)
    • bug: IsNullFixer - handle casting (#6661)
    • docs: feature or bug (#6652)
    • docs: Use case insensitive sorting for options (#6666)
    • docs: [DateTimeCreateFromFormatCallFixer] Fix typos in the code sample (#6671)
    • DX: update cli-executor (#6664)
    • DX: update dev-tools (#6665)
    • feature: Add global_namespace_import to @​Symfony ruleset (#6662)
    • feature: Add separate option for closure_fn_spacing (#6658)
    • feature: general_phpdoc_annotation_remove - allow add case_sensitive option (#6660)
    • minor: AllowedValueSubset - possible values are sorted (#6651)
    • minor: Use md5 for file hashing to reduce possible collisions (#6597)

    Changelog for v3.12.0

    • bug: SingleLineThrowFixer - Handle throw expression inside block (#6653)
    • DX: create TODO to change default ruleset for v4 (#6601)
    • DX: Fix SCA findings (#6626)
    • DX: HelpCommand - fix docblock (#6584)
    • DX: Narrow some docblock types (#6581)
    • DX: Remove redundant check for PHP <5.2.7 (#6620)
    • DX: Restore PHPDoc to type rules workflow step (#6615)
    • DX: SCA - scope down types (#6630)
    • DX: Specify value type in iterables in tests (#6594)
    • DX: Test on PHP 8.2 (#6558)
    • DX: Update GitHub Actions (#6606)
    • DX: Update PHPStan (#6616)
    • feature: Add @PHP82Migration ruleset (#6621)
    • feature: ArrayPushFixer now fix short arrays (#6639)
    • feature: NoSuperfluousPhpdocTagsFixer - support untyped and empty annotations in phpdoc (#5792)
    • feature: NoUselessConcatOperatorFixer - Introduction (#6447)
    • feature: Support for constants in traits (#6607)
    • feature: [PHP8.2] Support for new standalone types (null, true, false) (#6623)
    • minor: GitHub Workflows security hardening (#6644)
    • minor: prevent BC break in ErrorOutput (#6633)
    • minor: prevent BC break in Runner (#6634)
    • minor: Revert "minor: prevent BC break in Runner" (#6637)
    • minor: Update dev tools (#6554)

    Changelog for v3.11.0

    • bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
    • bug: Do not treat implements list comma as array comma (#6595)
    • bug: Fix MethodChainingIndentationFixer with arrow functions and class instantiation (#5587)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.2 to 1.8.10

    Bump phpstan/phpstan from 1.8.2 to 1.8.10

    Bumps phpstan/phpstan from 1.8.2 to 1.8.10.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.10

    Improvements 🔧

    • RuleTestCase: enable gathering analyser errors without causing test failures (#1728), thanks @​schlndh!

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.9

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.8

    Improvements 🔧

    ... (truncated)

    Commits
    • 0c4459d PHPStan 1.8.10
    • 74e51aa Fix Shipmonk build
    • ea9ee20 Updated PHPStan to commit ecc3076769a7943e33801d024eeab0b08187c204
    • 5d0bf92 Updated PHPStan to commit 2222b6319d013cf939ff013f14d90e3ec85b0503
    • 473171e Updated PHPStan to commit e937d5ff444070aa67fc8dee4d38e3a74bc22a09
    • e0715da Updated PHPStan to commit 9febf1db4b4e3a4f3462fdd6ffa67b22a420f05a
    • efcf041 Updated PHPStan to commit 90403cc656aca2c2e0ae8ba176c461ca490ec24d
    • 3a72d9d PHPStan 1.8.9
    • 8248800 Updated PHPStan to commit 76bd347d2281f311ed5aa4a5c8a6632f2f136eff
    • 02fe0c8 Updated PHPStan to commit 7c7bbbe51bcd61ada505856e1f6bab28329ec379
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump phpstan/phpstan from 1.8.2 to 1.8.9

    Bump phpstan/phpstan from 1.8.2 to 1.8.9

    Bumps phpstan/phpstan from 1.8.2 to 1.8.9.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.8.9

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    1.8.8

    Improvements 🔧

    Bugfixes 🐛

    Function signature fixes 🤖

    ... (truncated)

    Commits
    • 3a72d9d PHPStan 1.8.9
    • 8248800 Updated PHPStan to commit 76bd347d2281f311ed5aa4a5c8a6632f2f136eff
    • 02fe0c8 Updated PHPStan to commit 7c7bbbe51bcd61ada505856e1f6bab28329ec379
    • 3cd136c Updated PHPStan to commit 32b3c67729267a1f7a4dcae590e7ce9013eabfee
    • 46d1178 Updated PHPStan to commit 02f0f894ff90561d495dbdef3716c80b2077e2ae
    • 9f7bf18 Updated PHPStan to commit 7a6ff57557145485b3bf4de3855f80407e6e16b5
    • 97b851b Update extension-tests.yml
    • cff23a6 Updated PHPStan to commit 8e55decc78ab9da6ffe4cc62045c752794ed2d7a
    • d0b09d0 Updated PHPStan to commit b1b0dc921894da1f24721702262e64399a39c626
    • 31ebab5 Updated PHPStan to commit 9bf569404d5ab14896088efcc8ca02a2e94f300e
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.3

    Bump pocketmine/pocketmine-mp from 4.10.0 to 4.12.3

    Bumps pocketmine/pocketmine-mp from 4.10.0 to 4.12.3.

    Release notes

    Sourced from pocketmine/pocketmine-mp's releases.

    PocketMine-MP 4.12.3

    For Minecraft: Bedrock Edition 1.19.50

    This bugfix release includes a fix for a denial-of-service vulnerability. Upgrading is recommended.

    Please see the changelogs for details.

    PocketMine-MP 4.12.2

    For Minecraft: Bedrock Edition 1.19.50

    This is a bugfix release. It should be a drop-in replacement for any prior 4.12.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.12.1

    For Minecraft: Bedrock Edition 1.19.50

    This is a bugfix release. It should be a drop-in replacement for any prior 4.12.x release.

    Please see the changelogs for details.

    PocketMine-MP 4.12.0

    For Minecraft: Bedrock Edition 1.19.50

    This is a support release for Minecraft: Bedrock 1.19.50. It does not contain any API changes.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0

    For Minecraft: Bedrock Edition 1.19.40

    This is a minor feature update, adding some new features and minor improvements to PocketMine-MP, including improved block updates, support for encrypted resource packs, and API additions and deprecations.

    Most plugins which currently work on 4.10.x or earlier should work on this version without changes. However, due to internals changes, some plugins using internal APIs (not supported) may break.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA2

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    Please see the changelogs for details.

    PocketMine-MP 4.11.0-BETA1

    For Minecraft: Bedrock Edition 1.19.40

    This is a feature preview for 4.11.0, a minor update to PocketMine-MP which adds some minor new features and improvements.

    ... (truncated)

    Commits
    • 466f7e9 Release 4.12.3
    • 59be901 Fixed unauthenticated sessions taking up player slots
    • 5d2b0ac GamemodeCommand: report failure if the target's game mode is already the desi...
    • 7d1d620 attempted fix for GitHub rate limiting php-cs-fixer installation
    • 17dde14 Bump phpstan/phpstan-phpunit from 1.3.2 to 1.3.3 (#5465)
    • 1e5597f World: account for null chunk edge case in tickChunk()
    • 97ef209 HandlerList: added missing class-string type for constructor
    • 1305fd5 Merge branch 'stable' of github.com:pmmp/PocketMine-MP into stable
    • 7a137f9 Updated build/php submodule to pmmp/php-build-scripts@6b605ed7c458fc8f95080ff...
    • 63e8b1c Bump phpstan/phpstan from 1.9.3 to 1.9.4 (#5458)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump friendsofphp/php-cs-fixer from 3.13.0 to 3.13.1

    Bump friendsofphp/php-cs-fixer from 3.13.0 to 3.13.1

    Bumps friendsofphp/php-cs-fixer from 3.13.0 to 3.13.1.

    Release notes

    Sourced from friendsofphp/php-cs-fixer's releases.

    v3.13.1 Oliva

    • bug: Align all the arrows inside the same array (#6590)
    • bug: Fix priority between modernize_types_casting and no_unneeded_control_parentheses (#6687)
    • bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element (#6677)
    • docs: Fix docs for disabled rules in rulesets (#6679)
    • docs: fix the cookbook_fixers.rst (#6672)
    • docs: Update installation recommended commands for mkdir argument (-p insteadof --parents). (#6689)
    • Make static data providers that are not using dynamic calls (#6696)
    • minor: displaying number of checked files (#6674)
    Changelog

    Sourced from friendsofphp/php-cs-fixer's changelog.

    Changelog for v3.13.1

    • bug: Align all the arrows inside the same array (#6590)
    • bug: Fix priority between modernize_types_casting and no_unneeded_control_parentheses (#6687)
    • bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element (#6677)
    • docs: Fix docs for disabled rules in rulesets (#6679)
    • docs: fix the cookbook_fixers.rst (#6672)
    • docs: Update installation recommended commands for mkdir argument (-p insteadof --parents). (#6689)
    • Make static data providers that are not using dynamic calls (#6696)
    • minor: displaying number of checked files (#6674)
    Commits
    • 78d2251 prepared the 3.13.1 release
    • a2bdba3 Make static data providers that are not using dynamic calls (#6696)
    • ad0a87e bug: Align all the arrows inside the same array (#6590)
    • 663f3fc docs: Update installation recommended commands for mkdir argument (-p ins...
    • 9c7070b bug: Fix priority between modernize_types_casting and `no_unneeded_control_...
    • 046ff90 docs: Fix docs for disabled rules in rulesets (#6679)
    • b577444 minor: displaying number of checked files (#6674)
    • bb94db0 bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is ...
    • 3969f39 docs: fix the cookbook_fixers.rst (#6672)
    • a1a5570 bumped version
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump phpstan/phpstan from 1.8.11 to 1.9.4

    Bump phpstan/phpstan from 1.8.11 to 1.9.4

    Bumps phpstan/phpstan from 1.8.11 to 1.9.4.

    Release notes

    Sourced from phpstan/phpstan's releases.

    1.9.4

    Improvements 🔧

    Bugfixes 🐛

    Internals 🔍

    • Implement getConstantStrings() on Type (#1979), thanks @​staabm!
    • Fix node PHPDoc type hints (#2053), thanks @​herndlm!
    • Refactor FilterVarDynamicReturnTypeExtension to pass around Types instead of Args and the Scope (#2109), thanks @​herndlm!

    1.9.3

    Bleeding edge 🔪

    If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

    includes:
    	- vendor/phpstan/phpstan/conf/bleedingEdge.neon
    

    Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

    Improvements 🔧

    ... (truncated)

    Commits
    • d03bcce PHPStan 1.9.4
    • b22aa05 Updated PHPStan to commit 4025209062e31619077197006ce44b5d60a9f2c1
    • 811db85 Updated PHPStan to commit a7fed03bbf1bef545c8afcbf6c906ac93b34c876
    • 274d06e Infinite recursion regression test
    • ad9d3c7 Updated PHPStan to commit a8975b1800d6c5cb88a6af02e132b4e44e093fc3
    • 7a65fac Updated PHPStan to commit 2a61ebc7d07888dbb2836147edaa21b78a983065
    • c0086d9 output-format: add info about editorUrlTitle
    • 15377d9 Updated PHPStan to commit 901d789a45f0682bf6adbdfde516ec1011d873bb
    • 9a25ace Updated PHPStan to commit bc4b2fe0d83a0e601448dbdaa8b0a288342c23f3
    • 89c729c Updated PHPStan to commit 03786827d92df439c3a31760bcd98d560035a33f
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v1.0.0)
Owner
Block Magic Dev
Teams to develop plugins for multiple platforms
Block Magic Dev
StickWithIt is an online food ordering website created using PHP. You can view and purchase various items as well as remove items from the cart.

StickWithIt (App Name) StickWithIt is an online food ordering website created using PHP. The database used here is MYSQL database. The tool used here

Jenil Gajjar 1 May 11, 2022
PocketMine-MP plugin that inhibits players from dropping items.

PocketMine-MP plugin that inhibits players from dropping items. This plugin also comes with a variety of useful commands.

MCA7 3 Jul 25, 2022
PocketMine-MP Plugin for converting items & blocks name to your language.

ConvertName PocketMine-MP Plugin for converting items & blocks name to your language. Usage Due to license issue, I don't put the language files direc

null 6 Aug 25, 2022
DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

DropItem3D - PocketMine-MP plugin to be able to see drop items realistic.

ぼい 12 Jun 2, 2022
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
Plugin to add items

CustomItem Plugin to add items No more item limit ?? Your imagnition the only barrier ?? New id new items ?? How to make texture for new item 1• Creat

Refaltor 15 Aug 16, 2022
This plugin adds 95% of 1.16 blocks & items and their functionality

INether This plugin adds 95% of 1.16 blocks & items and their functionality Implemented blocks Ancient Debris All types of Basalt Crimson & Warped Fun

null 34 Dec 7, 2022
Add custom armors, tools and many items!

CustomThings This plugin was created for the new version of Hiroshima and allows you to add tools, armors and items! Informations Here are the differe

null 13 Oct 16, 2021
Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number of items.

Repeater Easy Sort Adds a compact "easy-sort" mode to Repeater and Repeater Matrix, making those fields easier to sort when there are a large number o

Robin Sallis 3 Oct 10, 2021
Copy missing items from grocy to bring

Copy Grocy "Missing Products" to BRING List Build Container First build the container: docker build -t grocy-to-bring . Run Container Insert your Groc

null 8 Aug 2, 2022
Magento 2 Extension to cleanup admin menu and Store > Configuration area by arranging third party extension items.

Clean Admin Menu - Magento 2 Extension It will merge all 3rd party extension's menu items in backend's primary menu to a common menu item named "Exten

RedChamps 109 Jan 3, 2023
Save items in a bucket, retrieve them later.

Bucket Save items in a bucket, retrieve them later. use Laragear\Bucket\Facades\Buckets; use App\Models\Message; public function send(Message $messag

Laragear 2 Jun 3, 2022
This package implements 0-1 Knapsack Problem algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

This package implements "0-1 Knapsack Problem" algorithm i.e. allows to find the best way to fill a knapsack of a specified volume with items of a certain volume and value.

Alexander Makarov 9 Sep 8, 2022
This Pocketmine-MP plugin is a plugin including a complete faction system.

SimpleFaction Simple faction plugin replacing FactionsPro which is no longer updated. Commands Command Name Command Description Available for /f help

Ayzrix 33 Dec 19, 2022
SpawnInLobby Pocketmine-MP plugin. With this plugin the player will always join the game at the default world spawn point

SpawnInLobby Pocketmine-MP plugin. With this plugin the player will always join the game at the default world spawn point

null 1 Jan 7, 2022
Integrates the ClassicPress Plugin Directory and any plugin stored in GitHub (tagged with classicpress-plugin) in the ClassicPress Admin

ClassicPress Plugin Directory Adds a new screen in a ClassicPress Install where you can browse, install, activate, deactivate, update, delete and pagi

TukuToi 3 Dec 27, 2022
A PocketMine/Altay Plugin to morph yourself into a block

BlockMorph A PocketMine/Altay Plugin to morph yourself into a block Command To morph yourself into a block use this command: /blockmorph [BlockID|Bloc

Matze 7 Mar 22, 2022
A useful PocketMine-MP plugin that allows you to create crates in-game!

ComplexCrates A useful PocketMine-MP plugin that allows you to create crates in-game! Commands Main command: /crate Sub commands: create

Oğuzhan 8 Aug 26, 2021
A plugin to add more blocks to PocketMine

This plugin aims to add all blocks not included in PocketMine. As of right now the ExtendedBlocks plugin is required to add blocks with IDs above 255.

xSuper 26 Dec 19, 2022