i have been working on a rather large plugin and i NEED to implement threading. i have been driving myself crazy with an issue tho. it seems to me that if i create a new thread the API creates hundreds of new threads. i have done some testing and i dont no think it is my code. any input would be helpful.
Java
HashMap<String, String> settings = rpCore.getDatabaseManager().getSettingsDBController().getPlayerSettings(player.getUID());
logs to show what i think is an issue
Threaded threaded console output.txt
NON-Threaded non threaded consol output.txt
Again it may be me but o do not believe it is.