Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
release v2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbeanw44602 committed Aug 12, 2021
1 parent a4d58e8 commit 19cd8c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iland-core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
-- | || |__| (_| | | | | (_| | ~ License GPLv3 未经许可禁止商用 ~
-- |___|_____\__,_|_| |_|\__,_| ~ ------------------------------- ~
-- ——————————————————————————————————————————————————————————————————
plugin_version = '2.30'
DEV_MODE = true
plugin_version = '2.24'
DEV_MODE = false

langVer = 224
minAirVer = 220
Expand Down
2 changes: 1 addition & 1 deletion iland/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 223,
"version": 224,
"update_check": true,
"manager": {
"default_language": "zh_CN",
Expand Down
1 change: 1 addition & 0 deletions iland/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"gui.landmgr.landperm.other_options.throw_potion": "Potion throwing allowed",
"gui.landmgr.landperm.other_options.respawn_anchor": "Allow use of respawn anchor",
"gui.landmgr.landperm.other_options.fishing": "Allow the use of fishing rods",
"gui.landmgr.landperm.other_options.bucket": "Allow the use of bucket",
"gui.landmgr.landperm.editevent": "Control the events that can occur in (near) the territory, please move to the Territory Settings tab.",

"gui.fastlmgr.title": "Fast LMgr",
Expand Down
1 change: 1 addition & 0 deletions iland/lang/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"gui.landmgr.landperm.other_options.throw_potion": "允許丟藥水",
"gui.landmgr.landperm.other_options.respawn_anchor": "允許使用重生錨",
"gui.landmgr.landperm.other_options.fishing": "允許使用釣竿",
"gui.landmgr.landperm.other_options.bucket": "允許使用桶",
"gui.landmgr.landperm.editevent": "控制領地內(附近)可發生的事件, 請移步領地設定選項卡。",

"gui.fastlmgr.title": "Fast LMgr",
Expand Down

0 comments on commit 19cd8c3

Please sign in to comment.