From 1af758569df1125da13c15ecdda40028e76e9445 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 16 Aug 2013 12:17:31 +0100 Subject: Added transapi as a submodule - so it more accurately reflects the source origin. --- MCServer/Plugins/TransAPI | 1 + MCServer/Plugins/TransAPI/README.md | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) create mode 160000 MCServer/Plugins/TransAPI delete mode 100644 MCServer/Plugins/TransAPI/README.md (limited to 'MCServer/Plugins/TransAPI/README.md') diff --git a/MCServer/Plugins/TransAPI b/MCServer/Plugins/TransAPI new file mode 160000 index 000000000..52e1de433 --- /dev/null +++ b/MCServer/Plugins/TransAPI @@ -0,0 +1 @@ +Subproject commit 52e1de4332a026e58fda843aae98c1f51e57199e diff --git a/MCServer/Plugins/TransAPI/README.md b/MCServer/Plugins/TransAPI/README.md deleted file mode 100644 index b037a6732..000000000 --- a/MCServer/Plugins/TransAPI/README.md +++ /dev/null @@ -1,20 +0,0 @@ -TransAPI -======== - -A plugin translation API for MCServer. - -TransAPI is designed to be used with the [client library](https://github.com/bearbin/transapi-client), however there is also a stable API available for use. - -API ---- - - GetLanguage ( cPlayer ) - Returns the user's preferred language (or server default if not set). (ISO 639-1 language code) - - GetConsoleLanguage ( ) - Returns the preferred language for console text. (ISO 639-1 language code) - -Commands --------- - - * /language [lang] - Takes a language code (ISO 639-1) and sets the user's preferred language to that. (tranapi.setlang) -- cgit v1.2.3