{"id":158717,"date":"2026-06-09T16:51:51","date_gmt":"2026-06-09T13:51:51","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/"},"modified":"2026-06-09T16:51:51","modified_gmt":"2026-06-09T13:51:51","slug":"townyexternal","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/","title":{"rendered":"TownyExternal"},"content":{"rendered":"<p># TownyExternal<\/p>\n<p>A simple plugin that exposes information from Towny in a simple, easy to use, HTTP API.<\/p>\n<p>By default, the server listens to `127.0.0.1:8064`, but that can be configured.<\/p>\n<p>## Why?<\/p>\n<p>So you can make cool things like this: https:\/\/orchidmc.org\/#towns<\/p>\n<p>## Endpoints<\/p>\n<p>&#8211; `\/api\/towns` fetches a list of all towns<br \/>\n&#8211; `\/api\/town\/{id}` fetches a specific town<br \/>\n&#8211; `\/api\/nations` fetches a list of all nations<br \/>\n&#8211; `\/api\/nation\/{id}` fetches a specific nation<\/p>\n<p>## Caching<\/p>\n<p>There are three types of caches for TownyExternal: Redis, H2, and Postgres.<\/p>\n<p>For some servers with a large amount of players, towns, or nations, H2 might use too much memory or be too slow. In<br \/>\nthat case, you can use Postgres or Redis.<\/p>\n<p>### H2 (recommended, default)<\/p>\n<p>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.<\/p>\n<p>If you have nothing already set, you don&#8217;t have to add this line to your config.yml since it&#8217;s default, but you can.<\/p>\n<p>&#8220;`yaml<br \/>\ncache: &#8220;h2&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Redis<\/p>\n<p>Requires installation of Redis or a similar program like Valkey.<\/p>\n<p>Add the following to your config.yml.<\/p>\n<p>&#8220;`yaml<br \/>\ncache: &#8220;redis&#8221;<\/p>\n<p>redis-host: &#8220;127.0.0.1&#8221; # or whatever your host is<br \/>\nredis-port: &#8220;6379&#8221; # or whatever your port is<br \/>\nredis-prefix: &#8220;&#8221; # can be left blank, set if you have other programs using the same database<br \/>\n&#8220;`<\/p>\n<p>### Postgres<\/p>\n<p>Requires installation of PostgreSQL.<\/p>\n<p>Add the following to your config.yml.<\/p>\n<p>&#8220;`yaml<br \/>\ncache: &#8220;postgres&#8221;<\/p>\n<p>postgres-host: &#8220;127.0.0.1&#8221; # or whatever your host is<br \/>\npostgres-port: &#8220;5432&#8221; # or whatever your port is<br \/>\npostgres-db: &#8220;townyexternal&#8221; # or whatever your database name is<br \/>\npostgres-user: &#8220;youruser&#8221; # change this<br \/>\npostgres-pass: &#8220;yourpass&#8221; # change this<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple plugin that exposes information from Towny in a simple, easy to use, HTTP API.<\/p>\n","protected":false},"featured_media":158718,"template":"","meta":{"_minecraft_slug":"townyexternal","_minecraft_project_id":"jvKr9h5t","_minecraft_author":"ihateblueb","_minecraft_license":"AGPL-3.0-only","_minecraft_downloads":78,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"townyexternal.zip","_minecraft_size_bytes":47281992,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T20:14:57.032007Z","_minecraft_date_created":"2025-07-11T04:32:53.962450Z","_minecraft_date_modified":"2026-02-08T18:06:37.214846Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/townyexternal","_minecraft_icon_attachment_id":158718,"_minecraft_imported_at":"2026-06-09T13:51:51+00:00","_minecraft_import_hash":"bf230c600593136fb61cac6d0b20eead","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[127,128,92],"mod_loader":[132,133],"minecraft_version":[54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-158717","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-paper","mod_category-purpur","mod_category-utility","mod_loader-paper","mod_loader-purpur","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TownyExternal - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TownyExternal - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple plugin that exposes information from Towny in a simple, easy to use, HTTP API.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/\",\"name\":\"TownyExternal - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp\",\"datePublished\":\"2026-06-09T13:51:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/townyexternal\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"TownyExternal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TownyExternal - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/","og_locale":"en_US","og_type":"article","og_title":"TownyExternal - Minecraft","og_description":"A simple plugin that exposes information from Towny in a simple, easy to use, HTTP API.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/","name":"TownyExternal - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp","datePublished":"2026-06-09T13:51:51+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/townyexternal-icon-68617be2d285e8c2fd498c47fd2b779f9dc31381_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/townyexternal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"TownyExternal"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/158717","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/158718"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=158717"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=158717"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=158717"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=158717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}