Updated to 1.5-SNAPSHOT!
+ Supported MySQL (MySQL サポートの追加)
(EN)
- You can use MySQL by editing mysql.yml.
- Because it is under development, please use at your own risk
(JP)
- mysql.yml を編集することにより MySQL を使用できます。
- MySQL は現在開発中のため、自己責任で使用して下さい。(主に管理方法が悪いので...)
+ Added Tell (Msg, Message) command (Tell (Msg, Message)コマンドの追加)
(EN)
- If you and your friend are friends, you can send a message
- If you have friends.command.admin rights, you can send messages even if you are not friends. (As a reply partner, friends.command.admin is unnecessary.)
(JP)
- あなたと、相手がフレンドの場合、メッセージを送信することができます
- あなたが、 "friends.command.admin" を持っている場合、フレンドでなくてもメッセージを送信できます。(返信相手に "friends.command.admin" は不要です)
+ Update languages (言語ファイルの更新)
(EN)
- Update chinese language.
- Following the addition of the Tell command etc., the following path needs to be updated.
(JP)
- 中国語ファイルの更新
- Tell コマンドなどの追加に伴い、以下のパスを更新する必要があります。
Code (YAML):
# Tell Command
Tell-Command:
Usage
:
"&cUsage: /tell <player> <message>"
YourSelf
:
"&dTo: %targetDisplayName&7: %message"
Target
:
"&dFrom: %displayName&7: %message"
MustBeFriends
:
"&cYou must be friends with %targetDisplayName!"
Offline
:
"&c%targetDisplayName &cis not online!"
# Reply Command
Reply-Command:
Usage
:
"&cUsage: /reply <message>"
Target
:
"&cReply target: %targetDisplayName"