Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

NimeliaMC/NGameAPI

Repository files navigation

GameAPI

An API for Nimelia's game

How to add it to your projects

  • Download the jar from the github actions
  • Make a folder called libs and put the jar in it.
  • Add those lines to your build manager.

Using maven:

<dependency>
    <groupId>fr.nimelia</groupId>
    <artifactId>gameapi</artifactId>
    <version>1.0</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/libs/GameAPI.jar</systemPath>
</dependency>

Using gradle:

implementation files('libs/GameAPI.jar')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages