add more contributors to credits

This commit is contained in:
Bella 2020-03-25 11:10:10 -04:00
parent 18007b34f8
commit 0670026128
No known key found for this signature in database
GPG Key ID: 815562EA23BFE344
1 changed files with 7 additions and 2 deletions

View File

@ -15,8 +15,9 @@ public class CreditsCommand extends Command {
@Override
public void call(String[] args) {
Command.sendChatMessage("\n" +
"Name (Github if not same as name)" +
"&l&9Author:\n" +
"086\n" +
"086 (zeroeightysix)\n" +
"&l&9Contributors:\n" +
"Bella (S-B99)\n" +
"hub (blockparole)\n" +
@ -46,6 +47,10 @@ public class CreditsCommand extends Command {
"It is the end\n" +
"fluffcq\n" +
"leijurv\n" +
"polymer");
"polymer\n" +
"Battery Settings (Bluskript)\n" +
"An-En (AnotherEntity)\n" +
"Arisa (Arisa-Snowbell)\n" +
"UrM0ther");
}
}