Created
December 18, 2020 16:07
-
-
Save Colk-tech/38901c2ddd02485689bfd6cca05d8845 to your computer and use it in GitHub Desktop.
MinecraftのサーバープラグインであるAuto Save Worldのメッセージ日本語化
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
broadcast: | |
pre: '&9セーブします...' | |
post: '&9セーブが完了しました' | |
broadcastbackup: | |
pre: '&9バックアップします...' | |
post: '&9バックアップが完了しました' | |
broadcastpurge: | |
pre: '&9データをパージします...' | |
post: '&9データのパージが完了しました' | |
autorestart: | |
restarting: '&9サーバを再起動します...' | |
countdown: '&9{SECONDS} 秒後にサーバーが再起動します!' | |
worldregen: | |
kickmessage: '&9マップを再生成しています。しばらくしてからもう一度接続してください。' | |
insufficentpermissions: '&cこのコマンドを実行する権限がありません' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment