Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
release 0.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Feb 21, 2023
1 parent 5e83e7e commit c9bc4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @LLSELib/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: LLSELib
main: index.js # JS入口文件,应该导出一个main函数(如main.js)
version: "0.0.3"
version: "0.0.4"
api: [ "1.0.13" ] # API版本,PNX从1.0.13起开始支持JS插件
load: STARTUP # 插件加载顺序,只能填写 STARTUP 或 POSTWORLD
# STARTUP: 此时服务器刚启动,地图尚未加载,通常用于依赖库
Expand Down

0 comments on commit c9bc4ff

Please sign in to comment.