From 19cd8c3bcacd7849fbd86218a6c2fd168fdd1a80 Mon Sep 17 00:00:00 2001 From: RedbeanW Date: Thu, 12 Aug 2021 14:56:30 +0800 Subject: [PATCH] release v2.24 --- iland-core.lua | 4 ++-- iland/config.json | 2 +- iland/lang/en_US.json | 1 + iland/lang/zh_TW.json | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/iland-core.lua b/iland-core.lua index dabbded..a1aaa8d 100644 --- a/iland-core.lua +++ b/iland-core.lua @@ -5,8 +5,8 @@ -- | || |__| (_| | | | | (_| | ~ License GPLv3 未经许可禁止商用 ~ -- |___|_____\__,_|_| |_|\__,_| ~ ------------------------------- ~ -- —————————————————————————————————————————————————————————————————— -plugin_version = '2.30' -DEV_MODE = true +plugin_version = '2.24' +DEV_MODE = false langVer = 224 minAirVer = 220 diff --git a/iland/config.json b/iland/config.json index 8134eaf..0f52c94 100644 --- a/iland/config.json +++ b/iland/config.json @@ -1,5 +1,5 @@ { - "version": 223, + "version": 224, "update_check": true, "manager": { "default_language": "zh_CN", diff --git a/iland/lang/en_US.json b/iland/lang/en_US.json index f0fbcee..46bea75 100644 --- a/iland/lang/en_US.json +++ b/iland/lang/en_US.json @@ -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", diff --git a/iland/lang/zh_TW.json b/iland/lang/zh_TW.json index be80aff..ef56cda 100644 --- a/iland/lang/zh_TW.json +++ b/iland/lang/zh_TW.json @@ -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",