Fixed plugin.yml Bleh

This commit is contained in:
alisolarflare 2016-12-02 21:31:06 -05:00
parent 324a973090
commit 2f142476ee
2 changed files with 3 additions and 2 deletions

View file

@ -68,4 +68,6 @@ commands:
getinsuranceblock: getinsuranceblock:
description: Gets insurance block description: Gets insurance block
createbankchest: createbankchest:
description: Creates a Bank Chest description: Creates a Bank Chest
getletterdye:
description: Creates Letter Dye

View file

@ -10,5 +10,4 @@ public class GetLetterDye extends PlayerCommand{
player.getInventory().addItem(LetterDye.getLetterDye()); player.getInventory().addItem(LetterDye.getLetterDye());
return false; return false;
} }
} }