mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-21 23:51:42 +01: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
@ -60,6 +60,7 @@ public class Commandinfo extends EssentialsCommand
|
||||
else
|
||||
{
|
||||
sender.sendMessage(Util.i18n("infoFileDoesNotExist"));
|
||||
file.createNewFile();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -162,7 +162,7 @@ healOther = \u00a77Healed {0}.
|
||||
helpPages = Page \u00a7c {0} \u00a7f of \u00a7c {1} \u00a7f:
|
||||
helpConsole = To view help from the console, type ?.
|
||||
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:
|
||||
infoChapter = Select chapter:
|
||||
infoUnknownChapter = Unknown chapter:
|
||||
|
Loading…
Reference in New Issue
Block a user