Skip to content

Commit 1178576

Browse files
committed
full recode
1 parent 17397ab commit 1178576

File tree

155 files changed

+6574
-20662
lines changed

Some content is hidden

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

155 files changed

+6574
-20662
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "automatic",
3+
"java.compile.nullAnalysis.mode": "automatic"
4+
}

LICENSE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# MIT License
2+
3+
**Copyright © 2024 WeThink**
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.**
22+
23+
---
24+
25+
## Third-Party Libraries
26+
27+
This software includes the following third-party components:
28+
29+
| Library | License | Link |
30+
|---------|---------|------|
31+
| Paper API | GPL-3.0 | [papermc.io](https://papermc.io) |
32+
| FoliaLib | MIT | [GitHub](https://github.com/TechnicallyCoded/FoliaLib) |
33+
| Caffeine | Apache-2.0 | [GitHub](https://github.com/ben-manes/caffeine) |
34+
| HikariCP | Apache-2.0 | [GitHub](https://github.com/brettwooldridge/HikariCP) |
35+
| ACF | MIT | [GitHub](https://github.com/aikar/commands) |
36+
| FastInv | MIT | [GitHub](https://github.com/MrMicky-FR/FastInv) |
37+
| bStats | MIT | [bstats.org](https://bstats.org) |
38+
| Javalin | Apache-2.0 | [javalin.io](https://javalin.io) |
39+
| Gson | Apache-2.0 | [GitHub](https://github.com/google/gson) |
40+
| SQLite JDBC | Apache-2.0 | [GitHub](https://github.com/xerial/sqlite-jdbc) |
41+
| MySQL Connector/J | GPL-2.0 | [MySQL](https://dev.mysql.com/downloads/connector/j/) |

LICENSE.txt

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

0 commit comments

Comments
 (0)