⚡️ Minigames Perks [1.8-1.20.1] ⚡️ Custom perks for your minigame server!

MC Plugin ⚡️ Minigames Perks [1.8-1.20.1] ⚡️ Custom perks for your minigame server! 1.6.9
Make your minigame a more unique experience for your players! Create your own perks!

- Added support for spigot 1.20 and 1.20.1
Added a new parameter to the admin upgrade command - isFree
When set to true it will upgrade the player's perk for free
Fixed a bug that prevented having multiple lines on custom items
  • Updated to spigot 1.19.3
  • Added new items-give-type - "material"
    • Gives the given item based on the broken block.
    • Example:
Code:
   conditions:
      is-material:
      - STONE
      - DIAMOND_ORE
    prizes:
      items:
      - STONE=STONE
      - DIAMOND_ORE=DIAMOND
      items-give-type: material
Added a new option effects-replace-previous as prize, boolean value. Default value is false
Example:
effects-list:
- SPEED:5
effects-replace-previous: true
If the player wins this prize and he has the same effect with a lower or the same power, it will be fully replaced and the time will be 5 seconds. If the value is false, the effect time will be stacked.
Fixed a bug that didn't allow clicking in the inventory on 1.19
The plugin has been updated to support 1.19.2
Fixed the support for spigot 1.18.2
Top Bottom