Jexplorer is a fully open sourced custom explorer plugin made with JECS, designed for upgradability, customizability and performance.
You can customize widget styles using the style editor, do JECS queries via the query components box, etc.
Some reasons why Jexplorer is better than Robloxs explorer
60 fps or above average virtual scrolling performance compared to Robloxs subpar 20 to 30 fps + frame spikes, and this is with customizable scrolling steps!
Pull/push with GitHub via Version Control Editor
Commit, append or discard changes
Builtin reclass for instances
Better UI
Better UX (Lower input latency for plugin actions and actions such as rename/open script)
Instance tabs to organize your instances
Ultra expressive explorer search query language (JQL)
Customizable styles
Customizable context menus
… And more!
Random image of me using Jexplorer for my game, note that this is only how my Jexplorer looks, and yours can look different!
You know what would actually be sick tho, if you could add it to a game and run it as an admin command like adonis admin dex explorer, i’m sure it would be great for debbuging especially if you made it so you can pick if you want to apply the changes client side or serversided
Unfortunately making jexplorer work outside the context of the plugin is gonna require a tad bit of editing, I’m probably gonna make one for use in a live server when all the todo features are done though
Changed getting properties of a class to use APIService
Lowered component limit from 16 bit unsigned integer limit to 5k (from my tests this should be enough to cover every single property name)
If a newly selected instance is nested within unexpanded instance frames, the instance frames leading to that instance will now be auto-expanded like so