Jeremy Wood
|
86e2ab45fb
|
Change checkstyle workflow back to PR annotations without failure.
|
2023-09-11 08:44:05 -04:00 |
|
Ben Woo
|
329901afa6
|
Remove public from config nodes and remove names that are the same as path
|
2023-09-11 17:06:06 +08:00 |
|
Ben Woo
|
61570b1a7f
|
Merge pull request #3012 from Multiverse/ben/mv5/improve-world-purge
Cleanup world purger and add docs
|
2023-09-11 16:48:31 +08:00 |
|
Ben Woo
|
aa063007e8
|
Fix some checktyle issue in WorldPurger
|
2023-09-11 16:47:39 +08:00 |
|
Ben Woo
|
58c13c1f73
|
Copy spawn location when cloning world
|
2023-09-11 16:42:27 +08:00 |
|
Ben Woo
|
c0f2168ba4
|
Copy spawn location only if seed didnt change on regen
|
2023-09-11 16:40:03 +08:00 |
|
Ben Woo
|
ef0cb4b893
|
Do not apply spawn location if it's a null location
|
2023-09-11 16:39:34 +08:00 |
|
Ben Woo
|
c2ff8a467f
|
Make unsettable properties have null name
|
2023-09-11 16:38:49 +08:00 |
|
Ben Woo
|
404a2f4183
|
Cleanup adjust spawn logic
|
2023-09-11 16:03:36 +08:00 |
|
Ben Woo
|
a4a5be20f9
|
Use .get() for world folder, since it should fail if null
|
2023-09-11 15:49:27 +08:00 |
|
Ben Woo
|
481933b948
|
Add support for removing players before unloading world
|
2023-09-11 15:39:06 +08:00 |
|
Ben Woo
|
379e0172c4
|
Fix regen world keeping seed not working
|
2023-09-11 15:38:28 +08:00 |
|
Ben Woo
|
d8334ad71a
|
Refactor world results and add docs
|
2023-09-11 14:35:56 +08:00 |
|
Ben Woo
|
7490996ecb
|
Make getWorldConfig return an Option
|
2023-09-11 11:49:52 +08:00 |
|
Ben Woo
|
bf7a708fb3
|
Reorder and add more world blacklisted names
|
2023-09-11 11:41:40 +08:00 |
|
Ben Woo
|
d02cd63244
|
Merge pull request #3008 from Multiverse/ben/mv5/results
Revamp results to support value returns
|
2023-09-11 10:55:08 +08:00 |
|
Jeremy Wood
|
089655fada
|
Fix some more checkstyle issues.
|
2023-09-10 13:35:25 -04:00 |
|
Jeremy Wood
|
8ffd716190
|
Fix some checkstyle issues.
|
2023-09-10 13:34:36 -04:00 |
|
Ben Woo
|
99846b5567
|
Add javadocs and fix some checkstyles
|
2023-09-10 23:00:15 +08:00 |
|
Ben Woo
|
6f9f9085fd
|
Refactor world results to remove success reason
|
2023-09-10 22:29:42 +08:00 |
|
Ben Woo
|
656d9ac208
|
Refactor map Attempt methods
|
2023-09-10 22:17:10 +08:00 |
|
Ben Woo
|
2fe6297b1d
|
Fix unintended changes to result
|
2023-09-10 21:45:30 +08:00 |
|
Ben Woo
|
c8fed72137
|
Refactor to Result<S, F> and Attempt<T, F>
|
2023-09-10 21:37:36 +08:00 |
|
Ben Woo
|
f9877201f5
|
Revamp results to support value returns
|
2023-09-10 19:43:56 +08:00 |
|
Ben Woo
|
e318f1e86f
|
Cleanup world purger and add docs
|
2023-09-10 15:03:05 +08:00 |
|
Ben Woo
|
b780f5c2f3
|
Update gamerules command to new world manager api
|
2023-09-10 14:10:40 +08:00 |
|
Ben Woo
|
1740137d1e
|
Merge branch 'MV5' into world-revamp-continue
# Conflicts:
# src/main/java/com/onarandombox/MultiverseCore/commandtools/MVCommandCompletions.java
|
2023-09-10 14:05:41 +08:00 |
|
Ben Woo
|
323145ebf0
|
Merge pull request #3006 from Multiverse/ben/mv5/config-migrate
Implement worlds.yml config migrate
|
2023-09-10 14:04:03 +08:00 |
|
Ben Woo
|
1a2b88599a
|
Merge pull request #3007 from Multiverse/dtm/mv5/world-revamp-continue-tweaks
WorldManager tweaks.
|
2023-09-10 14:01:18 +08:00 |
|
Ben Woo
|
903941eb01
|
Fix wildcard imports for worldmanager
|
2023-09-10 13:59:01 +08:00 |
|
Ben Woo
|
b8c10c412d
|
Improve gamerules command with filter and page flag
|
2023-09-10 13:56:50 +08:00 |
|
Ben Woo
|
95a1fddbe5
|
Fix some regression on command flag registering and completion
|
2023-09-10 13:54:44 +08:00 |
|
Jeremy Wood
|
1eb33c6972
|
Clean up some return counts in WorldManager.
|
2023-09-10 01:35:53 -04:00 |
|
Ben Woo
|
b2ed43ba22
|
Add docs to new migration classes
|
2023-09-10 12:23:20 +08:00 |
|
Ben Woo
|
c61c98ff5e
|
Remove serializable including whitespace and newline
|
2023-09-10 12:03:35 +08:00 |
|
Ben Woo
|
13b9419b85
|
Improve and fix minor migration regressions
|
2023-09-10 11:55:00 +08:00 |
|
Jeremy Wood
|
e81296015e
|
Ignore DeclarationOrder check.
|
2023-09-09 23:54:05 -04:00 |
|
Jeremy Wood
|
6b40c3a190
|
Add interface for keeping world settings for options.
|
2023-09-09 23:53:45 -04:00 |
|
Ben Woo
|
fcbaffc821
|
Implement basic config migration for worlds.yml
|
2023-09-10 00:50:58 +08:00 |
|
Jeremy Wood
|
f556f6f98a
|
Refactor populateWorldFromConfig to be smaller.
|
2023-09-09 11:48:54 -04:00 |
|
Jeremy Wood
|
c340f16f63
|
Use different parameter number checks for methods and constructors.
|
2023-09-09 11:28:24 -04:00 |
|
Jeremy Wood
|
700b0cc81c
|
Allow checkstyle suppression trailing comments.
|
2023-09-09 11:25:17 -04:00 |
|
Jeremy Wood
|
34b55e4b4d
|
Merge pull request #3004 from Multiverse/dtm/mv5/world-revamp-continue-tweaks
Tweaks for world revamp
|
2023-09-09 11:19:22 -04:00 |
|
Jeremy Wood
|
df0db292ed
|
Fix incorrect world name var.
|
2023-09-09 11:19:10 -04:00 |
|
Jeremy Wood
|
c1d2fe48f0
|
Reduce Result boilerplate in WorldManager.
|
2023-09-09 11:14:01 -04:00 |
|
Jeremy Wood
|
ba5c054298
|
Add a bunch of missing package-info.java.
|
2023-09-09 10:54:10 -04:00 |
|
Jeremy Wood
|
503d054859
|
Temporarily reduce severity of PackageName check.
|
2023-09-09 10:52:59 -04:00 |
|
Jeremy Wood
|
6fd56e56e1
|
Create private message replacement methods in WorldManager.
|
2023-09-09 10:51:52 -04:00 |
|
Jeremy Wood
|
1affa421d3
|
Only report on warning/error.
|
2023-09-09 10:28:55 -04:00 |
|
Jeremy Wood
|
09e1e11016
|
Give pr write permission to checkstyle workflow.
|
2023-09-09 10:26:20 -04:00 |
|