Page 1 of 1

Closing a window that is too wide for screen

Posted: Thu Jun 29, 2017 2:22 pm
by SeveQ
Hi everyone,

how do I close a window that was opened by a mod that is too wide for the screen? Keys Q and E don't close it, there's no visible button to close it, GUI size is already scaled down to 80%. The window cannot be moved by the mouse.

Thanks!

Re: Closing a window that is too wide for screen

Posted: Thu Jun 29, 2017 2:53 pm
by subzeros
Whats the Mod ?

Re: Closing a window that is too wide for screen

Posted: Thu Jun 29, 2017 3:09 pm
by SeveQ
It's Miner Planner 0.9.9

Re: Closing a window that is too wide for screen

Posted: Thu Jun 29, 2017 3:27 pm
by SeveQ
I was able to close the window by the following command:

Code: Select all

/c game.players[1].gui.center.chest_picker.destroy()