Miscellanious

A page dedicated to smaller bits of information that don't require a full page.

Chat Colors

Permission Node: spiritchat.chat-colors

Given a sender has the above permission node, they can use chat colors in their text! Supports legacy and minimessage!

Example

Chat Item

Permission Node: spiritchat.chat-item

Given that a sender has the above permission node and the feature is enabled, the item they hold in their main hand can be displayed in chat alongside their message!

Configuration

main.yml

Here is where the feature would be located, by default, it is enabled.

# Section of the configuration that
# handles everything with chat formatting.
chat-format:

  # Whether or not to use {i} and {item} to display
  # the item a player is holding in chat.
  use-item-display: true

Example

Last updated