You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to AutoSaveWorld.jar AutoSaveWorld.jar.zip THIS IS FOR VERSION 1.15. YOU CAN DOWNLOAD NEWER VERSION BELOW
If you get some errors on console, update dependencies.
Servers using old Towny or PresiousStones may get errors.
Otherwise, you can use 1.15 version on 1.16 server, I think.
Please comment error message and stack trace if you get errors after updating dependencies.
Note that Oracle JDK 11 does not update system environment variables, so you have to manually update PATH and/or JAVA_HOME after installation. Open Command Prompt window under administrator privilege and type the following command:
setx -m JAVA_HOME "C:\Program Files\Java\jdk-11.0.7"
If the PATH environment variable does not contain an entry to JAVA_HOME\bin, type the following command:
setx -m PATH "%JAVA_HOME%\bin;%PATH%"
Error message:
[11:20:59 ERROR]: Could not load 'plugins\AutoSaveWorld.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: autosaveworld/core/AutoSaveWorld has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.ziptoAutoSaveWorld.jarAutoSaveWorld.jar.zip
THIS IS FOR VERSION 1.15. YOU CAN DOWNLOAD NEWER VERSION BELOW