What's New in Version 1.5.15 See changelog
Released
- [bot] Added `hide_overwrite_startup_warning` option to skip the startup warning inside the settings.json file.
- [bot] Removed local `config.json` by default to prevent new users from using the method.
- [shop] Removed `category_image` config option.
- [shop] Removed `shop_panels` config option.
- [shop] Added `item_display_channel_id` item config option.
- [shop] Added `kit_display_channel_id` kit config option.
- [shop] Added `shop_display_item_format` config option to set the panel display format.
- [shop] Added `shop_display_kit_format` config option to set the panel display format.
- [shop] Shop Item & Kit Panels now show buttons and an optional image.
- [shop] Updated shop module web configuration page.
- [shop] Fixed cooldown timer inside daily & reward command responses.
- [linker] Updated all linker module config options.
- [linker] Added `code` & `crendentials` methods for linking.
- [linker] Fixed linker functions that still work while linker was disabled.
- [linker] Added Linker panels for Steam & Epic ID Linking.
- [linker] Added Show ID's buttons to the linker panels.
- [linker] Many Code cleanups & optimization.
- [web] Added Import button to the configuration page.
- [stats] Fixed grouped stats for dynamic leaderboards.
- [stats] Added `stats_leaderboards_refetch_sec` config option to give you control over the re-fetch interval duration.
- [stats] Added leaderboard stat option `stat_primary` when true this stat is used as sorter instead of the first stat inline.
- [stats] Added stat option `stat_chars` option to limit the character length of the stat value.
- [stats] Fixed bug where group column stat shows as 0 inside grouped leaderboards.
- [stats] Added config option `stats_command_stats_search_others` to allow users to search other player stats by their name.
- [stats] Fixed grouped leaderboards not sorting their stats properly.
- [utility] Added Auction system to module
- [utility] Added Embedder system to module.
- [web] Updated error list on the configuration page, now shows more context and has a jump link to the error field.
- [web] Config page now properly handles deleted keys from select fields.
- [web] The configuration page now shows all invalid fields when the page loads. Same for config panels.
- [web] All invalid configuration fields and panels are now highlighted in red to show their invalidity.
- [bot] Updated config file to JavaScript (`.js`) file. (Allows me to add comments)
- [bot] Removed local config by default. (Added `example.config.js` file.
- [bot] Added Documentation references inside the config file.
- [bot] Added feature that adds any missing config options to the config when started. (does not update local config file)
- [docs] Updated documentation for the local configuration file.
- [web] Added [Support Page](https://nexus.defaultsbotdev.com/support) to the platform.
- [web] Added [Guides Page](https://nexus.defaultsbotdev.com/support/guides) to the support page menu.
- [web] Moved the [FAQ Page](https://nexus.defaultsbotdev.com/support/faq) to the support page menu.
- [web] Updated Site Header Accessibility features.
- [web] Added a separate icon button to show the navigation menu.
- [web] Added a `Go Back` button to return to the previous page.