Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Problem With manifest

Joined
May 31, 2019
Messages
5
@Fabreze

Im now having an error with my manifest file
Code:
<manifest>
    <main-class>com.burntfps.bots.SoftClayBot.softclaybot</main-class>
    <name>Clay Softener</name>
    <tag-line>Soften Clay for Money</tag-line><!--Max of 50 chars-->
    <description>Burthorpe Soft Clay maker</description><!--Max of 110 chars-->
    <version>1.0.0</version>
    <compatibility>
        <game-type>RS3</game-type>
    </compatibility>
    <categories>
        <category>CRAFTING</category>
    </categories>
    <!--Required to publish on the bot store-->
    <internal-id>ClaySoftener</internal-id>
</manifest>
this is the bot pusher notification
Some of your bots have been rejected because of the following issues with their manifests:
Clay Softener either has invalid tags, no tags or contains a non-string datatype

this is my manifest file
 
i have tried multiple things but i cant get it to work anyone please help
 
Last edited:
#1 Fabric Cleaner
Joined
Mar 18, 2017
Messages
393
On the guide it says that optional.

@Fabreze

Do i really need it?
"Some of your bots have been rejected because of the following issues with their manifests:
Clay Softener either has invalid tags, no tags or contains a non-string datatype"]

clearly it's not optional....

EDIT:
I think what it means when it says those are optional is that you don't have to put anything in and can leave the tags blank, but you still need to have the <tag></tag> within the manifest file.
 
#1 Fabric Cleaner
Joined
Mar 18, 2017
Messages
393
Ok thanks ill try it :)
Yup, now that I'm looking at other people's manifests though it does seem to be completely optional so I'm not sure why that error is being thrown, did including the <tag></tag> fix it?
 


Write your reply...
Top