- Thread Author
- #1
My manifest looks like this (haven't changed anything except main class path).
Linked RM to out directory of my project
Sorry if it is silly question, but I can't get this to work.
Linked RM to out directory of my project
Sorry if it is silly question, but I can't get this to work.
Code:
<manifest>
<main-class>com.dragon41.bots.tutorial_bot.Tree.Script</main-class>
<name>Cloud's Powerchopper</name>
<tag-line>Insert catchy tagline here (marketing oriented)</tag-line><!--Max of 50 chars-->
<description>Power chops all types of logs anywhere in RuneScape. (functionality oriented)</description><!--Max of 110 chars-->
<version>1.0.2</version>
<compatibility>
<game>OSRS</game>
<game>RS3</game>
<!--Can be used if you absolutely need to disable DarkScape (highly discouraged)-->
<!--<disable-game>DARK</disable-game>-->
</compatibility>
<categories>
<category>WOODCUTTING</category>
</categories>
<!--Required to publish on the bot store-->
<internal-id>PowerChopper</internal-id>
<!--The rest are optional-->
<open-source>true</open-source>
<hidden>true</hidden> <!--If you need to hide it from the bot store for maintenance-->
<access>public</access>
<tags>
<tag>Tree</tag>
<tag>Vine</tag>
</tags>
<resources>
<resource>path/to/file.png</resource>
</resources>
</manifest>