mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #115] [CLOSED] Player Counter: Add Arma 3 and Arma Reforger support and improve Source query #118
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#118
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/plugins/pull/115
Author: @szpolny
Created: 2/27/2026
Status: ❌ Closed
Base:
main← Head:player-counter/arma📝 Commits (3)
5089b94feat(player-counter): add support for Arma 3 and Arma Reforgerd749ee4fix(player-counter): make Source query more robust to avoid crashes43f16befix(player-counter): satisfy PHPStan comparison check in Source query📊 Changes
5 files changed (+51 additions, -7 deletions)
View changed files
📝
player-counter/plugin.json(+1 -1)➕
player-counter/src/Extensions/Query/Schemas/Arma3QueryTypeSchema.php(+16 -0)➕
player-counter/src/Extensions/Query/Schemas/ArmaReforgerQueryTypeSchema.php(+16 -0)📝
player-counter/src/Extensions/Query/Schemas/SourceQueryTypeSchema.php(+14 -6)📝
player-counter/src/Providers/PlayerCounterPluginProvider.php(+4 -0)📄 Description
This pull request introduces support for Arma 3 and Arma Reforger server types to the Player Counter plugin, along with improvements for more robust server information querying and error handling.
New server type support
Arma3QueryTypeSchemaandArmaReforgerQueryTypeSchemaclasses to support querying Arma 3 and Arma Reforger servers. [1] [2]PlayerCounterPluginProviderso they are available for use. [1] [2]Plugin metadata
plugin.jsonto1.1.0to reflect the new features.Summary by CodeRabbit
New Features
Bug Fixes
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.