RiledUpCrow / ClassicConversations

Classic conversation output for BetonQuest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BetonQuest Classic Conversations

BQCC is an add-on for BetonQuest plugin. It adds the "classic" conversation style, where you can freely modify the syntax of the conversation.

Why an add-on?

BetonQuest 1.7 introduced the conversation interface, which allows to quickly and esily create new conversation output types. Tellraw and inventory implementation of this interface required unified system of coloring the text. That's the reason why the old, prefix based conversation messages were removed. This add-on aims to bring it back for those who need it.

Installation

To install this add-on just drop the Jar file into your plugins directory and restart/reload your server.

Usage

In the BetonQuest main config.yml fie set default_conversation_IO option to "classic" and reload the plugin with /q reload command.

By default the plugin is set to look exactly like the standard BetonQuest conversations do. Obviously you want to change that. Open the config.yml file from add-on's directory, not from BetonQuest, and edit the options in the way you want them:

  • npc-prefix - that's the prefix before the text said by the NPC. The %quester% keyword will be replaced by the NPC's name.
  • option-prefix - the prefix before the option text, the one which the player will be able to choose. %number% will be replaced by the number of the option.
  • answer-prefix - when the player chooses his answer, it will be printed using this prefix. %player% keyword will be replaced by his name.

About

Classic conversation output for BetonQuest.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%