API
Learn how to install and use the API
Towns and Nations API is new and errors may happen. To report a bug or suggest an update, please reach us on Discord.
Installing the API
The API tan-api is hosted on maven central portal. It can be compiled from Maven and Gradle :
Javadoc can be found here.
Main manager classes :
PlayerManager
Handles all player-related actions, such as:
Retrieving player data.
Managing town membership.
TerritoryManager
Manages town and region data:
Fetching town details.
Checking region ownership.
ClaimManager
Handles land claims and permissions:
Checking chunk and block ownership.
Claiming chunk for territories
LandmarkManager
Manages property data:
Retrieving landmarks and structures.
Modifying rewards
Last updated