Skip to content

Adminstration

Terry edited this page Nov 11, 2024 · 4 revisions

ℹ️ Plugin has been tested on Paper/Purpur: 1.21, 1.21.1

Installation

  1. Download the latest version and put the WizardAPI.jar into your plugins/ Folder.
  2. Restart your server and type /wizard to show command usage.
  3. Add your own Wands & Spells using the Development API

Configuration

You want to reveice update notifications? (Recommended: true)

checkForUpdates: true

Time (in milliseconds) to reset sequenz after starting spell combination.

clickSequenz:
  timeout: 1000

Edit your the sound effect for doing spell combinations

  sound:
    enabled: true
    type: BLOCK_NOTE_BLOCK_HAT
    volume: 0.5
    pitch: 1.1

Edit the message to display your click sequenz
ℹ️ Components uses MiniMessage Format. More information about Adventure API here.

  message:
    enabled: true
    # Possible types: ACTIONBAR, TITLE
    type: TITLE
    components:
      left: "<light_purple>L"
      right: "<light_purple>R"
      empty: "<gray>_"
      spacer: " "

Preview

Clone this wiki locally