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 Name | Description | Download Link |
---|---|---|
Basic Adapter | Contains essential building blocks for every server | Download |
Citizens Adapter | Extends the Citizens API to allow you to create NPCs with Typewriter. | Download |
Vault Adapter | Integrates with Vault to allow you to use the economy system in your Typewriter scripts. | Download |
MythicMobs Adapter | Allows you to use MythicMobs in your Typewriter scripts. | Download |
WorldGuard Adapter | Allows use of WorldGuard regions with Typewriter. | Download |
RPGRegions Adapter | Allows you to use RPGRegions in your Typewriter scripts. | Download |
Superior Skyblock Adapter | Allows you to use Superior Skyblock islands in your Typewriter scripts. | Download |
CombatLogX Adapter | Check 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.