mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 12:15:53 +01:00
Update /citizens output
This commit is contained in:
parent
e7cba79e1a
commit
7b2f08b372
@ -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(
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: Citizens
|
||||
authors: [aPunch, fullwall]
|
||||
authors: [fullwall]
|
||||
softdepend: [Vault]
|
||||
version: ${project.version} (build ${BUILD_NUMBER})
|
||||
main: net.citizensnpcs.Citizens
|
||||
|
Loading…
Reference in New Issue
Block a user