⚜️ HyperStones [1.8-1.20.1] ⚜️ | Upgrade your items - Fully customizable - ✨ Particles ✨ - Economy

MC Plugin ⚜️ HyperStones [1.8-1.20.1] ⚜️ | Upgrade your items - Fully customizable - ✨ Particles ✨ - Economy 1.7.2
An extremely configurable item upgrade plugin.

Added:
  • Oraxen integration
Fixed:
  • Masteries double jump disabled due to some issues.
Add these lines to your config.yml to use Oraxen Integration:
Code:
# If you are using Oraxen plugin, you can make some custom items from that plugin upgradable
# by writing here their IDs.
oraxen:
  upgradable-items:
   - "OraxenItemID1"
    - "OraxenItemID2"
Added:
  • Configuration settings for upgrade gui
Add this to your old config.yml

YAML:
upgrade-gui:
  title: "&b&nHyperBench"
  items:
    background-slots:
      name: " "
      type: BLACK_STAINED_GLASS_PANE
      # NOTE: You can add "model-data" field to change the texture of the item. Example:
      # model-data: 1122
    item-slot:
      name: "&c* &fItem &c(required)"
      type:...
Added:
  • New upgrade gui with autoupgrades
  • Masteries (alpha feature): now you can add a mastery (Double Jump, Lifesteal, and many more!) to a maxed item.
Add these two options to your config.yml
Code:
enable-masteries: false
legacy-upgrade-system: false
Fixed:
  • Bug during upgrades
Added:
  • Support for Spigot 1.20.X
This updates needs to create a new config.yml, if you want to keep the old config.yml follow the instructions at the end of the patch notes.

Added:

  • Configurable haste effect for tools.
  • Lore line for Haste Effect
  • Toggleable damage boost for tools.
  • New lore management: now if you update the lore line for any upgrade (level, damage, haste or protection) it should automatically remove old lore lines from upgraded items.
Config.yml modifications
Code:
upgraded-item:
   # ... other settins ...
    level-lore-line: '&b➥ HyperPower: +{level}'
    damage-boost-lore-line: '&c➥ Damage: {damage}'
    protection-addition-lore-line: '&6➥ Protection: +{protection}%'
    haste-addition-lore-line: '&e⛏ Haste: +{haste}' # <-- ADD THIS LINE
This updates needs to create a new config.yml, if you want to keep the old config.yml follow the instructions at the end of the patch notes.

Added:

  • Possibility to change position of the upgrade lore line inside the lore ("level-lore-line-index")
  • Like (+1)
Reactions: DracoBells
Top Bottom