WesJD / AnvilGUI

Capture user input in Minecraft through an anvil GUI in under 20 lines of code
MIT License
475 stars 114 forks source link

Custom owner in gui #306

Closed Blandss closed 9 months ago

Blandss commented 10 months ago

Hi, is it possible to set a custom owner for the gui?

mastercake10 commented 10 months ago

Hey,

The AnvilContainer is bound to the player opening the GUI, so there is no such thing as setting a "custom owner".

Can you explain what you want to do?