[feature] Do not disable Jade when player list is enabled
MeeniMc opened this issue ยท 0 comments
Mod loader
Fabric
Minecraft version
1.19.2
Mod version
8.2.1
Modloader version
Fabric Loader 0.14.10
Problem
Sometimes, the player list contains info that is relevant at all times. For example, when using Carpet /log tps
, the player list contains some useful info about server performance. It then makes sense to use Tweakeroo AlwaysDisplayPlayerList
(for example) to track this useful info by having the player list always display.
However, Jade disables itself when the player list is active. While that is normally useful, as Jade default position and the player list conflict, one can reposition the Jade display so that it does not conflict, henceforth enjoying both the Jade display and the player list display.
There is a setting to not disable Jade rendering when other screens are open, but that makes Jade also overlay itself on top of the F3 screen and other screens where it is actually annoying to have it.
Solution
Have a separate toggle config to control if Jade should show itself when the player list is active;
Default is Jade OFF so that default behavior remains unchanged from prior Jade versions.