975 B
975 B
Bat Helpers
Collection of .bat files to quickly perform some frequent development tasks. They allow you to quickly build the project and to move the generated JAR to the plugins folder of your test server.
Setup
- Copy the files into a new, convenient directory
- Open setvars.bat with a text editor and add the correct directories
- Open
cmdand navigate to your bathelpers folder (cd C:\path\the\folder) - Type
list_files.bat(Hint: Typeland hit Tab) to see the available tasks
Example use case
- After writing changes,
build_projectto build project move_pluginmoves the JAR file to the plugin folderrun_serverto start the server with the fresh JAR- Problem detected, stop the server
- Make a small change, use
quick_buildandmove_pluginto update - Verify the change again on the server:
run_server
All files start with a different letter, so you can conveniently type the first letter and then complete with Tab.