Skript

Skript

743k Downloads

"name of %inventory%" expression doesn't work

wd4q5dy opened this issue ยท 1 comments

commented

Skript/Server Version

[10:49:02 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[10:49:02 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[10:49:02 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[10:49:02 INFO]: [Skript] Server Version: 1.20.6-135-79c1ce1 (MC: 1.20.6)
[10:49:02 INFO]: [Skript] Skript Version: 2.8.7 (skriptlang-github)
[10:49:02 INFO]: [Skript] Installed Skript Addons: 
[10:49:02 INFO]: [Skript]  - SkBee v3.5.6 (https://github.com/ShaneBeee/SkBee)
[10:49:02 INFO]: [Skript] Installed dependencies: 
[10:49:02 INFO]: [Skript]  - Vault v1.7.3-b131
[10:49:02 INFO]: [Skript]  - WorldGuard v7.0.10+d9424b1

Bug Description

Getting and setting the name of inventories don't work

Expected Behavior

They should work

Steps to Reproduce

Example code:

command /test:
	trigger:
		set {_c} to chest inventory named "hi"
		set name of {_c} to "bye"
		send name of {_c} to player
		open {_c} to player

The opened inventory is named "hi" and nothing is sent to the player in chat with no errors in the console

Errors or Screenshots

No response

Other

No response

Agreement

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

Same issue as #6872 I'd imagine