Update /citizens output

This commit is contained in:
fullwall 2019-05-31 00:23:11 +08:00
parent e7cba79e1a
commit 7b2f08b372
2 changed files with 3 additions and 2 deletions

View File

@ -25,9 +25,10 @@ public class AdminCommands {
public void citizens(CommandContext args, CommandSender sender, NPC npc) throws CommandException {
Messaging.send(sender,
" " + StringHelper.wrapHeader("<e>Citizens v" + plugin.getDescription().getVersion()));
Messaging.send(sender, " <7>-- <c>Written by fullwall and aPunch");
Messaging.send(sender, " <7>-- <c>Author: fullwall");
Messaging.send(sender, " <7>-- <c>Source Code: http://github.com/CitizensDev");
Messaging.send(sender, " <7>-- <c>Website: " + plugin.getDescription().getWebsite());
Messaging.send(sender, " <7>-- <c>Report an issue: http://github.com/CitizensDev/Citizens2/issues");
}
@Command(

View File

@ -1,5 +1,5 @@
name: Citizens
authors: [aPunch, fullwall]
authors: [fullwall]
softdepend: [Vault]
version: ${project.version} (build ${BUILD_NUMBER})
main: net.citizensnpcs.Citizens