Development

Used to create board game style plugins.

Prject Setup

Add Libraries to build path:

  • bukkit.jar (latest bukkit dev build)
  • BoardGamesAPI.jar

MyPlugin.java

myplugin-java

MyBoard.java

MyBoard implements BGBoard

Commands.java

MyCommands extends BoardGameCommands

MyConfig.java & Config.yml

myconfig-java extands BoardGameConfig

Game.java

MyGame extends BoardGameGame

Listener.java

MyListener.java extends BoardGameListener implements BGListener

plugin.yml

Plugin Reduces the amount of code needed to create board game style plugins Contains common strings (player messages) Contains code for commands, configuration, games, event listeners, highscores, timers and more. Javadocs Help section coming soon...


Comments

Posts Quoted:
Reply
Clear All Quotes