Languages and Translations

This plugin uses the LanguageAPI to support translations. You don't have to install that plugin to use the default language of English, but if you want to use other translations, setting your locale, you need to install the LanguageAPI plugin. The advantage is that, if multiple plugins support the LanguageAPI, you only need to one language command. Also supports players setting their own locale independent of the server's default.

Commands

Set your locale with the following commands, taking a ISO 3-character language code:

  • /locale <ISO>: Sets your personal display language preference
  • /serverlocale <ISO>: Sets the default server display language preference

Adding Languages

Put the "lang-<ISO>.yml" file into the plugins/AntiCreeper3/languages/ folder.

Translating AntiCreeper

Here is "lang-eng.yml", the translation for the English language. The default file is also written to plugins/AntiCreeper3/languages/lang-eng.yml if it didn't exist already.

appendList: Appended to {0} with new blocklist below
durableSet: Blocks below are durable to {0} explosions :
enderAppend: Appended to {0} below
enderLift: Blocks below are subject to lifting by endermen
enderReset: Reset nerf_endermen.whitelist to {0} below
enderSafe: Blocks below are safe from endermen
fragileSet: Blocks below are fragile to {0} explosions :
invalidValue: invalid value for {0}
negative: negatives are invalid for {0}.
noBeds: §a{0}§e Beds in nether are not allowed
oneSet: Set {0} to {1}
printall: §4{0}§r: It's really big. If you're sure use 'all' option
resetFilter: Reset {0} to {1} with new blocklist below
setAll: Set all {0} to {1}
witherDestroy: destroyblocks only applies to Wither
worldState: §4{0}§r in your world is {1}active
worldStateOff: §4{0}§r now disabled in: §7{1}
worldStateOn: §4{0}§r now effective in: §7{1}
dupePluginBlocks: SafeCreeper also modifying {0} explosion. Set {1}.explodeblocks=false to avoid conflict
dupePluginDamage: SafeCreeper also modifying {0} explosion damage. Set all {1}. entitydamage.*=true to avoid conflict
dupePluginFilter: SafeCreeper also modifying {0} explosion. Comment out {1}.blockfilter to avoid conflict
dupePluginFire: SafeCreeper also modifying {0} fire. Comment out {1}.fire to avoid conflict
dupePluginPower: SafeCreeper also modifying {0} power. Comment out {1}.power to avoid conflict

Added in version 4.16:

unknownWorld: AntiCreeper3: unknown world '{0}'
allWorlds: nerfed_worlds empty; activating for ALL worlds
useAll: AntiCreeper3: Not supported from SERVER without 'all' option

You can translate it into another language and save it as "lang-???.yml" where ??? is the 3-letter ISO language code for that language as can be found here: ISO 639-2 Lanugage Code List. In the case of languages with multiple 3-letter codes, you should save a copy as each code.

Please submit your translations here as a comment for others to use; I will note you as a Translator (which will appear in your Bukkit status) and I will also see about distributing with future versions. To submit translations, use the format below:

File name(s): lang-???.yml, lang-???.yml and so on for every multiple
<<code yaml>>
[contents of your lang-???.yml file]
<</code>>

Comments

Posts Quoted:
Reply
Clear All Quotes