Fusezion
Fusezion
Made a pull request #6
So @yourfriendoss, I'm unable to reproduce this issue. It worked as intended on `2.6.2` and same on `2.6.3`. Have you tried updating to `2.6.3`? That is the current latest release...
This isn't so much a bug but rather how skript works since you're using a variable that already has a type instead of raw data like an option you're basically...
> But in most cases, i would like to get value from files, or i need some calculation before getting required timespan in order to customize those effects like send...
I don't believe you should of had any issues with frogs as that is already parsed as an entity it's just that `cod` takes item priority over entity so I'm...
I remember seeing an error saying `"groups have ot contain at elast one pipe character '|'"` so did look into it I guess `parsed as "%number%(d|day|days)"` works as intended but...
> Skript has it's own implementation of multiply in StringUtils > > https://github.com/SkriptLang/Skript/blob/6bf23414910250bfaa65933adbacd9311733b536/src/main/java/ch/njol/util/StringUtils.java#L291-L313 > > I haven't checked if it would be more efficient to use Skript's or not. The...
Moved it to `multiply` just to keep it with current standards of skript if we ever decide that `multiply` is outdated we can update it then
> I think lime was just suggesting you use the function in your code. as a name, I think `multiply` is a lot less clear than `repeat`. Also, what do...
Removed repeat function in favor of adding a repeat expression.