changelog 0.17 - GUI disabled - critical bug found, will be enabled at next update - implement broker_fee in config.yml - removed /order edit from help - better autocompletion at /ix price - add empty string to end of all commands (instead of username) - implement /ix withdraw list - removed LEFT and RIGHT message if click in the GUI - rewrite autocomplete for /sell limit orders: List only what is in the invenstory of player. - used items generate a sell order but will not be removed. (solution: block used items) - if /ix sell and /ix buy respond in: there are no orders -> send a clickable command like /ix sell diamond 1 limit 10000 (default price) - Message: float price limit to 2 floating point - /ix withdraw better messages - FIX /ix close order does not refund sell orders - Use getLogger().info() instead of System.out.println() - FIX - /ix order list sellorders ERROR -> at getOrdersOfPlayer: java.lang.ArrayIndexOutOfBoundsException: Index 100 out of bounds for length 100