1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved Need Help Deciding.

Discussion in 'Plugin Help' started by xvqle, Oct 12, 2021.

  1. xvqle

    xvqle Creeper

    Messages:
    3
    GitHub:
    vaqle
    Hi, so right now I'm kind stuck.
    I want to make a Kits Plugin but I'm not so sure which provider I want to save there cooldown with.
    Im debating MYSQL or YAML.
    I want the best performance out of my server so if you could please give me any tips on how I should save it.

    Thanks <3
     
  2. minijaham

    minijaham Skeleton

    Messages:
    801
    GitHub:
    minijaham
    Well if you want the best performance, use a database.
    If you want to use a config based, go for something like json instead because YAML could be more readable, but definitely isn't the best for storing values that constantly updates.
     
    Last edited: Oct 13, 2021
    Axon likes this.
  3. xvqle

    xvqle Creeper

    Messages:
    3
    GitHub:
    vaqle
    Thank you for the feedback. Yeah so ill most likely use a database then.
     
  4. Axon

    Axon Zombie

    Messages:
    276
    Thought I should add this, You can also modify your sqlite database using DB Browser on Windows. :p
     
    minijaham likes this.
  5. minijaham

    minijaham Skeleton

    Messages:
    801
    GitHub:
    minijaham
    What! I never knew that you could!
     
    Axon likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.