config.yml file.
Prefix Requirements
Control whether prefixes are required for MiniMessage and placeholder parsing.Whether the
[mm] prefix is required for packets to be parsed by MiniMessage.When enabled, only messages with the [mm] prefix will be processed by MiniMessage.
When disabled, all messages will be parsed as MiniMessage by default.Whether the
[p] prefix is required for packets to be parsed by PlaceholderAPI/MiniPlaceholders.When enabled, only messages with the [p] prefix will have placeholders resolved.
When disabled, all messages will have placeholders resolved automatically.Placeholder Hooks
Configure which placeholder plugins Runway should integrate with.Enable PlaceholderAPI integration.When enabled, Runway will hook into PlaceholderAPI and resolve PAPI placeholders in messages.
Both PlaceholderAPI and MiniPlaceholders can be used simultaneously.
Enable MiniPlaceholders integration.When enabled, Runway will hook into MiniPlaceholders and resolve its placeholders in messages.
Both PlaceholderAPI and MiniPlaceholders can be used simultaneously.
You can enable both PlaceholderAPI and MiniPlaceholders at the same time. Runway will use whichever plugins are available on your server.
Item Formatting
Whether to disable italics in item names and lore.By default, Minecraft italicizes all item names and lore. When this is enabled,
Runway will automatically prepend
<!italic> to prevent this behavior, giving you
more control over text formatting.Legacy Color Handling
Whether to ignore legacy color codes by replacing
& with &&.When enabled, legacy color codes (like &c or &l) will be escaped and not processed.
This allows you to display the actual characters instead of applying colors.Listeners
Configure which packet types Runway should process. See the Listeners page for detailed information.Parse system messages (plugin messages).
Parse tablist header and footer.
Parse titles and subtitles.
Parse scoreboards (Teams-based).
Parse inventory menu titles.
Parse inventory item names and lore.
Parse item names and lore (player inventory items).
Complete Configuration Example
Here’s the complete defaultconfig.yml:
After modifying
config.yml, reload the plugin with /runway reload to apply changes.