Example submission broken

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Wynnevir

Well-Known Member
Jul 9, 2017
1,015
62
48
30
Elsewhere
Seems that the docs example submission are unable to save. Retrying results in the same error. The example I tried with was over the 25 character minimum.
code_language.skript:
on mcmmo skill levelup:
    if event-skilltype is "woodcutting", "repair" or "taming":
        send "%event-skilltype% leveled up to %event-number%"
8c69e86ea1.png
 
Sorry about the delay in sorting this - I've moved around the way that examples are saved. Originally they were sent with the main request and then the SyntaxManager would check if it has a value and save it. Now, the edit page does 2 requests, one to the main save page and then one to save the example as the example editor was working.

Thanks for reporting this issue :emoji_slight_smile:
 
Update: broken them by trying to fix them on the add page...