Untitled diff

Created Diff never expires
1 removal
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
10 lines
1 addition
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
10 lines
public class MainBomb extends JavaPlugin {
public class MainBomb extends JavaPlugin {
CustomItems ci = new CustomItems(this);
CustomItems ci = new CustomItems(this);
ci.BasicBombR();
public void onEnable() {
public void onEnable() {
getServer().getPluginManager().registerEvents(new BasicBomb(), this);
getServer().getPluginManager().registerEvents(new BasicBomb(), this);
ci.BasicBombR();
}
}
public void onDisable() {
public void onDisable() {
}
}
}
}