forked from Multiverse/Multiverse-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
pull from fork-master #1
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
Open
rlf
wants to merge
155
commits into
rlf:master
Choose a base branch
from
Multiverse:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
New vault repo is here: http://nexus.hc.to/content/repositories/pub_releases
* Also bump CH to v10, which uses Java 7 * Probably don't use this build, I have to test it first...
* This is the test fixing portion of PR#1746 * This fixes using a HashMap and relying on the order of the values.
* MultiverseCore constructor shouldn't be deprecated, it just needed a fix. * Removed TestPluginLoader, it should have been mocked anyway. * New constructor takes a JavaPluginLoader instad of a PluginLoader, so we'll have to mock. You can't win, Java. If you make it `final`, I shall become more powerful than you can possibly imagine.
Before, relative paths that left the server's root directory were accepted. Now, the world name has all relative-path components trimmed off.
This reduces the size of the plugin jar by over ONE MEGABYTE!!
Updated plugin.yml commands and some missing alias
Added auto label and config.yml to issue template
* Disallowed world names with spaces * Fixed wildcard imports * Use Pattern regex check for worldname validation Co-authored-by: wben1110 (desktop) <[email protected]>
Make it Easier to Upload Files with the Version Event
Add green color to the warning
* Fix issue template label * Remove "type: " from label
Fix Double Prefix when Logging Version Info
* Loads unload world before deleting Fixes issue where unloaded worlds can't be deleted. * Missing commit line smh
Remove uneeded variables from clone method
More noticable warning for deprecated event
Correct a Typo in VersionCommand
Adds world UID and generator details to /mvinfo command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.