Skip to content

Commit 9418203

Browse files
authored
add cz88 credits
1 parent fe4c9b5 commit 9418203

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22

33
一款提供查询与显示玩家 IP 归属地信息的 Bukkit 插件。
44

5+
使用文档详见 [此处](https://upt.curiousers.org/docs/PotatoIpDisplay/intro)
6+
57
## 特性
68

79
### 高效率
8-
- `ip2region` 可以提供微秒级别的查询响应时间,且支持数据库内存缓存
10+
- 支持本地离线查询,极速响应
911
- 异步的查询
10-
- 基于 IP 的结果缓存,极速响应
12+
- 基于 IP 的结果缓存
1113

1214
### 多种查询模式
13-
- `ip2region` - [lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) 本地查询
14-
- `pconline` - [太平洋网络IP地址查询Web接口](http://whois.pconline.com.cn/) 在线查询
15-
- `ip-api` - [IP-API.com IP Geolocation API](https://ip-api.com/) 在线查询
15+
- `ip2region` - [lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region) 本地查询 提供IPv4查询
16+
- `pconline` - [太平洋网络IP地址查询Web接口](http://whois.pconline.com.cn/) 在线查询 提供IPv4查询
17+
- `ip-api` - [IP-API.com IP Geolocation API](https://ip-api.com/) 在线查询 提供IPv4查询
18+
- `cz88` - [纯真社区版IP库](https://www.cz88.net/help?id=free) 本地查询 提供IPv4、IPv6查询 (即将支持)
19+
- IP地址位置数据由 [纯真CZ88](https://www.cz88.net)提供支持
1620

1721
### 以及
1822
- 提供可自定义的配置文件
1923
- **支持 Placeholder API**,可配合其他插件使用查询结果
2024
- *玩家称号,消息格式化,等等*
2125
- 插件最初为 [土豆网络](https://upt.curiousers.org) 定制,开源后采纳了大家提供的许多建议,相比初版已经优化和解决了不少问题。感谢你的帮助!
2226

23-
## 详细使用文档(中文)
24-
详见 [此处](https://upt.curiousers.org/docs/PotatoIpDisplay/intro)
27+
##
2528

2629
## 命令与权限
2730

@@ -72,4 +75,4 @@ GNU General Public License for more details.
7275
7376
You should have received a copy of the GNU General Public License
7477
along with this program. If not, see <http://www.gnu.org/licenses/>.
75-
```
78+
```

0 commit comments

Comments
 (0)