docs: Add dot icon to subpages

This commit is contained in:
Oliver
2025-04-18 13:28:03 +02:00
parent 3c8f2eb2cc
commit a6445e53be
35 changed files with 97 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 80
---
# Contributing

View File

@@ -1,5 +1,6 @@
---
order: 8
icon: dot
---
![](../static/monorepo.png)

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Release Workflow
This document describes the steps to be taken when releasing a new version of a plugin.

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 9
---
# Versioning

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Getting started
## Include the API in your project

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 1
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 2
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 9
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 10
---

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Clickable holograms
Interactions with holograms is not a feature of FancyHolograms yet, but there is a workaround for this.

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Getting started
## Include the API in your project

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 1
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 2
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 9
---

View File

@@ -1,4 +1,5 @@
---
icon: dot
order: 10
---

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Action system
The NPC Action System in FancyNPCs allows server administrators to create interactive and engaging NPCs by assigning actions that trigger based on player interactions or custom events.

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# MineSkin API Key
When you have many npcs with skins (especially skins by file or url), you will notice that it takes a while once they

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Multiple display name lines
To have multiple lines as the display name of an NPC follow the following steps:

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Sitting NPCs
You can make a NPC sit by following these steps:

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Using MiniMessages
Everywhere, where you can set a text (e.g. npc display_name or hologram lines), you can either use legacy color codes (

View File

@@ -1,5 +1,6 @@
---
icon: home
title: FancyPlugins
---
#

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Converters
There should be converters for other popular npc / hologram plugins to our plugin.

View File

@@ -1,4 +1,5 @@
---
icon: dot
redirect: hologram-groups.md
---

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Hologram Groups
TODO

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Multiple Pages
TODO

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Action Scripting
Currently, the npc action system is quite limited with the available action types. There is no way to create conditional actions or to have loops.

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Command Changes
Some commands need to be refactored to be more consistent with the new system.

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Custom Models
TODO

View File

@@ -1,4 +1,5 @@
---
icon: dot
redirect: action-scripting
---

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Walking Npcs
TODO

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# FancyVisuals
TODO

View File

@@ -0,0 +1,3 @@
---
icon: dot
---

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Lightweight Minecraft Client SDK
## Problem

View File

@@ -1,3 +1,7 @@
---
icon: dot
---
# Plugin Testing Framework
The Plugin Testing Framework is a tool that allows developers to test their plugins in a controlled environment.

View File

@@ -0,0 +1,4 @@
---
icon: dot
redirect: lightweight-minecraft-client-sdk
---