Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.13 KB

README.md

File metadata and controls

35 lines (25 loc) · 2.13 KB

Main Logo

Runway allows you to support MiniMessage formatting in messages, menus, titles, items, MOTD and Tablist from any plugin. The plugin works at the protocol-level and modifies incoming packets sent by plugins.

If enabled, PlaceholderAPI/MiniPlaceholders is also supported in messages parsed by Runway. You also have the option to add your own static custom placeholders in MiniMessage.

image image

Installation

Requirements

Server:

Plugins:

How to use

By default, to allow MiniMessage formatting in your messages, you need to include the prefix [mm] inside the line, there is no specific requirement if it needs to be in the front, back or middle of the sentence. This can also be disabled in the config.yml which will make all incoming packets to be formatted using MiniMessage.

PlaceholderAPI/MiniPlaceholders support uses the prefix [p] to detect when it should parse placeholders. The same rules of MiniMessage formatting apply here.

You can also make system messages be sent in the action bar by including the prefix [actionbar] in the message. Commands:

  • /runway reload - Reloads the plugin configuration.
  • /runway parse <text> - Parses the given text to MiniMessage.

Support & Contact

Feel free to open an issue if you find any issues. For feedback or further assistance, contact me via discord: @mrafonso

Building

To compile the plugin, simply use gradle clean build and it should compile perfectly.

There is no need for shading/implementing anything since it uses Paper's Plugin Loader.