RepairGui 1.8 ~ 1.21.x Editable GUI/PRICES/Supports other plugin's currencies icon

RepairGui 1.8 ~ 1.21.x Editable GUI/PRICES/Supports other plugin's currencies -----

A Repair plugin with GUI. Supports other plugins' currency to fix items



v.6.6.2 Added custom event & Fix Java15+ issue
Changes:
- plugin supports Java15&16 now
- plugin will inform you if one of the item's slot is greater than inventory size in the console

Added:
- Custom event MultiRepairEvent & SingleRepairEvent

Code (Java):
@EventHandler
public void onSingleRepair (SingleRepairEvent event ) {
    Player player = event. getPlayer ( ) ;
    ItemStack item = event. getItem ( ) ;

    double moneyCost = event. getMoneyCost ( ) ;
    int levelCost = event. getLevelCost ( ) ;

    // Your code here...
}
 
@EventHandler
public void onMultiRepair (MultiRepairEvent event ) {
    Player player = event. getPlayer ( ) ;
    List <ItemStack > items = event. getItems ( ) ;
   
    double moneyCost = event. getMoneyCost ( ) ;
    int levelCost = event. getLevelCost ( ) ;
     
    // Your code here...
}
----------, May 22, 2021
Resource Information
Author:
----------
Total Downloads: 28,287
First Release: Oct 20, 2018
Last Update: Jun 22, 2024
Category: ---------------
All-Time Rating:
45 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings