-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven Pls. #1
Comments
As I am still slightly new to the Java development scene, could you give me a pointer as to how I can generate the pom.xml? I tried to read up on it but got no further than the fact that Maven normally generates it. Is there a seperate tool for it? Or do I need to start developing with Maven for a pom.xml to be easily generated? Thanks in advance for your understanding. |
if you can't get maven working, can you please inform us how to compile our own builds? i feel the urge to tinker around with some of your code, specifically delays for the Device sign, but I have zero idea how to compile. I can use maven with sk89q's builds for compiling, but with compiling through java...it's been too long since i messed around with it. keep us posted! |
You can change the amount of time a Device sign is active without going into the code. setRedstoneOnTemp can take an optional parameter such as "{3}" that will make that sign active for only 3 seconds. You can read more about our blocks in the Quick Reference PDF. |
how the hell did i miss that. Thanks dev |
Can you please create a proper pom.xml file for you project. Makes compiling your dev builds much easier as the dependencies will follow the repo when cloning it.
Many Thanks for what you do!
The text was updated successfully, but these errors were encountered: