Skip to content

Commit

Permalink
Create messages.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
yxc0915 authored Apr 5, 2024
1 parent 97fe8a3 commit e2ce6e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
permission_denied=此命令只能由玩家执行。
invalid_command_usage=用法:/flytime <open/add/close> <分钟数> <玩家名>
player_not_found=找不到指定玩家:%s
invalid_minutes=分钟数必须大于零。
not_a_number=时间必须是一个数字。
invalid_operation=无效的操作。可用操作:open, add, close
open_fly_time=玩家 %player% 现在可以飞行 %minutes% 分钟。
add_fly_time=玩家 %player% 的飞行时间增加了 %additional_minutes% 分钟。现在总计 %new_minutes% 分钟。
close_fly_time=玩家 %player% 的飞行权限将在 %minutes% 分钟后关闭。
fly_time_expired=你的飞行权限已被关闭。

0 comments on commit e2ce6e1

Please sign in to comment.