skript-reflect icon indicating copy to clipboard operation
skript-reflect copied to clipboard

Replace 'the raw %objects%' with a less conflicting syntax

Open sovdeeth opened this issue 8 months ago • 1 comments

Replaces [the] raw [expression] %objects% with [the] (raw|underlying) expression[s] of %objects% and %objects%'[s] (raw|underlying) expression[s]. The aim is to reduce ambiguity and conflicts with other syntaxes, like raw gold and Skript's raw %strings% expression. The previous syntax is still functional, but will produce warnings when parsed to give users a chance to update without having scripts break.

This will require an update to the documentation.

sovdeeth avatar Apr 07 '25 15:04 sovdeeth

This conflict has bitten me in the past so huge +1 from me on this!

TheBentoBox avatar Apr 13 '25 21:04 TheBentoBox