SpinToWin Wiki
English
English
  • 🎉Welcome
  • 📦Info
    • âś…Requirements
    • ⚙️Install
    • đź”—Compatibility
    • 🛠️Configuration files
    • ⌨️Commands
    • đź“‹Format
    • âť“FAQ
  • 🖥️Spin UI
    • 📝UI Config
      • Rewards Option
      • Prices Option
    • 🖼️Textures
  • ✨Features
    • 🎨Color Code
    • 🌍Localized Item Name
    • đź’ľSaved Item
    • 🔄Auto Copy Resource Pack
    • 🔍Custom Item Match Method
Powered by GitBook
On this page
  • Direct compatibility
  • Directly supported item plugins list
  • Directly supported economy plugins list
  • MythicChanger: Extra Item Format option
  • NBTAPI: Extra Item Format option
  1. 📦Info

đź”—Compatibility

The compatibility of plugins mainly includes hooks for item plugins and economy plugins. Unlike other plugins of the same type, we can support them regardless of their appearance.

Direct compatibility

Direct compatibility refers to the use of item plugins or the economy of economic plugins directly in ItemFormat or EconomyFormat. This compatibility method is the simplest and officially supported.

Directly supported item plugins list

  • ItemsAdder

  • Oraxen

  • EcoItems

  • EcoArmor

  • MMOItems

  • MythicMobs

  • eco

  • NeigeItems

  • ExecutableItems

  • Nexo

  • CraftEngine

Directly supported economy plugins list

  • PlayerPoints

  • CoinsEngine

  • UltraEconomy

  • EcoBits

  • PEconomy

  • RedisEconomy

  • RoyaleEconomy

  • VotingPlugin

The following provides an example of directly obtaining items from the EcoItems plugin through the direct compatibility feature in ItemFormat and using economy from Vault plugin in EconomyFormat:

prices:
  1:
    free: true
    placeholder: 'Free'
    apply: [1,2,3]
  2:
    economy-plugin: Vault
    amount: 5
    placeholder: '5 Coins'
    apply: [1,2,3,4,5,6]
  3:
    hook-plugin: EcoItems
    hook-item: super_sword
    amount: 3
    start-apply: 8

MythicChanger: Extra Item Format option

This feature require your server must install MythicChanger plugin, please get it here:

If you are using premium version of MythicChanger, it will allow you use custom NBT tag by adding nbt-xxx rule here. You can also use /mc viewnbt command to view the hold item NBT info.

change-item:
  set-name: '&fGood Diamond Sword'

NBTAPI: Extra Item Format option

The format of this option is:

nbt:
  <NBT Type>:
    <NBT Key>: <NBT Value>

Supported NBT Type: '

  • byte

  • short

  • int

  • long

  • float

  • double

  • string

For example:

nbt:
  string: 
    customNBT: 'Hello!'
  int:
    anotherNBTComponent.theNBTKey: 5
Previous⚙️InstallNext🛠️Configuration files

Last updated 28 days ago

Through this hook, based on the , items can be further modified to their desired appearance.

FREE:

PREMIUM:

For how to configure the change-item section, please read MythicChanger's wiki, to visit. Please note that some of the change rules require PREMIUM version of MythicChanger, not PREMIUM version of UltimateShop!

ItemFormat
Click to download
Click to download
click here