You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.io.FileNotFoundException: D:\Projekte\Gomint\test-workspace\plugins\GoPerms\users.json (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112)
at java.base/java.io.FileReader.<init>(FileReader.java:60)
at [email protected]/me.poket.goperms.util.DataUtil.loadUsersFromJson(DataUtil.java:30)
at [email protected]/me.poket.goperms.GoPerms.onInstall(GoPerms.java:45)
The plugin crashes due to the file not being created. Is there som documentation on how this file should be created or should the plugin create it when not found?
The text was updated successfully, but these errors were encountered:
geNAZt
changed the title
PLugin crashes on first start
Plugin crashes on first start
Jan 23, 2021
The plugin crashes due to the file not being created. Is there som documentation on how this file should be created or should the plugin create it when not found?
The text was updated successfully, but these errors were encountered: