Solved Urgent help request! The server is crashed!

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Danic

Member
Jul 23, 2020
42
0
6
Korea
www.youtube.com
Urgent help request! The server is crashed!
And this error occured!

Code:
Skript cannot save any variables to the database 'default'. The server will hang and may crash if no more variables can be saved

What should I do?
My version of skirpt is 'skript 2.5-alpha6'.
 
Looks like there is something wrong in the Skript config file.
Go to the Skript folder in your plugins folder. Then open the config file (should be named "config.sk" or something similar).
Scroll down to line ~225, should look like this:
Code:
    default:
        # The default "database" is a simple text file, with each variable on a separate line and the variable's name, type, and value separated by commas.
        # This is the last database in this list to catch all variables that have not been saved anywhere else.
        # You can modify this database freely, but make sure to know what you're doing if you don't want to loose any variables.
      
        type: CSV
      
        pattern: .*
      
        file: ./plugins/Skript/variables.csv
      
        backup interval: 2 hours

If not, update it (except it looks completely different)
 
Status
Not open for further replies.