mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-22 07:21:21 +01:00
Changes *some* Songoda wording to Craftaro
I don't want to introduce too much confusion or breaking changes
This commit is contained in:
parent
a3e73be1aa
commit
7c4e967dd8
@ -119,7 +119,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
console.sendMessage(" "); // blank line to separate chatter
|
console.sendMessage(" "); // blank line to separate chatter
|
||||||
console.sendMessage(ChatColor.GREEN + "=============================");
|
console.sendMessage(ChatColor.GREEN + "=============================");
|
||||||
console.sendMessage(String.format("%s%s %s by %sSongoda <3!", ChatColor.GRAY,
|
console.sendMessage(String.format("%s%s %s by %sCraftaro <3!", ChatColor.GRAY,
|
||||||
getDescription().getName(), getDescription().getVersion(), ChatColor.DARK_PURPLE));
|
getDescription().getName(), getDescription().getVersion(), ChatColor.DARK_PURPLE));
|
||||||
console.sendMessage(String.format("%sAction: %s%s%s...", ChatColor.GRAY,
|
console.sendMessage(String.format("%sAction: %s%s%s...", ChatColor.GRAY,
|
||||||
ChatColor.GREEN, "Enabling", ChatColor.GRAY));
|
ChatColor.GREEN, "Enabling", ChatColor.GRAY));
|
||||||
@ -162,7 +162,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
|||||||
|
|
||||||
console.sendMessage(" "); // blank line to separate chatter
|
console.sendMessage(" "); // blank line to separate chatter
|
||||||
console.sendMessage(ChatColor.GREEN + "=============================");
|
console.sendMessage(ChatColor.GREEN + "=============================");
|
||||||
console.sendMessage(String.format("%s%s %s by %sSongoda <3!", ChatColor.GRAY,
|
console.sendMessage(String.format("%s%s %s by %sCraftaro <3!", ChatColor.GRAY,
|
||||||
getDescription().getName(), getDescription().getVersion(), ChatColor.DARK_PURPLE));
|
getDescription().getName(), getDescription().getVersion(), ChatColor.DARK_PURPLE));
|
||||||
console.sendMessage(String.format("%sAction: %s%s%s...", ChatColor.GRAY,
|
console.sendMessage(String.format("%sAction: %s%s%s...", ChatColor.GRAY,
|
||||||
ChatColor.RED, "Disabling", ChatColor.GRAY));
|
ChatColor.RED, "Disabling", ChatColor.GRAY));
|
||||||
@ -236,7 +236,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
|
|||||||
if (unfinishedTasks > 0) {
|
if (unfinishedTasks > 0) {
|
||||||
getLogger().log(Level.WARNING,
|
getLogger().log(Level.WARNING,
|
||||||
String.format("A DataManager has been forcefully terminated with %d unfinished tasks - " +
|
String.format("A DataManager has been forcefully terminated with %d unfinished tasks - " +
|
||||||
"This can be a serious problem, please report it to us (Songoda)!", unfinishedTasks));
|
"This can be a serious problem, please report it to us (Craftaro / Songoda)!", unfinishedTasks));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ public class SongodaCoreDiagCommand extends AbstractCommand {
|
|||||||
@Override
|
@Override
|
||||||
protected ReturnType runCommand(CommandSender sender, String... args) {
|
protected ReturnType runCommand(CommandSender sender, String... args) {
|
||||||
sender.sendMessage("");
|
sender.sendMessage("");
|
||||||
sender.sendMessage("Songoda Diagnostics Information");
|
sender.sendMessage("Craftaro Diagnostics Information");
|
||||||
sender.sendMessage("");
|
sender.sendMessage("");
|
||||||
sender.sendMessage("Plugins:");
|
sender.sendMessage("Plugins:");
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ final class SongodaCoreOverviewGUI extends Gui {
|
|||||||
// could do pages, too, but don't think we'll have that many at a time for a while
|
// could do pages, too, but don't think we'll have that many at a time for a while
|
||||||
int max = (int) Math.ceil(plugins.size() / 9.);
|
int max = (int) Math.ceil(plugins.size() / 9.);
|
||||||
setRows(max);
|
setRows(max);
|
||||||
setTitle("Songoda Plugins");
|
setTitle("Craftaro Plugins");
|
||||||
|
|
||||||
// TODO: this could use some decorating
|
// TODO: this could use some decorating
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user