[Addon] Wizard NPC

The section is for addons that you need to purchase separately to use. The default package does not include the features or assets in this section.

  • Price: $5.99

This Addon will provide you with 1 interactive Wizard NPC to open an Enchanter, combined with a short dialogue that will enhance the excitement of your server.

Requirements

Please note that this addon will only support server versions from 1.16.5 to 1.20.4 due to its dependency on ModelEngine.

NameLinkVersionRequired

Model Engine

Latest v3, v4

Yes

Citizens2

2.0.33-b3399 for 1.20.4

Yes

ItemsAdder

Latest

Yes

Oraxen

Latest

Yes

Oraxen and ItemsAdder: you only need one for your server to use our configuration package. ItemsAdder is highly recommended.

Installation

Remember to back up your server before proceeding with the installation.

  1. After you download the package, you will simply have 4 folders: CharacterDialogue, ItemsAdder, ModelEngine, Oraxen.

  2. If your server uses ItemsAdder, you can skip the Oraxen folder, and vice versa. Note that you only need one of those two plugins.

  3. Copy CharacterDialogue, ModelEngine and ItemsAdder/Oraxen folder to your server plugins folder.

  4. Restart your server, after you logged in your server, use the command below to zip and apply all the changes. - For ItemsAdder users: /iazip - For Oraxen users: /o reload all

  5. Using Citizens, create an NPC with any name (Wizard) by this command then remember the id of it /npc create Wizard --type PIG --trait meg_model

  6. Then apply the Wizard NPC Model to the NPC by command, replace <npc-id> with the id of your NPC in Step 5 /meg npc model citizens:<npc-id> add ae_wizard

  7. Bind the id of the created NPC to CharacterDialogue plugin config, then reload the plugin by command: /characterd reload

plugins/CharacterDialogue/config.yml
placeholders:
  npc: "&e[NPC] &c%npc_name%&f:"
  user: "&e[YOU] &b%player_name%&f:"
npc:
  "<npc-id>": ae_wizard # THE ID OF NPC WILL BE HERE

Last updated