Fixed plugin.yml Bleh
This commit is contained in:
parent
324a973090
commit
2f142476ee
2 changed files with 3 additions and 2 deletions
|
@ -69,3 +69,5 @@ commands:
|
||||||
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
|
|
@ -10,5 +10,4 @@ public class GetLetterDye extends PlayerCommand{
|
||||||
player.getInventory().addItem(LetterDye.getLetterDye());
|
player.getInventory().addItem(LetterDye.getLetterDye());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue