Ayham Al Ali
Ayham Al Ali
There is a rework plan for Aliases which then we can allow minecraft material names such as `minecraft:stone` and `diamond_sword`. There is also a related issue: - #2091
It's still not very clear how it will become but this is a discussion that was going and based on the outcomes the plan will be - #4164
> where can i download skript nightly with it? You can locate it now in the `checks tab > artifacts` or from this [link](https://github.com/SkriptLang/Skript/suites/5884127035/artifacts/198902889)
If you don't want to use the suggestion above you better split its attributes when saving then parse it when needed something like this ```yml itemtype: stone name: "&aCustom Name"...
> RE: For the group of offline players This is probably not related to Skript. Skript only uses Vault's API that permission plugins uses See if enabling this option helps...
I don't much like this addition as Functions are better fit for this.
> I'm not sure if this feature is necessary 😞. I feel like this is a really major change to fix a nonissue. What does make it major? it's a...
> This is not really a great argument for the use-case, since in reality changing loop-value is something to be fixed rather than adding an additional feature to work around...
> It's major because loops are so core to the language that implementing a change like this is a big deal. I think the existing way of setting a variable...
> That's not short hand at all, when you just replace `{_d}` with loop-value and don't even need to be setting the variable there. > > This is bad behaviour...