This file contains hidden or 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
| plugins { | |
| java | |
| } | |
| group = "me.underscore95" | |
| version = "1.0.0" | |
| java { | |
| toolchain { | |
| languageVersion.set(JavaLanguageVersion.of(25)) |
This file contains hidden or 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
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>3.3.1</version> | |
| <executions> | |
| <execution> | |
| <id>copy-plugin-jar</id> | |
| <phase>verify</phase> | |
| <goals> | |
| <goal>copy-resources</goal> |
This file contains hidden or 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
| # Copyright (c) 2025 underscore95 | |
| # Licensed under MIT: https://opensource.org/license/mit | |
| # Dependencies | |
| # Skript 2.12.1 | |
| # SkBee 3.12.3 | |
| # Support: https://discord.com/invite/hKW46tkCzB | |
| # To improve performance, you can enable memory variables and set the prefix to - by following this guide: |