Closed
Description
Skript/Server Version
Bug Description
Getting name of an ItemStack from a return function spits a is neither a ....
error.
Expected Behavior
Returns name of an ItemStack from a function, without issues.
Steps to Reproduce
- Create a function which returns a named item
- Run
send name of FUNCTION()
My tested code:
function getItem() :: item:
return stone named "&7Innocent Stone"
Errors or Screenshots
Other
No response
Agreement
- I have read the guidelines above and confirm I am following them with this report.