5.0.0
What's Changed
- Feat: Staff Recruitment System v1 by @Xinecraft in #341
- Add ability to hide player country with .env
HIDE_COUNTRY_FOR_PRIVACY
- Bug fixes in custom forms.
- More other fixes.
Upgrade Guide
Below are some additional steps required after you complete the upgrade guide.
- Add these new .environment variables to your .env file at the end.
HIDE_COUNTRY_FOR_PRIVACY=false
- Run
sh update.sh
(Confirm with Y if it ask you to override). - Done!
Full Changelog: 4.5.0...5.0.0