Realizedd / TokenManager

An economy plugin for minecraft.
https://www.spigotmc.org/resources/tokenmanager.8610/
GNU General Public License v3.0
29 stars 48 forks source link

Leftover debug - Startup Done. #27

Closed mibby closed 5 years ago

mibby commented 5 years ago

TokenShop v3.2.0

@Realizedd Whenever you make a purchase in the token shop, console outputs Startup Done..

Edit: It might actually just be Done. Logs just show Done while the console itself shows Startup Done.

Realizedd commented 5 years ago

It's probably something to do with whatever commands you are executing. I wasn't able to find any messages in the code related to Done.

mibby commented 5 years ago

You are absolutely correct. It seems to be related to this here. https://github.com/goncalomb/NBTEditor/blob/63c5a43e973713f1a3ba0a984014eaafda016900/src/main/java/com/goncalomb/bukkit/nbteditor/commands/CommandItemStorage.java#L84

Apologies!