Solved How to disable skUtilities YAML File Doesn't Exist In File Error

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

CoolPeople

Member
Jan 26, 2017
27
0
0
24
How to disable skUtilities YAML File Doesn't Exist In File Error?

I want disable for player and console
Error is lagging and crashing the server sometimes.

Please help me.

My test code.

code_language.skript:
command /testyml:
 trigger:
  set {_value} to yml value "value" of file "plugins/Skript/scripts/value.yml"
 
yml file exists but yml value doesn't exist and send error to console
i want don't see errors in console
i want not sending yml path file errors in console :emoji_frowning:
 
yml file exists but yml value doesn't exist and send error to console
i want don't see errors in console
i want not sending yml path file errors in console :emoji_frowning:
If the value isn't there it's going to tell you, the only option for skutilities errors in config is permission based for players, but that doesn't effect console.
What you want is accomplishable by another plugin though :https://www.spigotmc.org/resources/console-spam-fix.18410/
It'll still technically throw the error, but it will not show in console.
 
So if that error is crashing you or lagging you, it'd be best to add the value to the yml so it doesnt throw the error in the first place, but console spam fix will stop it from clogging up your console
 
Status
Not open for further replies.