diff --git a/eco-core/core-plugin/src/main/resources/lang.yml b/eco-core/core-plugin/src/main/resources/lang.yml index 2c7fa8b..1c9834a 100644 --- a/eco-core/core-plugin/src/main/resources/lang.yml +++ b/eco-core/core-plugin/src/main/resources/lang.yml @@ -10,6 +10,7 @@ messages: spawned: "Spawned a boss!" killall: "Killed &a%amount%&f bosses!" needs-player: "&cYou must specify a player" + requires-player: "&cYou must specify a player" invalid-player: "&cInvalid player!" needs-stone: "&cYou must specify a boss" invalid-stone: "&cInvalid boss!" @@ -19,5 +20,6 @@ messages: cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%" cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%" cannot-transmit: "&cYou can't transmit here!" + repaired-effects: "Fixed lingering effects for %player%!&f They have been kicked to prevent effect mismatch." na: "N/A" \ No newline at end of file