服务器使用量
未统计
服务玩家数
未统计
下载量
4,362
插件详细介绍
AltFinder 是一款用于查找潜在小号并查询玩家历史记录的插件。以下为整理后的说明、配置示例、命令权限及注意事项。
其他版本
- Looking for the Bungee version? Find it here !
- Looking for the Velocity version? Find it here !
说明
- AltFinder 第一次运行时,启动可能会花一些时间。
- 这是正常现象,之后通常很少会再次这么慢,甚至基本不会发生。
Wiki
- 安装说明可在 wiki 中查看:here
- 强烈建议先阅读 wiki。
- 如果有疑问,请先查看 wiki!
配置示例
# How the plugin stores long-term data
storage:
# The storage method
#
# Options:
# - MySQL (remote)
# - SQLite (local)
method: 'sqlite'
data:
# Address and port of the remote database (if applicable)
address: '127.0.0.1:3306'
# The name of the database AltFinder will store data in
# If you're using remote options, this must be created beforehand
database: 'altfinder'
# Table prefix for all AltFinder tables
prefix: 'altfinder_'
# Database credentials (if applicable)
username: ''
password: ''
# Whether or not to use SSL
ssl: false
# MongoDB options- obviously don't need to worry about these if not using MongoDB ;)
mongodb:
# Connection prefix for all AltFinder connections
collection-prefix: ''
# MongoDB ClientConnectionURI
connection-uri: ''
settings:
# The maximum size of the database connection pool
# Determines the max number of connections to the database
max-pool-size: 2
# The minimum size of the satabase connection pool
# Determines the min number of connections kept alive to the database
min-idle: 2
# The maximum lifetime of a connection in the pool
# Should be at least 30 seconds less than any database or infrastructure-imposed connection time limit
max-lifetime: 1800000 # 30 minutes
# The maximum number of milliseconds that the plugin will wait for a new connection from the pool before timing out
timeout: 5000 # 5 seconds
# Extra connection properties
properties:
unicode: true
encoding: 'utf8'
# Redis is a very fast cache accessible by multiple servers
# If you don't want to constantly hit your database for queries, try enabling and configuring this
# You will need to install the (external) Redis server software if you haven't already
# https://redis.io/
redis:
enabled: false
# Address and port of the remote Redis server
address: '127.0.0.1:6379'
# Redis credentials
password: ''
# RabbitMQ is a messaging queue that will allow the plugin to push instant updates across multiple servers
# You will need to install the (external) RabbitMQ server software if you haven't already
# https://www.rabbitmq.com/
rabbitmq:
enabled: false
# Address and port of the remote RabbitMQ server
address: '127.0.0.1:5672'
# RabbitMQ credentials
username: 'guest'
password: 'guest'
# When true, logs some extra output to the console so you can see if/why things might be failing
debug: false
# A list of player UUIDs and/or IPs to ignore
ignore:
- '127.0.0.1'
- 'localhost'
- '::1'
#- '069a79f4-44e9-4726-a5be-fca90e38aaf5' #Notch
stats:
# Whether or not to send anonymous usage statistics to bStats
# True: Send anonymous stats; let the author know how well the plugin is doing and how it's used!
# False: Do not send stats and make the author sad :(
usage: true
# Whether or not to send anonymous errors to the author
# True: Send errors anonymously to Rollbar and/or GameAnalytics so the author can fix them!
# False: Do not send errors and wonder why any bugs you encounter haven't beeen fixed
errors: true
update:
# Whether or not to automatically check for updates and notify the console if found
check: true
# Whether or not to notify players with the altfinder.admin permission node
notify: true
# Config version, no touchy plz
version: 3.0命令
/seen <ip|name> [page]- 显示玩家上次退出游戏的时间,并使用分页限制输出内容。/altfinder reload- 重载插件。/altfinder search|find- 根据指定的 IP 或玩家查找潜在小号。/altfinder delete|del|gdpr- 从系统中移除指定 IP 或玩家的数据。
权限
altfinder.admin- 允许使用重载和删除命令,并接收更新通知。altfinder.seen-/seen的权限节点。altfinder.seen.ip- 允许在/seen中显示/搜索 IP 地址。altfinder.search- 搜索命令的权限节点。
捐赠支持
- 如果你喜欢这款免费插件,请考虑通过捐赠支持作者!
GDPR 与隐私说明
- 根据 GDPR,在使用本插件时,你必须在隐私政策中明确告知玩家你正在存储 IP 信息。
- 实际上,即使是不安装此插件的原版服务器,也可能因服务器日志而涉及相关要求。
- 你也可能需要使用插件提供的命令来删除部分数据。
免责声明
- 作者是插件开发者,不是律师。
- 上述信息仅为“基于经验的最佳判断”,不构成法律建议。
API
- API 文档可在 wiki 中查看:here
测试支持版本
版本分布
基本信息
插件名称
AltFinder
作者
egg82
平台
Bukkit / Spigot
支持版本
1.8 - 1.14
点赞数
1
最近版本
暂无数据
-