CGInvisibleItemFrame | Fix errors about InvisibleItemFrame and PlotSquared icon

CGInvisibleItemFrame | Fix errors about InvisibleItemFrame and PlotSquared -----

ItemFrame,Invisible ItemFrame




- The original plugin author updated InvisibleItemFrame to support 1.16.5 update and updated API version.
- Change the URL of the update message
- Test 1.19.1 The server runs stably
-----------------------------------------------------------------------------------------------------
- 原插件作者更新 InvisibleItemFrame 對 1.16.5 更新支持,更新 API 版本
- 更改更新訊息的網址
- 測試 1.19.1 伺服器穩定運行
Code (Java):
// remove
if ( ! (event. getEntityType ( ) == EntityType. ITEM_FRAME ) &&
            ! (event. getEntityType ( ) == EntityType. GLOW_ITEM_FRAME ) ) return ;
// add
if ( ! (event. getEntityType ( ). name ( ). contains ( "ITEM_FRAME" ) ) ) return ;
 
----------, Aug 9, 2022

During the development process, add debugging information to the isInPlotWorld block. Forgetting to delete the debugging information may cause the frequency to be swiped in the background of the server in the PlotSquared world!!
-----------------------------------------------------------------------------------------------------
開發過程在 isInPlotWorld 區塊加入除錯訊息,忘記刪除除錯訊息可能導致在 PlotSquared 世界中,會於服務器端後台刷頻!!
----------, Sep 13, 2021

➕ Added version update checker function
➕ Added version update prompt and warning function
➕ Add JSON-related files (the reason for the increase in file size)
Update some custom messages
Update backup file system
Fix the permission problem of "cginvisibleitemframe.admin" cannot be distinguished normally
Fix all wrong frameworks of judgments
➖ Remove useless data
This version will automatically update the settings and keep all settings in /backups/config_bak_{timestamp}.yml
-----------------------------------------------------------------------------------------------------
➕ 新增 版本更新檢查器功能
➕ 新增 版本更新提示與警告功能
➕ 新增 JSON 相關檔案 (造成檔案大小增加的原因)
更新 一些自訂訊息
更新 備份檔案系統
修復 無法正常辨別 "cginvisibleitemframe.admin" 權限問題
修復 所有判斷式的錯誤架構
➖ 移除 無用資料
此版本將會自動更新設定,並且保留所有設定內容於/backups/config_bak_{timestamp}.yml
----------, Sep 10, 2021

+ Added for "cginvisibleitemframe.admin" permissions
# This version does not update config.yml related information, so do not avoid updating config.yml
------------------------------------------------------------------------
+ 新增 "cginvisibleitemframe.admin" 權限
# 此版本並沒有更新config.yml相關的資料,所以不避更新config.yml
----------, Sep 6, 2021

+ Added bStats statistics server information, added optimization for other versions
-----------------------------------------------------------------------------------------------------
+ 添加 bStats 統計伺服器資訊,增加對其他版本的優化
----------, Sep 5, 2021

English:
+ Update the core system "config.yml" to automatically identify the file version
+ Update more custom message settings
+ Update conflict checking system
+ Update softdepend related information display
+ Update the error judgment formula in ItemFrameListener
+ Fix multiple vulnerabilities in version 1.1.1
+ Correct the wrong translation in "config.yml"
+ Added relevant code for File IO operation
-----------------------------------------------------------------------------------------------------
繁體中文(Traditional Chinese):
+ 更新核心系統 "config.yml" 能自動分辨檔案版本
+ 更新更多自訂訊息設定
+ 更新衝突檢查系統
+ 更新 softdepend 相關訊息顯示
+ 更新 ItemFrameListener 中的錯誤判斷式
+ 修理 1.1.1 版本中多個漏洞
+ 修正 "config.yml" 中的錯誤翻譯
+ 新增 File IO 操作的相關程式碼
----------, Sep 2, 2021

- change plugin.yml
----------, Sep 1, 2021

Fix the bug that the option is not enabled in the disable_worlds code in the config.yml file
Code (Java):
// old code
if (ConfigReader. disable_worlds. isEmpty ( ) ) {
    List <String > disable_worlds = ConfigReader. disable_worlds ;
    for ( String w : disable_worlds ) if (player. getWorld ( ). getName ( ). equals (w ) ) return ;
}
// new code
if ( !ConfigReader. disable_worlds. isEmpty ( ) ) {
    List <String > disable_worlds = ConfigReader. disable_worlds ;
    for ( String w : disable_worlds ) if (player. getWorld ( ). getName ( ). equals (w ) ) return ;
}
----------, Sep 1, 2021

- change plugin.yml
----------, Sep 1, 2021

Resource Information
Author:
----------
Total Downloads: 325
First Release: Sep 1, 2021
Last Update: Aug 9, 2022
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings