-
Notifications
You must be signed in to change notification settings - Fork 36
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
Maintainance for 1.16 #73
base: devel
Are you sure you want to change the base?
Conversation
Replace File.seperator with '/' in ZipUtils
Developer must patch themselves.
Update to 1.16.4? |
Updated dependencies. I found some repo and dependencies that is unavailable in the past. Added them in pom.xml To use new build, get jar from following link: If you get some errors on console, update dependencies. Please comment error message and stack trace if you get errors after updating dependencies. P.S |
Thank you for posting a built version of your updated AutoSaveWorld plugin. Just FYI for others, this build requires at least java 10 installed. My Windows machine only had java 8u271. So I downloaded and installed JDK 11 x64 https://www.codejava.net/java-se/download-and-install-java-11-openjdk-and-oracle-jdk
Error message:
|
Hmm ran into issue where the config file kept getting reset on load. Not sure why. Ended up switching to DriveBackup2 |
Because of this line, config files are overwritten on plugin disabling. So if you edit config when server is running, your modification are cleared on disable. This is upstream implementation, I did not touch anything about that. If you are unsatisfied at DriveBackup2, try above solution. |
I see thanks for looking into it
…On Tue, Nov 17, 2020, 12:12 AM 怠惰 ***@***.***> wrote:
@jjcf89 <https://github.com/jjcf89>
Hmm ran into issue where the config file kept getting reset on load. Not
sure why. Ended up switching to DriveBackup2
Because of this line
<https://github.com/LazyGon/AutoSaveWorld/blob/devel/src/main/java/autosaveworld/core/AutoSaveWorld.java#L159>,
config files are overwritten on plugin disabling.
So if you edit config when server is running, your modification are
cleared on disable.
In the case, you should edit config with the server stopped.
This is upstream implementation, I did not touch anything about that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#73 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE6IXSE6LEX6WHO2UEKYPLSQIA35ANCNFSM4MOPZGLA>
.
|
Project is changed to maven
Changed on this commit.
All other plugin dependency jars and zlibs classes are removed.
Those are written in maven pom.xml
Updated outdated api usage
Google Drive API:
Dependency plugins:
This commit.
Other
Build or download
To build, download all dependency plugins and put them in libs folder.
See downloads.txt
To just use this build, get attached zip file below and rename
AutoSaveWorld.jar.zip
toAutoSaveWorld.jar
AutoSaveWorld.jar.zip
THIS IS FOR VERSION 1.15. YOU CAN DOWNLOAD NEWER VERSION BELOW