pluginiPlugin

Quick Start

Installation and Experience

Installation

Install the plugin on the server

  • After downloading the plugin, place the Xerr.jar file into the server's plugins folder
  • Restart the server to load the plugin
  • After the plugin is loaded, the default configuration for Xerr will be generated in the plugins folder

Verify that the plugin has loaded successfully

[22:46:25 INFO]: [Xerr] Enabling Xerr v0.0.1-Alpha.6

Run the command to generate the resource pack

/xerr pack

Merging Resource Packs

ItemsAdder

ItemsAdder provides an automatic resource pack merging feature, so no manual merging is required.

plugins/ItemsAdder/config.yml
resource-pack:
  zip:
    merge_other_plugins_resourcepacks_folders:
    - "Xerr/resource_pack"

Manual Merge

Copy the plugins/Xerr/resource_pack/assets directory into the assets directory of your texture resource pack to merge.

Single Resource Pack

This method is not recommended. It is better to configure a resource pack manager plugin to automatically merge.

If you don't need to merge with other resource packs, you can use the single resource pack directly.

You can use the plugins/Xerr/resource_pack folder as the resource pack.

About Dependencies

The first time you install the plugin, you need to stay connected to the internet. The plugin installation requires downloading dependencies from Alibaba Cloud's central repository.

Using the Plugin

Experience

Once you've joined the server and loaded the resource pack, you will see the default configuration display.

Demo 1

QuestEngine Graphic Dialogue Style

Process

Prerequisite plugins:

  • QuestEngine, requires version 4.0.5.4 or higher
  • Xession, requires version 1.0.3-SNAPSHOT.1 or higher

Modify the configuration in the QuestEngine plugin: module/conversation.yml

plugins/QuestEngine/module/conversation.yml
theme: 
  style: "xerr"

Reload the QuestEngine configuration

/qe reload

Any conversation will now display in the graphic dialogue style

Graphic Dialogue Style

Configuration

  • Layout configuration format: plugins/Xession/session/theme.yml

Chemdah Graphic Dialogue Style

Process

Prerequisite plugins:

  • Chemdah
  • Xession, requires version 1.0.3-SNAPSHOT.1 or higher

The dialogue style theme is xerr.

Modify the conversation configuration to theme: xerr to enable the graphic dialogue style

__option__:
  theme: 'xerr'
  title: '{name}'

At this point, calling the conversation will display it in the graphic dialogue style.

Graphic Dialogue Style

Configuration

  • Layout configuration format: plugins/Xession/session/theme.yml

  • Dialogue sound configuration: plugins/Chemdah/core/conversation.yml

    • theme-xerr
    theme-xerr: 
      sound:
        name: ENTITY_ITEM_PICKUP
        p: 1
        v: 0

On this page