Skip to main content
 Warning: Unmaintained Version
Version: 0.4.2

Adapters

Adapters are additions that can be added to Typewriter to add more functionality and entries. Most are used as a way to interface with other plugins. Adapters are not required to use Typewriter, but they can be useful.

 info

You are most likely going to need the Basic Adapter. It contains essential building blocks for using Typewriter.

Pre-made Adapters

Adapter NameDescriptionDownload Link
Basic AdapterContains essential building blocks for every serverDownload
Citizens AdapterExtends the Citizens API to allow you to create NPCs with Typewriter.Download
Vault AdapterIntegrates with Vault to allow you to use the economy system in your Typewriter scripts.Download
MythicMobs AdapterAllows you to use MythicMobs in your Typewriter scripts.Download
WorldGuard AdapterAllows use of WorldGuard regions with Typewriter.Download
RPGRegions AdapterAllows you to use RPGRegions in your Typewriter scripts.Download
Superior Skyblock AdapterAllows you to use Superior Skyblock islands in your Typewriter scripts.Download
CombatLogX AdapterCheck if a player is in combat or not with the CombatLogX plugin.Download

Creating an Adapter

Want to contribute to Typewriter? You can create your own adapter for any plugin you want, or just Minecraft itself. To start contributing, see the development guide.