Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vaperion/blade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.15
Choose a base ref
...
head repository: vaperion/blade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 12, 2024

  1. Update platforms in README

    vaperion authored Aug 12, 2024
    Copy the full SHA
    16a34c9 View commit details
  2. Make README more readable

    vaperion authored Aug 12, 2024
    Copy the full SHA
    bafb000 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 README.md
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,10 @@ You also need to shade the library into your final jar. You can do this by choos
<dependencies>
<dependency>
<groupId>com.github.vaperion.blade</groupId>
<!-- Replace PLATFORM with the platform you want to use: bukkit or velocity -->
<!-- Replace PLATFORM with the platform you want to use: -->
<!-- * paper: 1.13+ Paper servers -->
<!-- * bukkit: <1.13 Paper servers & all Bukkit servers -->
<!-- * velocity: Velocity servers -->
<artifactId>PLATFORM</artifactId>
<!-- Replace VERSION with your desired version -->
<version>VERSION</version>