Fixed plugin.yml Bleh
This commit is contained in:
parent
324a973090
commit
2f142476ee
2 changed files with 3 additions and 2 deletions
|
@ -68,4 +68,6 @@ commands:
|
|||
getinsuranceblock:
|
||||
description: Gets insurance block
|
||||
createbankchest:
|
||||
description: Creates a Bank Chest
|
||||
description: Creates a Bank Chest
|
||||
getletterdye:
|
||||
description: Creates Letter Dye
|
|
@ -10,5 +10,4 @@ public class GetLetterDye extends PlayerCommand{
|
|||
player.getInventory().addItem(LetterDye.getLetterDye());
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue