Added WorldGuard Support

This commit is contained in:
Sn0wStorm
2014-02-16 19:55:54 +01:00
parent 23972e69c6
commit 6d11efb0ad
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ public class LanguageReader {
/* Error */
defaults.put("Error_NoPermissions", "&cYou have no permission to do this!");
defaults.put("Error_NoBarrelAccess", "&cYou have no permission to access this barrel!");
defaults.put("Error_UnknownCommand", "Unknown Command");
defaults.put("Error_ShowHelp", "use &6/br help &fto display the help");
defaults.put("Error_PlayerCommand", "&cThis command can only be executed as player");