🔱
HyperStones
  • 🔱What is it?
  • đŸ•šī¸Commands
  • 📝Permissions
  • đŸ—ƒī¸Files
  • 🔗Compatible plugins
Powered by GitBook
On this page
  • Vault
  • ItemsAdder

Compatible plugins

Every thid-party plugin that can be integrated with HyperStones.

Vault

Vault is required to require money during HyperStones upgrades.

ItemsAdder

ItemsAdder can be used to modify default HyperStones' items textures. To achieve this you have to specify as "item-type" the namespace:id of the ItemsAdder item you want to use the texture.

items:
  hyperstone:
    name: '&3&nHyperShard'
    lore:
      - "&3&l* &7Use this inside an anvil"
      - "&7with a weapon or an armor"
      - "&7to upgrade it."
    item-type: plastic # <-- ItemsAdder namespace
    glow: true
    min-drop-amount: 1
    max-drop-amount: 4

You can upgrade custom ItemsAdder items by adding their name in the dedicated path in the config.yml.

itemsadder:
  upgradable-items:
    - "ItemsAdderItem1" # <-- ItemsAdder item name
    - "ItemsAdderItem2"
PreviousFiles

Last updated 1 year ago

🔗