Go to file
dependabot[bot] 9b38fde369
Bump snakeyaml from 1.12 to 1.32 in /PaperSpigot-API
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.12 to 1.32.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.32..v1.12)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 20:22:42 +00:00
.idea/libraries yikeesss ❤️ 2019-08-17 20:38:37 +01:00
PaperSpigot-API Bump snakeyaml from 1.12 to 1.32 in /PaperSpigot-API 2022-12-14 20:22:42 +00:00
PaperSpigot-Server yikeesss ❤️ 2019-08-17 20:38:37 +01:00
README.md yikeesss ❤️ 2019-08-17 20:38:37 +01:00
SoranSpigot.ipr yikeesss ❤️ 2019-08-17 20:38:37 +01:00
SoranSpigot.iws yikeesss ❤️ 2019-08-17 20:38:37 +01:00
paperspigot-parent.iml yikeesss ❤️ 2019-08-17 20:38:37 +01:00
pom.xml yikeesss ❤️ 2019-08-17 20:38:37 +01:00

README.md

Spigot

A Spigot-API and Bukkit implementation

Website: http://spigotmc.org
Bugs/Suggestions: http://www.spigotmc.org/forums/bugs-feature-requests.8/
Contributing Guidelines: CONTRIBUTING.md

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Spigot-API
    • Note: this is not needed as the repository we use has Spigot-API too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package

Spigot-API

A Minecraft Server API.

Website: http://spigotmc.org Bugs/Suggestions: http://www.spigotmc.org/forums/bugs-feature-requests.8/ Contributing Guidelines: CONTRIBUTING.md

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out this repo and: mvn clean install op