mabe
This commit is contained in:
parent
0d99f2b724
commit
df64f9ff30
2 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,6 @@ public class CreatorCommand implements Command {
|
||||||
return Component.empty()
|
return Component.empty()
|
||||||
.append(Component.text("ChomeNS Bot ").color(NamedTextColor.YELLOW))
|
.append(Component.text("ChomeNS Bot ").color(NamedTextColor.YELLOW))
|
||||||
.append(Component.text("was created by ").color(NamedTextColor.WHITE))
|
.append(Component.text("was created by ").color(NamedTextColor.WHITE))
|
||||||
.append(Component.text(bot.config().ownerName()).color(NamedTextColor.GREEN));
|
.append(Component.text("chayapak").color(NamedTextColor.GREEN));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ discord:
|
||||||
servers:
|
servers:
|
||||||
localhost:25565: 'channel id'
|
localhost:25565: 'channel id'
|
||||||
|
|
||||||
ownerName: 'chayapak' # currently this is only used in the creator command and the console
|
ownerName: 'chayapak' # currently this is only used in the console
|
||||||
|
|
||||||
trusted:
|
trusted:
|
||||||
- 'player name'
|
- 'player name'
|
||||||
|
|
Loading…
Reference in a new issue