mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-08 03:49:43 +01:00
Print a kind message in console when the plugin is fully loaded 😄
This commit is contained in:
parent
45b4f32d78
commit
a71eee537d
@ -125,6 +125,12 @@ public class BSkyBlock extends JavaPlugin {
|
||||
playersManager.save(true);
|
||||
islandsManager.save(true);
|
||||
}, getSettings().getDatabaseBackupPeriod(), getSettings().getDatabaseBackupPeriod());
|
||||
|
||||
instance.log("#############################################");
|
||||
instance.log(instance.getDescription().getFullName() + " has been fully enabled.");
|
||||
instance.log("Thanks for using our plugin !");
|
||||
instance.log("- Tastybento and Poslovitch, 2017-2018");
|
||||
instance.log("#############################################");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user