- 下載 EssentialsX Core
下載網址:https://essentialsx.net/downloads.html
2. 下載後上傳到伺服器,並且重啟
3. 到 plugins 資料夾中,找 Essentials 的資料夾然後進入
4. 然後打開 config.yml
5. 在鍵盤按住 Ctrl + F
搜尋 locale
並且找到以下資訊
# Set the locale for all messages.
# If you don't set this, the default locale of the server will be used.
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
# Don't forget to remove the # in front of the line.
# For more information, visit http://wiki.ess3.net/wiki/Locale
#locale: en
6. 將 #locale: en
的 # 刪除,並將 en 更改
# 繁體中文(台灣)
locale: zh_TW
# 繁體中文(香港)
locale: zh_HK
# 簡體中文
locale: zh
7. 重啟伺服器,這樣 EssentialsX 就成功變為中文了