From d919a3bf121408ac5441dcd686628d80b451ad8e Mon Sep 17 00:00:00 2001 From: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:23:14 -0700 Subject: [PATCH 1/2] Minor README changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 454dc4dd10..797c90d39b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Discord](https://img.shields.io/discord/1054708062520360960?label=discord&logo=discord&logoColor=white)](https://discord.gg/HtbKyuDDBw) [![Release](https://img.shields.io/github/v/release/gabber235/Typewriter?include_prereleases&logo=github)](https://github.com/gabber235/TypeWriter/releases) -![License](https://img.shields.io/github/license/gabber235/Typewriter?logo=github) +[![License](https://img.shields.io/github/license/gabber235/Typewriter?logo=github)](LICENSE) Typewriter is a plugin for spigot Minecraft servers that allows for custom player interactions such as Quests, NPC chat, Create branching story with ease, and more. It is easily configurable using the web panel specifically @@ -33,6 +33,9 @@ The web panel for Typewriter, where you can create quests, NPCs, and more. To get started with Typewriter, simply download the [plugin](https://github.com/gabber235/TypeWriter/releases) and configure it accordingly. See [Installation Guide](https://github.com/gabber235/TypeWriter/wiki/Installation-guide) for more information. + +Also be sure to download ProtocolLib from [here](https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/) (Click on `ProtocolLib.jar`). + Then, use the app to configure your custom interactions as desired. You can also utilize the [pre-made adapters](https://github.com/gabber235/TypeWriter/wiki/pre-made-adapters) or create your own custom adapters to extend the @@ -59,4 +62,4 @@ See [LICENSE](LICENSE) to see the full text. # Credits -- [Aarthificial](https://www.youtube.com/channel/UCZ1XWgQK8YkZp5ZwXKdVqjw) For the inspiration on the base logic. \ No newline at end of file +- [Aarthificial](https://www.youtube.com/@aarthificial) For the inspiration on the base logic. \ No newline at end of file From 8510e2bf41e82ad69d10e6be9c8891b1ddd6e3aa Mon Sep 17 00:00:00 2001 From: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:23:55 -0700 Subject: [PATCH 2/2] Minor README changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 797c90d39b..07b1cd9cbe 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Typewriter is a plugin for spigot Minecraft servers that allows for custom player interactions such as Quests, NPC chat, Create branching story with ease, 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://github.com/gabber235/TypeWriter/wiki/pre-made-adapters) or can be custom-made by developers. To get started with Typewriter, see the [Getting Started](#getting-started) section.