Перейти к содержимому
Mineforgian

PrivateStatus

A Minecraft Paper plugin that hides your server status from unknown players.

Загрузки
525
Подписчики
4
Обновлён
10 августа 2023 г.
Лицензия
GPL-3.0-only

Опубликован 29 июля 2023 г.

🤫 PrivateStatus

GitHub tag (with filter) GitHub issues GitHub last commit (branch) CodeFactor Grade GitHub Workflow Status (with event) bStats Servers

With PrivateStatus you can hide the online status of your server from unwanted players. This is especially worthwhile for private servers with a whitelist to prevent this. This plugin only works on Paper 1.20+ and is not compatible with Spigot. This is because this plugin relies on the so called ServerListPingEvent which can only be cancelled when using Paper.

Configuration

The configuration is in plugins/PrivateStatus/config.yml and looks like this. Please only edit the expiration-minutes option. The known-addresses section is managed by the plugin itself. The option expiration-minutes defines how long an address should be kept in the history. The plugin automatically checks every 10 minutes if entries expired. If so, it removes them.

# The amount of minutes after which addresses will expire. Minimum: 10.
expiration-minutes: 1440

# A list of already known addresses.
known-addresses: {}

Video Example (YouTube)

PrivateStatus Demo

More

Ченджлог

1.3.1Релиз1.20, 1.20.1 · 10 августа 2023 г.

Changes

  • Change default timeout to 1440 minutes (one day)
1.3Релиз1.20, 1.20.1 · 10 августа 2023 г.

This update is not backwards compatible!
Please delete your config.yml when updating to this version.

Changes

  • The plugin will no longer associate a UUID with an IP address and use a timestamp instead to store when an entry should be removed.
  • The expiration limit inside the config is now configured in minutes.
  • The plugin will now check every 10 minutes instead of every hour for expired addresses.

Fixes

  • Fix an issue where the expiry check sometimes removed valid addresses.
1.2.1Релиз1.20, 1.20.1 · 29 июля 2023 г.

Fix

  • Fix an issue where the expiry check result was inverted
1.2Релиз1.20, 1.20.1 · 29 июля 2023 г.

Added

  • Automatically remove expired entries every hour.
1.1Релиз1.20, 1.20.1 · 29 июля 2023 г.

Added

  • Add analytics through bStats
1.0Релиз1.20, 1.20.1 · 29 июля 2023 г.

Added

  • Initial Release

Комментарии

Загружаем…