Skript

Skript

743k Downloads

`items in player's inventory` seems to no longer work

ShaneBeee opened this issue · 1 comments

commented

Skript/Server Version

[14:23:50 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[14:23:50 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[14:23:50 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[14:23:50 INFO]: [Skript] Server Version: git-Paper-381 (MC: 1.20.4)
[14:23:50 INFO]: [Skript] Skript Version: 2.8.0-pre2 (skriptlang-github)
[14:23:50 INFO]: [Skript] Installed Skript Addons: 
[14:23:50 INFO]: [Skript]  - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui)
[14:23:50 INFO]: [Skript]  - skript-reflect v2.4-dev1 (https://github.com/SkriptLang/skript-reflect)
[14:23:50 INFO]: [Skript]  - SkBee v3.1.0 (https://github.com/ShaneBeee/SkBee)
[14:23:50 INFO]: [Skript] Installed dependencies: 
[14:23:50 INFO]: [Skript]  - Vault v1.7.3-b131

Bug Description

using the code:
!send (items in player's inventory)
outputs nothing, even tho this used to work on 2.7.x

using the code:
!send (items in (player's inventory))
outputs a list of the player's tool

Expected Behavior

To output a list of items

Steps to Reproduce

see bug description

Errors or Screenshots

Screenshot 2024-01-14 at 2 25 39 PM

Other

No response

Agreement

  • I have read the guidelines above and affirm I am following them with this report.
commented

I think this is a duplicate of #6290 which should be fixed by #6323