Skip to content

Commit 2ffc02f

Browse files
committed
修改包名为cn.chengzhimeow.libs
移除对游戏版本1.18以下的支持 移除对非paper及分支的支持 将maven换为gradle 将三个插件融合至一个插件 将BC和VC的fastjson也交给依赖下载 重写依赖配置文件 使用CC-Yaml进行所有模块的Yaml文件处理
1 parent fd3fdac commit 2ffc02f

File tree

303 files changed

+3518
-3826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

303 files changed

+3518
-3826
lines changed

.gitignore

Lines changed: 7 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,13 @@
1-
# User-specific stuff
1+
# 移除 IDEA 配置
22
.idea/
33

4+
# 移除无用文件
5+
.gradle/
46
*.iml
5-
*.ipr
6-
*.iws
7-
8-
# IntelliJ
9-
out/
10-
11-
# Compiled class file
12-
*.class
13-
14-
# Log file
15-
*.log
16-
17-
# BlueJ files
18-
*.ctxt
19-
20-
# Package Files #
21-
*.jar
22-
*.war
23-
*.nar
24-
*.ear
257
*.zip
26-
*.tar.gz
27-
*.rar
28-
29-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
30-
hs_err_pid*
31-
32-
*~
33-
34-
# temporary files which can be created if a process still has a handle open of a deleted file
35-
.fuse_hidden*
36-
37-
# KDE directory preferences
38-
.directory
39-
40-
# Linux trash folder which might appear on any partition or disk
41-
.Trash-*
42-
43-
# .nfs files are created when an open file is removed but is still being accessed
44-
.nfs*
45-
46-
# General
47-
.DS_Store
48-
.AppleDouble
49-
.LSOverride
50-
51-
# Icon must end with two \r
52-
Icon
53-
54-
# Thumbnails
55-
._*
56-
57-
# Files that might appear in the root of a volume
58-
.DocumentRevisions-V100
59-
.fseventsd
60-
.Spotlight-V100
61-
.TemporaryItems
62-
.Trashes
63-
.VolumeIcon.icns
64-
.com.apple.timemachine.donotpresent
65-
66-
# Directories potentially created on remote AFP share
67-
.AppleDB
68-
.AppleDesktop
69-
Network Trash Folder
70-
Temporary Items
71-
.apdisk
72-
73-
# Windows thumbnail cache files
74-
Thumbs.db
75-
Thumbs.db:encryptable
76-
ehthumbs.db
77-
ehthumbs_vista.db
78-
79-
# Dump file
80-
*.stackdump
81-
82-
# Folder config file
83-
[Dd]esktop.ini
84-
85-
# Recycle Bin used on file shares
86-
$RECYCLE.BIN/
87-
88-
# Windows Installer files
89-
*.cab
90-
*.msi
91-
*.msix
92-
*.msm
93-
*.msp
94-
95-
# Windows shortcuts
96-
*.lnk
8+
*.jar
979

98-
target/
10+
# 移除构建文件
9911
build/
100-
javadoc/
101-
libs/
102-
103-
pom.xml.tag
104-
pom.xml.releaseBackup
105-
pom.xml.versionsBackup
106-
pom.xml.next
107-
108-
release.properties
109-
dependency-reduced-pom.xml
110-
buildNumber.properties
111-
.mvn/timing.properties
112-
.mvn/wrapper/maven-wrapper.jar
113-
.flattened-pom.xml
114-
115-
# Common working directory
116-
run/
117-
/.settings/
118-
/.classpath
119-
/.project
120-
/paper/
12+
target/
13+
javadoc/

MHDF-Tools-API/pom.xml

Lines changed: 0 additions & 111 deletions
This file was deleted.

MHDF-Tools-API/src/main/java/cn/chengzhiya/mhdftools/api/entity/database/Dao.java

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)