pcrunn / selenium

Easy to use UI / GUI Framework for Bukkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium

Easy to use UI / GUI Framework for Bukkit

I mostly made this because @crunesmh deleted his oblique menu api. I also made a video coding it for some reason and might upload it on youtube sometime.

Click here for usage

How do I use it?

Selenium uses the maven build tool, you can also use it without it though. I provided a guide for using it both with maven or without below.

Maven:

  • git clone https://github.com/pcrunn/selenium
  • cd selenium
  • mvn clean install
  • use it on any project with
<dependency>
  <groupId>me.pcrunn</groupId>
  <artifactId>selenium</artifactId>
  <version>1.0-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>

Without Maven: (not recommended, maven is epic)

  • Download or clone the repository
  • Take the source code and put it into your project

About

Easy to use UI / GUI Framework for Bukkit

License:Mozilla Public License 2.0


Languages

Language:Java 100.0%