mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-18 22:49:45 +00:00
Creating info.txt, if it does not exist.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1418 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
a2ed8ea52a
commit
03b4ba2db4
2 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ public class Commandinfo extends EssentialsCommand
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sender.sendMessage(Util.i18n("infoFileDoesNotExist"));
|
sender.sendMessage(Util.i18n("infoFileDoesNotExist"));
|
||||||
|
file.createNewFile();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -162,7 +162,7 @@ healOther = \u00a77Healed {0}.
|
||||||
helpPages = Page \u00a7c {0} \u00a7f of \u00a7c {1} \u00a7f:
|
helpPages = Page \u00a7c {0} \u00a7f of \u00a7c {1} \u00a7f:
|
||||||
helpConsole = To view help from the console, type ?.
|
helpConsole = To view help from the console, type ?.
|
||||||
helpOp = \u00a7c[HelpOp]\u00a7f \u00a77 {0} :\u00a7f {1}
|
helpOp = \u00a7c[HelpOp]\u00a7f \u00a77 {0} :\u00a7f {1}
|
||||||
infoFileDoesNotExist = File info.txt does not exist.
|
infoFileDoesNotExist = File info.txt does not exist. Creating one for you.
|
||||||
infoPages = Page \u00a7c {0} \u00a7f of \u00a7c {1} \u00a7f:
|
infoPages = Page \u00a7c {0} \u00a7f of \u00a7c {1} \u00a7f:
|
||||||
infoChapter = Select chapter:
|
infoChapter = Select chapter:
|
||||||
infoUnknownChapter = Unknown chapter:
|
infoUnknownChapter = Unknown chapter:
|
||||||
|
|
Loading…
Reference in a new issue