Fix /f create TL; Save TL nodes on first launch
This commit is contained in:
parent
0d75b1164a
commit
4703f08027
@ -132,7 +132,6 @@ public abstract class MPlugin extends JavaPlugin {
|
||||
}
|
||||
YamlConfiguration defConfig = YamlConfiguration.loadConfiguration(defLangStream);
|
||||
TL.setFile(defConfig);
|
||||
return;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace(); // So they notice
|
||||
|
@ -91,8 +91,8 @@ COMMAND:
|
||||
TOCREATE: to create a new faction
|
||||
FORCREATE: for creating a new faction
|
||||
ERROR: <b>There was an internal error while trying to create your faction. Please try again.
|
||||
CREATED:
|
||||
LOG: ' created a new faction: '
|
||||
CREATED: %s<i> created a new faction %s
|
||||
CREATEDLOG: ' created a new faction: '
|
||||
YOUSHOULD: '<i>You should now: %s'
|
||||
DEINVITE:
|
||||
CANDEINVITE: 'Players you can deinvite: '
|
||||
|
@ -90,8 +90,8 @@ COMMAND:
|
||||
TOCREATE: to create a new faction
|
||||
FORCREATE: for creating a new faction
|
||||
ERROR: <b>There was an internal error while trying to create your faction. Please try again.
|
||||
CREATED:
|
||||
LOG: ' は新しい党派を造りました: '
|
||||
CREATED: %s<i> created a new faction %s
|
||||
CREATEDLOG: ' は新しい党派を造りました: '
|
||||
YOUSHOULD: '<i>You should now: %s'
|
||||
DEINVITE:
|
||||
CANDEINVITE: 'Players you can deinvite: '
|
||||
|
Loading…
Reference in New Issue
Block a user