Giter Site home page Giter Site logo

despical / whackme Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8 KB

An awesome, very easy to setup, lightweight and fun lobby game that every server needs

Home Page: https://spigotmc.org/resources/103482

minecraft minecraft-minigame minecraft-plugin minigame minigame-plugin whack-me

whackme's Introduction

WhackMe

First of all special thanks to everyone who purchased our plugin and support us. <3

Whack Me is an awesome, very easy to setup, lightweight, fun lobby game that every server needs. If you have any problem with this plugin check out our wiki. If you still didn't find a your answer see documentation section below.

Documentation

More detailed information can be found on the wiki. The Java documentation cannot be browsed due to privacy.
For questions or isseus use issue tracker. Also you can join our Discord community to get support and news early.

Translations

We are only supporting English for now and, also working on a language system.
If you want to help us with translating take a look at our language repository.

Contributing

We can not accept contributions via anyway because of the privacy of the code.

Using Whack Me API

We do not recommend using the public API to not let anyone who didn't buy the plugin won't have access to files.
To access our API we recommend to add it as a system library with using some shading systems such as Maven or Gradle.

Firstly, create a folder and put the plugin in that folder then follow the instructions below.

Maven dependency

<dependency>
    <groupId>me.despical</groupId>
    <artifactId>whack-me</artifactId>
    <version>${version-here}</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/libs/whack-me-1.0.4.jar</systemPath>
</dependency>

Gradle dependency

dependencies {
    compile files('libs/whack-me-1.0.4.jar')
    // or include all the jars in the folder
    compile fileTree(dir: 'libs', include: '*.jar')
}

whackme's People

Contributors

despical avatar

Stargazers

 avatar

Watchers

 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.