My contributions to Nexus Dashboard for Darkflame Lego Universe, part 1
I love the Darkflame server emulator for Lego Universe. Part of this server is the Nexus Dashboard, which is necessary for initializing users. It has auxiliary functions like admin messages to users, and approval of pet names.
This is a great dashboard, and I have spent some time recently adding features to this. Upstream hasn't looked at my pull requests, but I have added a number of features in my own branch of the code.
The major features I have added include:
- Support working under a virtual path of the reverse proxy
- Add Leaderboards!
- Show equipped items on characters
- Add an "Approve all" button for pet names
And minor features that I implemented:
- Handle booleans from the config file better
Comments