Skip to content

The common library code for my Simple Discord Link bot

License

Notifications You must be signed in to change notification settings

hypherionmc/sdlink-lib

Repository files navigation

SDLink Library

This is the library with common code used by my Simple Discord Link bot mod. This is only here as a backup and so others can see what I do. Not intended to be used by other mods


Building Instructions (For contributors)

For 1.16.5:

// Pack OSHI into jar, since MC uses an incompatible version
gradlew build -Poshi_hack=true

// To Publish
gradlew publish -Poshi_hack=true

// Publish to mavenLocal()
gradlew publishToMavenLocal -Poshi_hack=true

For 1.17+:

// Pack OSHI into jar, since MC uses an incompatible version
gradlew build

// To Publish
gradlew publish

// Publish to mavenLocal()
gradlew publishToMavenLocal

About

The common library code for my Simple Discord Link bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages