Skip to content

Wands wands

This feature adds sell wands compatible with selling items out of any container block, or collectors.

Config

infinite-uses-format

When an item references having infinite uses, this string is used.


wands Section

This section defines all the wands usable on the server. Here's an example one:

    sell-wand:
      type: STICK
      name: '&a&lSell Wand'
      lore:
        - '&7Remaining Uses: &b{USES}'
      capabilities:
        sell-tnt: true
        #The sell boost
        multiplier: 1.0
        from:
          - 'CONTAINER'
          - 'COLLECTOR'
        effects:
          - 'DIAMOND'
          - 'EMERALD'
          - 'IRON_INGOT'

The main section defines the physical item that the player is given. The capabilities section defines its characteristics like sell boost and what it can sell.

sell-tnt

This option will sell TNT instead of depositing it in your faction bank.

multiplier

This is the sell boost for the sell wand. This setting does not affect TNT when its deposited into your bank.

effects

The items that this wand can sell. If this is empty, this wand affects everything.

from

The containers this wand can sell from. Use CONTAINER for any block that contains items. Use COLLECTOR for collectors from the stacker expansion.


Command

  • /wands give (player) (type) [amount=1] [uses=infinite] - Gives a player a wand.

Permissions

  • Base Level - Use wands.
  • Admin Level - Give wands.