This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 🛠️ 轻量化插件体积,将依赖托付给 Taboolib 进行自动下载(我记得从 1M 左右变成了 79KB)
- Loading branch information
1 parent
b307c8c
commit cef7b59
Showing
15 changed files
with
74 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ain/java/cn/ac/ela/eusauthy/EAConfig.java → src/main/java/in/e23/eusauthy/EAConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cn.ac.ela.eusauthy; | ||
package in.e23.eusauthy; | ||
|
||
import org.bukkit.plugin.java.JavaPlugin; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...n/java/cn/ac/ela/eusauthy/cmd/Cmd2FA.java → ...main/java/in/e23/eusauthy/cmd/Cmd2FA.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../ela/eusauthy/lisenter/AuthyListener.java → .../e23/eusauthy/lisenter/AuthyListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cn/ac/ela/eusauthy/object/PlayerData.java → ...va/in/e23/eusauthy/object/PlayerData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cn.ac.ela.eusauthy.object; | ||
package in.e23.eusauthy.object; | ||
|
||
import lombok.Data; | ||
|
||
|
5 changes: 2 additions & 3 deletions
5
...cn/ac/ela/eusauthy/sql/DataInterface.java → ...va/in/e23/eusauthy/sql/DataInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package in.e23.eusauthy.sql; | ||
|
||
public class JSON { | ||
} |
6 changes: 3 additions & 3 deletions
6
...n/java/cn/ac/ela/eusauthy/sql/SQLite.java → ...main/java/in/e23/eusauthy/sql/SQLite.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 2 additions & 4 deletions
6
...ain/java/cn/ac/ela/eusauthy/sql/YAML.java → src/main/java/in/e23/eusauthy/sql/YAML.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
.../cn/ac/ela/eusauthy/utils/AuthyUtils.java → ...ava/in/e23/eusauthy/utils/AuthyUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters