Jump to content

Eclipse Jar File Help


TitanHaxz

Recommended Posts

15 hours ago, TitanHaxz said:

Hello so I am rather new to java and botting in general, I have followed a few tutorials and I am a bit stuck. I have only a Main java class in my script and when I export my script and insert it into my OSBot/Scripts folder it does not appear in my bots when I start my client, anyone know how to fix this?

Make sure you have the script manifest.
 

@ScriptManifest(author = "Gunman", info = "", name = "Spaghetti Island", version = 420.69, logo = "")
public class Main extends Script {

Can change the info to whatever you want but make sure it's all filled out.

  • Heart 1
Link to comment
Share on other sites

Are you building the script into a .jar file? Or just exporting the script file directly into the OSBots script folder?

If you are building it into a .jar file make sure you are building it with the correct java version, which is java 8 I believe.

Also make sure you do have the script manifest as Gunman has said.

Edited by BravoTaco
  • Heart 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...