0 Members and 1 Guest are viewing this topic.
========================================== SoldatBot by Ben Barkay==========================================Index: 1. Developer notes 2. What is SoldatBot? 3. How do I use SoldatBot? 4. Startup file 5. Getting help 6. Thanks1. Developer notesI know the code isn't all commented out, I know the variable and methodnaming is not all Java, and that lots of its parts are not the mostefficient they could be, my excuse: I'm very lazy. All for all, it doeswork, and pretty nicely too - doesn't miss many features aswell. - Ben2. What is SoldatBot?SoldatBot is a modular Java soldat administration bot. All of its featuresare basically modules which are very scalable. You can create anything youwant, from IRC bots to fancy GUI applications.SoldatBot is opensource, which means that if you don't like something aboutit, you can change it. You are free to update and release it, though youmust always provide the up-to-date source in the package.3. How do I use SoldatBot?First of all, you need to have JRE installed. Go to http://www.java.comand install the latest version of Java available. Then, edit the server.inifile to match your server settings.Now you may doubleclick Run.bat and the bot will start working.4. Startup fileThe startup.txt file contains the initial commands the engine receivesafter it connects to the server. Whatever you write there is being treatedas an admin command and will call modules from the "adminCommands" folder.Lines starting with "//" or "#" are ignored by the parser.5. Getting helpYou may get support over IRC, at the channel #soldat.il in the QuakeNetnetwork (irc.quakenet.org).6. ThanksEnEsCe - For helping with the refresh packetjibble.org - A nice IRC bot API, st0lered
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source)Press any key to continue . . .
I get this error:Code: [Select]Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source)Press any key to continue . . .I have jre1.5.0_11 installed.