Someone may have ask this before and this maybe a dumb question but im new to this bukkitdev thingy how do you export your plugin with the version in the title because when i try doing it. It screwed up
Title as in when you type /plugins ? Just make the name in the plugin.yml something like "MyCoolPluginV4"
like the export title ur main class has to be the same as ur plugin title but my main class cant b this "Test 2.0"
Anything can be anything you want (usually) So you can have a project name: "Cool Plugins for NOOBS $" The main package could be called "Meow" And your main class could be called "main" Then in your plugin.yml you could do: name: Test 2.0 description: Testing testing 2.0 author: some guy main: Meow.main
The package name and main class are completely unrelated from the "name". So basically... ...except package names should always be lowercase. Some things freak out when you try to use uppercase packages.
im not at home right now but i will asap and i export all the files in the folder there are 3 files. 2 of them are the decimal point ones and the other one is plugin.yml and im exporting by right clicking the project and clicking export
@jacklin213 If it really isn't working for you, you could also just rename the JAR file to anything you want after you've exported and it wouldn't affect the actual code.
Yes it would. File name is completely unrelated to the plugin itself. I can rename worldedit.jar to herpderpSuperPlugin.jar, and it still would work.
At the top of your thread click "Thread Tools" then "Edit Thread". Prepend your thread's name with "[SOLVED] ".