From 2f142476ee3531c71b146bd8b2ac82ddd880d3a0 Mon Sep 17 00:00:00 2001 From: alisolarflare Date: Fri, 2 Dec 2016 21:31:06 -0500 Subject: [PATCH] Fixed plugin.yml Bleh --- plugin.yml | 4 +++- .../components/flaircolouring/letterdyes/GetLetterDye.java | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin.yml b/plugin.yml index da90a29..a57eb89 100644 --- a/plugin.yml +++ b/plugin.yml @@ -68,4 +68,6 @@ commands: getinsuranceblock: description: Gets insurance block createbankchest: - description: Creates a Bank Chest \ No newline at end of file + description: Creates a Bank Chest + getletterdye: + description: Creates Letter Dye \ No newline at end of file diff --git a/src/alisolarflare/components/flaircolouring/letterdyes/GetLetterDye.java b/src/alisolarflare/components/flaircolouring/letterdyes/GetLetterDye.java index 438306b..aaf7e0a 100644 --- a/src/alisolarflare/components/flaircolouring/letterdyes/GetLetterDye.java +++ b/src/alisolarflare/components/flaircolouring/letterdyes/GetLetterDye.java @@ -10,5 +10,4 @@ public class GetLetterDye extends PlayerCommand{ player.getInventory().addItem(LetterDye.getLetterDye()); return false; } - }