mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-25 09:31:46 +01:00
Added comment in config for close-on-click-outside
This commit is contained in:
parent
805b376de3
commit
321637b9b9
@ -114,6 +114,9 @@ public class Settings implements ConfigObject {
|
||||
@ConfigEntry(path = "general.fakeplayers", experimental = true)
|
||||
private Set<String> fakePlayers = new HashSet<>();
|
||||
|
||||
/* PANELS */
|
||||
|
||||
@ConfigComment("Toggle whether panels should be closed or not when the player clicks anywhere outside of the inventory view.")
|
||||
@ConfigEntry(path = "panel.close-on-click-outside")
|
||||
private boolean closePanelOnClickOutside = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user