Skip to content

Commit

Permalink
plugin.yml:
Browse files Browse the repository at this point in the history
* Updated version information
* Changed the author field. This is my fork, not sure why I left his name in it :P

DragonEggDropCmd:
* Changed the base command to display "Original Author: PixelStix" instead to still provide legacy :)
  • Loading branch information
2008Choco committed Feb 7, 2017
1 parent 744ec45 commit 21c0abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DragonEggDrop
main: com.ninjaguild.dragoneggdrop.DragonEggDrop
version: 1.2.6
author: NinjaStix
version: 1.2.7
author: 2008Choco

commands:
dragoneggdrop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
sender.sendMessage(ChatColor.GOLD + "-----------------------");
sender.sendMessage(ChatColor.GOLD + "-- DRAGONEGGDROP INFO --");
sender.sendMessage(ChatColor.GOLD + "-----------------------");
sender.sendMessage(ChatColor.GOLD + "Author: " + plugin.getDescription().getAuthors().get(0));
sender.sendMessage(ChatColor.GOLD + "Original Author: PixelStix");
sender.sendMessage(ChatColor.GOLD + "Maintainer: 2008Choco");
sender.sendMessage(ChatColor.GOLD + "Version: " + plugin.getDescription().getVersion());
if (sender.isOp() && plugin.isNewVersionAvailable())
Expand Down

0 comments on commit 21c0abc

Please sign in to comment.