Welcome to the repository of skNoise, everything is documented on Skript Hub (Located above).
skNoise adds a bunch of cool number generators to use for anything that uses pseudo numbers, some use cases could be:
- Land Generators
- Chest Reward Generators
- Seeded Random Number Generation
- Smooth Random Particles
- And much more!
Here's a list of all open source projects that use skNoise:
- None yet! You can add your project here with a pull request :)
There is nothing special to building skNoise, the project uses Maven, with no special configurations or jars imported.
- Clone the repository to your local machine
- Open the project in your preferred IDE
- Change what you would like to
- Propose the changes with details about what you changed.