From cace0864663896b554b583296fec2d78723b73fc Mon Sep 17 00:00:00 2001 From: Thijs Wiefferink Date: Mon, 12 Feb 2018 12:49:04 +0100 Subject: [PATCH] Add UTF8 awareness flag in plugin.yml - I think it only does something if you use JavaPlugin#getConfig(), but it does not harm either --- AreaShop/src/main/resources/plugin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AreaShop/src/main/resources/plugin.yml b/AreaShop/src/main/resources/plugin.yml index c227fc3..6736ad2 100644 --- a/AreaShop/src/main/resources/plugin.yml +++ b/AreaShop/src/main/resources/plugin.yml @@ -11,6 +11,8 @@ commands: description: 'For all commands use /as help.' usage: 'AreaShop has not started correctly, check the log file (or console) and correct any errors.' aliases: [as] +awareness: + - !@UTF8 permissions: areashop.*: description: Give access to all commands of AreaShop