TownyExternal 图标

TownyExternal

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 2026.6.0
本资源为搬运资源,原资源地址: https://modrinth.com/mod/townyexternal
资源信息

Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2

平台: paper purpur

标签: utility

资源介绍

TownyExternal

A simple plugin that exposes information from Towny in a simple, easy to use, HTTP API.

By default, the server listens to 127.0.0.1:8064, but that can be configured.

Endpoints

  • /api/towns fetches a list of all towns
  • /api/town/{id} fetches a specific town
  • /api/nations fetches a list of all nations
  • /api/nation/{id} fetches a specific nation

Caching

There are three types of caches for TownyExternal: Redis, H2, and Postgres.

For some servers with a large amount of players, towns, or nations, H2 might use too much memory or be too slow. In
that case, you can use Postgres or Redis.

H2 (recommended, default)

Everything will be stored in memory. This is the easiest option and default, but required more calls to the Towny API than the other two options since the cache will be cleared when your server restarts.

If you have nothing already set, you don't have to add this line to your config.yml since it's default, but you can.

cache: "h2"

Redis

Requires installation of Redis or a similar program like Valkey.

Add the following to your config.yml.

cache: "redis"

redis-host: "127.0.0.1" # or whatever your host is
redis-port: "6379" # or whatever your port is
redis-prefix: "" # can be left blank, set if you have other programs using the same database

Postgres

Requires installation of PostgreSQL.

Add the following to your config.yml.

cache: "postgres"

postgres-host: "127.0.0.1" # or whatever your host is
postgres-port: "5432" # or whatever your port is
postgres-db: "townyexternal" # or whatever your database name is
postgres-user: "youruser" # change this
postgres-pass: "yourpass" # change this
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
galaxy gold

价格:0 墨喵币
下载量:0

查看详情
SYNCRAFT

价格:0 墨喵币
下载量:0

查看详情
Small Totem Pack

价格:0 墨喵币
下载量:0

查看详情
Lumera

价格:0 墨喵币
下载量:0

查看详情