https://github.com/miranda1000/MineIt
Create mines that they will get regenerated.
https://github.com/miranda1000/MineIt
minecraft minecraft-plugin spigot spigot-plugin
Last synced: over 1 year ago
JSON representation
Create mines that they will get regenerated.
- Host: GitHub
- URL: https://github.com/miranda1000/MineIt
- Owner: miranda1000
- License: gpl-3.0
- Created: 2019-07-08T09:58:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T15:21:21.000Z (over 2 years ago)
- Last Synced: 2025-03-10T16:00:43.135Z (over 1 year ago)
- Topics: minecraft, minecraft-plugin, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 10.4 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# MineIt    [](https://www.codefactor.io/repository/github/rogermiranda1000/mineit)
[Spigot plugin page](https://www.spigotmc.org/resources/mine-it.69161/)
## Dependencies
- spigot 1.16.5
- [VersionController](https://github.com/rogermiranda1000/Spigot-VersionController) (link library with .jar)
- Maven's `org.jetbrains:annotations:LATEST`
- [MineableGems](https://www.spigotmc.org/resources/mineablegems-1-8-8-1-18-create-and-customize-your-own-drops.83807/) recompiled with [MineItxMineableGems](https://www.spigotmc.org/resources/mineit-x-mineablegems.103464/)
### Testing dependencies
- [WatchWolf Tester](https://github.com/rogermiranda1000/WatchWolf-Tester) and all its dependencies (`org.junit.jupiter:junit-jupiter-engine:5.8.1`, `org.junit.jupiter:junit-jupiter-params:5.8.1` and `org.yaml:snakeyaml:1.21`)
## Build
Run `mvn package -DskipTests=true`
## Run integration tests
Note: you'll need [WatchWolf](https://watchwolf.dev/) running **locally**.
Run `mvn test -Dmaven.test.skip=false`