IGXSA6HRRCYXIUI6276SCNXN5NEYRKACR4JH2SRJQDJXDZOBGTPQC
PZUAKVDSSARBXQRXOKMDMJUP7HYCV7PVQBY43ANA3H4YX4GUJY3QC
KEYYAOAFLRUJZZEVL5WGPUZEIT7W67P3RWKX6LM5ZLWHMCEPWH4QC
JGLK6YMAFIJTNITI4O3BT7NPUYJVJUONWFGYZ77JT5RPUWMXI6GQC
import lombok.*;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
/** * @return a single instance of the class */ @Getter private static MSItem instance = new MSItem();
/**
* @return a single instance of the class
*/
@Getter
private static MSItem instance = new MSItem();
getServer().getPluginManager().disablePlugin(this);
getServer().getPluginManager().disablePlugin(instance);
/** * @return a single instance of the class */ @Getter private static MSDecor instance = new MSDecor();
private static MSDecor instance = new MSDecor();
/** * @return a single instance of the class */ @Getter private static MSCore instance = new MSCore();
private static MSCore instance = new MSCore();
/** * @return a single instance of the class */ @Getter private static MSBlock instance = new MSBlock();
private static MSBlock instance = new MSBlock();