wysohn opened this issue 6 years ago ยท 0 comments
/trg run IMPORT org.bukkit.Material; m = Material.STONE; arr = array(1); arr[0] = m; #MESSAGE arr[0]
This must be printing the content of variable 'm,' but it was reported that it just prints the String "m"