Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewmc/kryptonite
The Kryptonite of lag.
https://github.com/lewmc/kryptonite
bukkit clearlag folia-plugin folia-plugins folia-supported kryptonite lag lewmc minecraft minecraft-optimisation minecraft-optimization paper paper-plugin papermc spigot
Last synced: 4 months ago
JSON representation
The Kryptonite of lag.
- Host: GitHub
- URL: https://github.com/lewmc/kryptonite
- Owner: LewMC
- License: apache-2.0
- Created: 2024-05-18T08:57:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T11:50:40.000Z (5 months ago)
- Last Synced: 2024-10-11T03:03:05.165Z (4 months ago)
- Topics: bukkit, clearlag, folia-plugin, folia-plugins, folia-supported, kryptonite, lag, lewmc, minecraft, minecraft-optimisation, minecraft-optimization, paper, paper-plugin, papermc, spigot
- Language: Java
- Homepage: https://lewmc.net/plugin/kryptonite/
- Size: 633 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
![Kryptonite](https://cdn.modrinth.com/data/cached_images/858d70fa091faac26ddc7b3abafcf83acafd1c5b.png)
- 💾 **Download Kryptonite** - https://lewmc.net/plugin/kryptonite
- 🔧 **View the JavaDocs** - https://lewmc.github.io/Kryptonite
- ⭐ Enjoying Kryptonite? We'd love to hear your feedback on Spigot. Leave us a review [here](https://www.spigotmc.org/resources/kryptonite.116844/).## Creating a local copy.
### Clone the repository.
Use the Git CLI to clone the repository from GitHub.
```sh
git clone https://github.com/lewmilburn/Kryptonite
```### Install Maven.
You will need Maven to build the project to `./target`, you can install it at https://maven.apache.org/download.cgi.
### Set Java 21 as your `JAVA_HOME` variable.
You can validate this by running the command below and ensuring it returns Java 21.
```sh
java -version
```### Build the project.
Navigate to the cloned repository and run:
```sh
mvn clean install
```This will compile the project and package it into a JAR file in the `./target` directory.
## Contributing
We welcome contributions from the community. Please fork the repository, make your changes, and submit a pull request. Please see [https://github.com/LewMC/Kryptonite/issues](https://github.com/LewMC/Kryptonite/issues/1) before contributing.
## Licensing
Kryptonite is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for more information.