Class PluginNameConversationPrefix

java.lang.Object
org.bukkit.conversations.PluginNameConversationPrefix
All Implemented Interfaces:
ConversationPrefix

@Deprecated(forRemoval=true) public class PluginNameConversationPrefix extends Object implements ConversationPrefix
Deprecated, for removal: This API element is subject to removal in a future version.
The conversation API has been deprecated for removal. This system does not support component based messages and has been slowly losing functionality over the years as Minecraft has changed that this API can not adapt to. It is recommended you instead manually listen to the AsyncChatEvent or alternatively using Dialog to get user input.
PluginNameConversationPrefix is a ConversationPrefix implementation that displays the plugin name in front of conversation output.
  • Field Details

    • separator

      protected String separator
      Deprecated, for removal: This API element is subject to removal in a future version.
    • prefixColor

      protected ChatColor prefixColor
      Deprecated, for removal: This API element is subject to removal in a future version.
    • plugin

      protected Plugin plugin
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

  • Method Details