Skip to content

Commit

Permalink
Merge pull request #177 from nick-w-nick/fix-premade-adapter-links-de…
Browse files Browse the repository at this point in the history
…velop

(#2) Fix pre-made adapter links
  • Loading branch information
gabber235 authored Apr 20, 2024
2 parents d07f0ef + c16bf62 commit c3f9dba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Typewriter is a plugin for **Paper** Minecraft servers that allows for custom pl
NPC chat, Create branching story with ease, Creating Cinematic with camera paths, and more. It is easily configurable using the web panel specifically
designed for this plugin.

The plugin can also be extended using adapters, which are [pre-made](https://gabber235.github.io/TypeWriter/adapters) or can be custom-made by developers.
The plugin can also be extended using adapters, which are [pre-made](https://gabber235.github.io/TypeWriter/docs/adapters#pre-made-adapters) or can be custom-made by developers.

To get started with Typewriter, see the [Getting Started](#getting-started) section.

Expand Down Expand Up @@ -40,7 +40,7 @@ The web panel for Typewriter, where you can create quests, NPCs, and more.
- Create cinematic sequences with camera movements, dialogue, animated NPCs, and more...
- Configure interactions using a custom written visual interface
- Extend the plugin using adapters
- [Pre-made adapters](https://gabber235.github.io/TypeWriter/adapters) available for popular plugins
- [Pre-made adapters](https://gabber235.github.io/TypeWriter/docs/adapters#pre-made-adapters) available for popular plugins
- Custom adapters can be made by developers

## Getting started
Expand All @@ -52,14 +52,14 @@ Also be sure to download PacketEvents from [here](https://modrinth.com/plugin/pa

Then, use the app to configure your custom interactions as desired.

You can also utilize the [pre-made adapters](https://gabber235.github.io/TypeWriter/adapters) or create your own custom adapters to extend the
You can also utilize the [pre-made adapters](https://gabber235.github.io/TypeWriter/docs/adapters#pre-made-adapters) or create your own custom adapters to extend the
capabilities of the plugin. See [First Interaction](https://gabber235.github.io/TypeWriter/docs/first-interaction) for more information.

## For administrators

As an administrator, you can easily configure Typewriter using the custom web panel.
Simply input your desired interactions and let the plugin handle the rest.
You can also take advantage of the [pre-made adapters](https://gabber235.github.io/TypeWriter/adapters) or create your own custom
You can also take advantage of the [pre-made adapters](https://gabber235.github.io/TypeWriter/docs/adapters#pre-made-adapters) or create your own custom
adapters to further customize the plugin for your server.

## For developers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install the basic adapter (or any for that matter), follow these steps:
#### Pre-Made Adapters

In addition to the basic adapter, Typewriter also offers several pre-made adapters that can be easily installed and
configured. For a list of available adapters and instructions on how to install them, see [here](adapters).
configured. For a list of available adapters and instructions on how to install them, see [here](./06-adapters.md#pre-made-adapters).

:::danger[Out of Sync]
When updating the plugin, it's crucial to **always** install the corresponding adapters for that update. Failure to match the versions of the adapter and plugin can result in the plugin not functioning correctly!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adapters are additions that can be added to Typewriter to add more functionality
You are most likely going to need the [Basic Adapter](../adapters/BasicAdapter). It contains essential building blocks for using Typewriter.
:::

# Pre-made Adapters
# Pre-made Adapters {#pre-made-adapters}

| Adapter Name | Description | Download Link |
| ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
Expand Down

0 comments on commit c3f9dba

Please sign in to comment.