Skip to content

Commit

Permalink
docs: add ToC for Claims API page
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 5, 2024
1 parent 901c820 commit 2c860ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Claims-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ HuskTowns provides API for getting, creating, changing the type of, & deleting [
This page assumes you have read the general [[API]] introduction and that you have both imported HuskTowns into your project and added it as a dependency.

## Table of contents

1. [Getting if a location is claimed](#1-getting-if-a-location-is-claimed)
1. [Getting the ClaimWorld for a World](#11-getting-the-claimworld-for-a-world)
2. [Checking what a user can do at a location](#2-checking-what-a-user-can-do-at-a-location)
3. [Creating a claim](#3-creating-a-claim)
1. [Editing a claim](#31-editing-a-claim)
2. [Deleting a claim](#32-deleting-a-claim)
4. [Highlighting a claim](#4-highlighting-a-claim)

## 1. Getting if a location is claimed
* On the Bukkit platform, get a `Position` object using `#getPosition(org.bukkit.Location location)`
Expand Down

0 comments on commit 2c860ec

Please sign in to comment.