Refactor EffOpenInventory to support the newer MenuType api by paper by 3add · Pull Request #8384 · SkriptLang/Skript

added 2 commits

January 17, 2026 21:52
… backwards compatiblity.

Tested Versions:
- 1.20.4 (skript didn't enable because of a different syntax element, unsupported)
- 1.21.1
- 1.21.3
- 1.21.4
- 1.21.10
- 1.21.11
… and add new description of the @SInCE added in this PR.

Refactoring EffOpenInventory to avoid a bug on 1.21.1 where creating an InventoryView with a null title is not possible (paper fixed this in 1.21.3)

sovdeeth

@sovdeeth sovdeeth linked an issue

Jan 17, 2026

that may be closed by this pull request

1 task

@sovdeeth sovdeeth changed the base branch from master to dev/patch

January 17, 2026 22:15

@sovdeeth sovdeeth added the bug

An issue that needs to be fixed. Alternatively, a PR fixing an issue.

label

Jan 17, 2026

3add and others added 9 commits

January 17, 2026 23:16
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
…openInventoryType is called.
…ory, remove static declaration for openInventoryType(Player player, InventoryType type)

@3add

…OpenInventory"

This reverts commit b4ef3cd.

@3add

sovdeeth

3add and others added 5 commits

January 18, 2026 22:48
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>

@3add

sovdeeth

3add and others added 4 commits

January 21, 2026 22:33
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
…to a single pattern supporting both 'inventory' and 'inventorytype'

sovdeeth

TheMug06

@sovdeeth

@sovdeeth