We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: fixup doc links
docs: Improve API docs, adjust layout
Update docs for v2.6 (#373) * Fixup `/town relations` command syntax * config: Add docs links to Settings, fix path * config: Town relationships -> Town relations * wars: Only allow PvP for active war participants * docs: Update docs for Town Relations & Wars * docs: add `/town relations` and `/town war` to commands
Add town points as fallback currency for servers without Vault (#342) * Format fallback town points currency if Vault not installed * Add `/admintown balance` command * Fix `/town level` money formatting * Tidy up `ADMIN_SET_BALANCE` in `Action.Type` enum * Fixup parsing wrong arg on `/admintown balance`
Add /setlevel command, simplify logic for updating user preferences (#318) * Start work on setlevel admin command * Add new editPreferences consumer method * Add additional logic, edit locales, for town levelling * docs: Add /admintown setlevel * Refactor setlevel command logic
Add ability to (automatically) prune towns with inactive members (#255) * Add config options for town pruning * Start work on inactive claim pruning * Add command to prune inactive towns * Add automatic pruning to startup load routine * Fixup `lastLogin` -> `time` accidental bulk replace * Add missing locales to tr-tr * docs: Add inactive town pruning, update commands * Add commodore TAB completion for /admintown prune * Add more comments to config files * Add database migration system and user login migration * Fixup defaults docs: Minor tweaks to inactive town pruning Update `prune_after_days` config key, add docs for it docs: Update Config-Files with updated files * Introduce unit tests (WIP) * Fix bugs with town pruning, fix unit tests * Add further unit tests for town pruning * Fixup unit tests * Properly annotate test entrypoint with @TestOnly * Fixup MySQL database issues * Bump to 2.4, bump dependencies * Fixes to startup automatic pruning * Improve way load times are reported * Add check for a minimum of 0 days
Re-add /town player command (#269)
docs: Correct typos, update config file
Update Commands.md
Update docs
Add commands list