-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from Euphillya/ver/1.20.6 + 1.0 !
Ver/1.20.6
- Loading branch information
Showing
69 changed files
with
562 additions
and
1,061 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
12 changes: 12 additions & 0 deletions
12
api/src/main/java/fr/euphyllia/skyllia/api/entity/PlayerFolia.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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package fr.euphyllia.skyllia.api.entity; | ||
|
||
import fr.euphyllia.skyllia.api.SkylliaAPI; | ||
import org.bukkit.GameMode; | ||
import org.bukkit.entity.Player; | ||
|
||
public class PlayerFolia { | ||
|
||
public static void setGameMode(Player player, GameMode gameMode) { | ||
player.getScheduler().execute(SkylliaAPI.getPlugin(), () -> player.setGameMode(gameMode), null, 0L); | ||
} | ||
} |
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
17 changes: 0 additions & 17 deletions
17
api/src/main/java/fr/euphyllia/skyllia/api/utils/SupportSpigot.java
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
api/src/main/java/fr/euphyllia/skyllia/api/utils/VersionUtils.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
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 @@ | ||
org.gradle.parallel=true |
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
nms/v1_17_R1/src/main/java/fr/euphyllia/skyllia/utils/nms/v1_17_R1/PlayerNMS.java
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
nms/v1_17_R1/src/main/java/fr/euphyllia/skyllia/utils/nms/v1_17_R1/WorldNMS.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.