Coder Social home page Coder Social logo

games647 / mineapi Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 2.0 8.58 MB

Use the nms' class of Bukkit API

Home Page: https://www.spigotmc.org/resources/mineapi.8614/

License: GNU General Public License v3.0

Java 100.00%
minecraft spigot api packet scoreboard block messaging world nms

mineapi's Introduction

MineAPI

An API for Spigot/Glowstone and more!

Build Status

Add MineAPI to your Maven/Gradle repository

Maven

Hello, I'm sorry but Maven isn't supported :/

Gradle

Put in repositories section:

maven {
    url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
}
maven {
    url "http://repo.glowstone.net/content/repositories/snapshots/"
}
maven {
    url "https://oss.sonatype.org/content/repositories/snapshots"
}
ivy {
    url "http://www.tcpr.ca/files/"
    layout 'pattern', {
        artifact '[module]/[module]-[revision].[ext]'
    }
}
maven {
    url "https://dl.bintray.com/w67clement/maven"
}
mavenCentral();
jcenter();

And put in dependencies section:
compile 'com.w67clement.mineapi:mineapi:2.2.0-dev4'

Clone and modify MineAPI

Ho, you want modify MineAPI? Clone the project into a directory, if:

You are on Windows

Open Cmd in the working directory and execute:
Whether you use Eclipse, execute gradlew eclipse and Gradle setup the Workspace for Eclipse!
Whether you use Intellij IDEA, execute gradlew idea and Gradle setup the Workspace for IDEA!
Now you can modify MineAPI!
And build?
It's easy! You just execute gradlew build and Gradle compile MineAPI!

You are on Linux/Mac

Open Terminal in the working directory and execute:
Whether you use Eclipse, execute ./gradlew eclipse and Gradle setup the Workspace for Eclipse!
Whether you use Intellij IDEA, execute ./gradlew idea and Gradle setup the Workspace for IDEA!
If Terminal say Permission denied, you need execute chmod +x gradlew before.
Now you can modify MineAPI!
And build?
It's easy! You just execute ./gradlew build and Gradle compile MineAPI!

Requirements

You need Java 8 for compile MineAPI and modify it!

Builds

On drone.io: MineAPI Build Status

mineapi's People

Contributors

w67clement avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.