Development Assistance Plugin Not Working

Discussion in 'Plugin Help/Development/Requests' started by TehNyan123, Jan 24, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    TehNyan123

  2. Offline

    mrCookieSlime

    Moved to Alternatives Section.
     
  3. Offline

    Skionz

    @TehNyan123 Stack-trace? We need more information. 'Please help!' tell us nothing.
     
  4. Offline

    TehNyan123

    @Skionz all the code is in the pictures. Click on the links.
     
  5. Offline

    8jy89hui

    There are multiple Mostly regarding your plugin.YML
    1st: Your plugin.Yml needs to be INSIDE the src folder.
    2nd: I dont think your plugin.yml is indented correctly. I have formatted your plugin.yml for you.
    Here:
    Code:
    name: TestPlugin
    author: MrWinning
    version: 1.0
    description: Fun
    main: me.MrWinning.tutorial.Tutorial
    commands:
      Test:
        description: Test a command :D
     
  6. Offline

    TehNyan123

  7. Offline

    TehNyan123

    Someone please help!
     
  8. Offline

    8jy89hui

    Mhmmmm try

    Code:
        public boolean onCommand(final CommandSender sender, Command cmd,
                String label, final String[] args) {
            if (cmd.getLabel().equalsIgnoreCase("Test")){
     
  9. Offline

    TehNyan123

    Problem solved! I was just using the wrong build version of java.

    ~Requesting Lock
     
    Last edited: Jan 27, 2015
Thread Status:
Not open for further replies.

Share This Page