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
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.