·
10 commits
to master
since this release
Warning
This project is no longer actively maintained and will not receive further updates or bug fixes at this time. We want to focus on other priorities first.
New features
- A new "More" button has been added to the header, which provides access to Dark Mode and other links.
- Welcome to Links in Header! Admins can set up link shortcuts for the server.
- By default, three links are available (Discord, Dynmap, and the website), but you can add many more! Edit the icon, text, and URL in parameters.js
- New function
fLoadVersionFromServer
. You can directly know if you have a new version of the mcMMO Dashboard available! We want to help you the best way possible, that's why we added a new button to 'Copy error' and improved the debugging process.
Improvements
- We have added two new parameters to
parameters.js
:localStorage
andrefreshStorage
. SettinglocalStorage
totrue
will cause the website to uselocalStorage
to store data (such as leaderboard, best leaderboard, and user information). Otherwise,sessionStorage
will be used. - You can also set
refreshStorage
to select the minimum time before refreshing. Supported values include:h
(hour),6h
(6 hours),12h
(12 hours), andd
(day) from your first connection. Any other values will be interpreted as 1 minute. - The page will no longer wait for the Head skin in the table.
- Improve detection of errors and add PHP 8 requirement
Bug fixes
- Clicking on header datatables will upload new skin.
- CheckUnixTimestamp fixed; expiration date was not taken into account
Other
- We have added support for local storage to the loading function and set a default template for all.
- DataTables have a new default ordering set to "Total" value.
- Explanation added to some functions
- We have updated jQuery reference to jQuery-3.6.0.
- You can now customize the text in the footer.
- Add Animated skin toggle in top bar menu
- New parameters for toast translation: update and generic text.
Join our Discord server to help us improve this dashboard!
Full Changelog: v1.25.2...v.1.30.0