File Details
PalCord-1.1.0.zip
- R
- Jun 25, 2026
- 2.60 MB
- 1
- 0.7.3
File Name
PalCord-1.1.0.zip
Supported Versions
- 0.7.3
Changelog
All notable changes to this project will be documented in this file.
[1.1.0] - 2026-06-25
Added
- Public Server View: Added a public server listing at
/publicaccessible without login.- Displays public Discord servers, their status, shop items, and rules.
- Includes a bump feature to increase server visibility.
- Added
publicandbumpscolumns to theguildstable. - Added public API endpoints for server info, shop, rules, status, and bumping.
- Server Settings: Added a toggle for admins to mark their server as public.
- Global Admin Ban System: System administrators can now ban Discord servers and users.
- Added
bannedcolumns toguildsandguild_userstables. - Enforced bans in authentication, dashboard access control, and bot command handling.
- Added ban/unban API endpoints and UI in the system view.
- Added
- Modern Admin Dropdown: Replaced the "System" tab with a dropdown menu for global admin functions.
- Favicon: Added a multi-resolution
favicon.icogenerated from the logo and served at/favicon.ico. - Version Numbers: Added version display in the footer of the homepage and dashboard, an
/api/versionendpoint, and the bot's Discord activity status. - Homepage Link: Added a link to the public server listing from the homepage.
Changed
- Updated dashboard settings to register the guild before loading/saving the public flag to ensure the flag is persisted correctly.
- Renamed public toggle API payload field from
publictoisPublicto avoid JavaScript reserved word issues.
Fixed
- Fixed null reference errors when
currentGuildDatawas missing in the dashboard. - Fixed JavaScript variable redeclaration error in
public.htmlby removing a duplicate i18n script. - Fixed favicon 404 by adding a dedicated route and versioned cache-busting links.
[1.0.0] - 2026-06-22
Added
- Initial release of PalCord.
- Discord bot and web dashboard for managing Palworld servers.
- Server management, RCON integration, shop, player tracking, bases, broadcasts, and economy system.
- SQLite database with user and guild management.
- Discord OAuth authentication.
- Multi-language support (German and English).

