[PR #109] [MERGED] Update: add ability to ban players on Minecraft Java servers with PlayerCounter plugin #115

Closed
opened 2026-05-07 00:18:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/plugins/pull/109
Author: @YONN2222
Created: 2/19/2026
Status: Merged
Merged: 2/20/2026
Merged by: @Boy132

Base: mainHead: playercounter/mc-ban


📝 Commits (3)

  • 1668ce6 Add ability to ban players from the players page on Minecraft Java servers
  • de1d02e Add confirmation prompt to ban player action
  • fa78b64 cleanup

📊 Changes

3 files changed (+35 additions, -1 deletions)

View changed files

📝 player-counter/lang/en/query.php (+4 -0)
📝 player-counter/plugin.json (+1 -1)
📝 player-counter/src/Filament/Server/Pages/PlayersPage.php (+30 -0)

📄 Description

Little change on the PlayerCounter plugin: add a button to ban people from the server

Summary by CodeRabbit

  • New Features
    • Add player ban action for Minecraft servers — ban players from the UI with confirmation, success/error notifications, and page refresh on success.
  • Localization
    • Added English strings: "Ban", "Player banned from server", and "Could not ban player".

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/plugins/pull/109 **Author:** [@YONN2222](https://github.com/YONN2222) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `playercounter/mc-ban` --- ### 📝 Commits (3) - [`1668ce6`](https://github.com/pelican-dev/plugins/commit/1668ce64015eaa056bbbb97d5227be7707033496) Add ability to ban players from the players page on Minecraft Java servers - [`de1d02e`](https://github.com/pelican-dev/plugins/commit/de1d02ee97b01891d9fb5786b6c7fb4e39d252b5) Add confirmation prompt to ban player action - [`fa78b64`](https://github.com/pelican-dev/plugins/commit/fa78b641a31d4e4c3bef4ffe36ef5ccb462f74d3) cleanup ### 📊 Changes **3 files changed** (+35 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `player-counter/lang/en/query.php` (+4 -0) 📝 `player-counter/plugin.json` (+1 -1) 📝 `player-counter/src/Filament/Server/Pages/PlayersPage.php` (+30 -0) </details> ### 📄 Description Little change on the PlayerCounter plugin: add a button to ban people from the server <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Add player ban action for Minecraft servers — ban players from the UI with confirmation, success/error notifications, and page refresh on success. * **Localization** * Added English strings: "Ban", "Player banned from server", and "Could not ban player". <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:11 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/plugins#115
No description provided.