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);
|
YamlConfiguration defConfig = YamlConfiguration.loadConfiguration(defLangStream);
|
||||||
TL.setFile(defConfig);
|
TL.setFile(defConfig);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace(); // So they notice
|
e.printStackTrace(); // So they notice
|
||||||
|
@ -91,8 +91,8 @@ COMMAND:
|
|||||||
TOCREATE: to create a new faction
|
TOCREATE: to create a new faction
|
||||||
FORCREATE: for creating 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.
|
ERROR: <b>There was an internal error while trying to create your faction. Please try again.
|
||||||
CREATED:
|
CREATED: %s<i> created a new faction %s
|
||||||
LOG: ' created a new faction: '
|
CREATEDLOG: ' created a new faction: '
|
||||||
YOUSHOULD: '<i>You should now: %s'
|
YOUSHOULD: '<i>You should now: %s'
|
||||||
DEINVITE:
|
DEINVITE:
|
||||||
CANDEINVITE: 'Players you can deinvite: '
|
CANDEINVITE: 'Players you can deinvite: '
|
||||||
|
@ -90,8 +90,8 @@ COMMAND:
|
|||||||
TOCREATE: to create a new faction
|
TOCREATE: to create a new faction
|
||||||
FORCREATE: for creating 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.
|
ERROR: <b>There was an internal error while trying to create your faction. Please try again.
|
||||||
CREATED:
|
CREATED: %s<i> created a new faction %s
|
||||||
LOG: ' は新しい党派を造りました: '
|
CREATEDLOG: ' は新しい党派を造りました: '
|
||||||
YOUSHOULD: '<i>You should now: %s'
|
YOUSHOULD: '<i>You should now: %s'
|
||||||
DEINVITE:
|
DEINVITE:
|
||||||
CANDEINVITE: 'Players you can deinvite: '
|
CANDEINVITE: 'Players you can deinvite: '
|
||||||
|
Loading…
Reference in New Issue
Block a user