mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 02:25:42 +01:00
Authorship and version info
This commit is contained in:
parent
c689268e9c
commit
a46ca7e0a8
@ -1193,7 +1193,7 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener,
|
||||
} else if (args[0].equalsIgnoreCase("info")) {
|
||||
|
||||
cs.sendMessage(GOLD + "Quests " + this.getDescription().getVersion());
|
||||
cs.sendMessage(GOLD + "Made by " + DARKRED + "Blackvein" + GOLD + " and " + RED + "BlockCat");
|
||||
cs.sendMessage(GOLD + "Made by " + DARKRED + "Blackvein");
|
||||
return true;
|
||||
|
||||
} else {
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: Quests
|
||||
main: me.blackvein.quests.Quests
|
||||
version: 1.8.0
|
||||
version: 1.8.1-alpha
|
||||
description: Player questing system
|
||||
website: http://dev.bukkit.org/server-mods/quests/
|
||||
dev-url: https://github.com/Blackvein/Quests/
|
||||
|
Loading…
Reference in New Issue
Block a user