Jikoo / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
119 stars 41 forks source link

Hope to support AnyContainer function being turned on by default #240

Closed ApliNi closed 2 months ago

ApliNi commented 2 months ago

Hi, I noticed that the AnyContainer permission has been removed and replaced with a command to turn it on and off. But I think this makes the use of this feature more complicated, especially for new players, and it may be appropriate to make it a default-enabled feature. Could you consider adding a configuration to make it enabled by default? This will not conflict with the change in permissions.

Jikoo commented 2 months ago

OI doesn't persist toggle state any more, so you'd need an addon to do that. It would basically be the inverse of OITogglePersist, tracking players who have opted out of a toggle and turning it on for everyone else.