Become a premium member to remove ads
GuitarXpress

Minigame Plugin, HELP

5 posts in this topic

I got an idea for a minigame, trying to make a plugin, but its not going very well ._.

 

 

kzKdx12.png

2 many errors D: help mehhhhhhh




The arena.. going pretty well I think, I need some help with redstone if any1 can :P


(forgot how to make a spoiler with images so.. .-.
 

 

BXpt1QE.jpg

 

D8Y8nP1.jpg

 

 

2 many errors D: help mehhhhhhh

 

 

 

 

The arena.. going pretty well I think, I need some help with redstone if any1 can :P

 

 

(forgot how to make a spoiler with images so.. .-.

Edited by Falkerz
spoilers!

Share this post


Link to post
Share on other sites

the { after public class Main extends JavaPlugin needs to be at the end. That will fix ALL of your errors.

 

I dont think it works D: or if I does, I dont get what "end" it is

 

any way u can "draw" on my pic?

Share this post


Link to post
Share on other sites

public class Main extends JavaPlugin

{

  public void onEnable()

  {

    Logger.getLogger("Minecraft").info("Plugin enabled!");

  }

  public void onDisable()

  {

    Logger.getLogger("Minecraft").info("Plugin disabled!");

  }

  public boolean onCommand(etc...)

  {

    return false;

  }

}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now