[Addon] Wizard NPC

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

Name
Link
Version
Required

Model Engine

Latest v3, v4

Yes

Citizens2

2.0.33-b3399 for 1.20.4

[ See Caution ]

ItemsAdder

Latest

[ See Caution ]

Nexo

Latest

[ See Caution ]

Oraxen

Latest

[ See Caution ]

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

Was this helpful?