Commit Graph

1993 Commits

Author SHA1 Message Date
Ben Woo
7a8f468f98
Minor refactor to dumps command 2023-09-01 23:39:36 +08:00
Ben Woo
867f4a447d
Better error handling for finding files in server directory 2023-09-01 23:33:30 +08:00
Ben Woo
55aac81258
Merge branch 'MV5' into pr/2975
# Conflicts:
#	src/main/java/com/onarandombox/MultiverseCore/world/SimpleMVWorldManager.java
2023-09-01 23:28:05 +08:00
Ben Woo
194dc8ef8a
Fix error message i18n path key 2023-09-01 23:26:23 +08:00
Ben Woo
c7c344730b
Minor refactor to coord command and fix tests 2023-09-01 23:21:57 +08:00
Zax71
f8b75c0781
Update src/main/java/com/onarandombox/MultiverseCore/commands/CoordinatesCommand.java
Co-authored-by: Ben Woo <30431861+benwoo1110@users.noreply.github.com>
2023-09-01 23:20:09 +08:00
Zax71
dc89161a04
refactor: rename permission 2023-09-01 23:20:08 +08:00
zax71
90522a014e
Add /mv coordinates 2023-09-01 23:20:08 +08:00
Ben Woo
6effeacd1b
Add getWorldConfig method 2023-09-01 11:20:25 +08:00
Ben Woo
42eadd91a5
Adda remaining properties methods to WorldConfig 2023-09-01 11:00:59 +08:00
Ben Woo
1b2f8889ce
Do not migrate if new config file is created 2023-09-01 00:03:29 +08:00
Ben Woo
1e9f19b01f
Merge pull request #2841 from Multiverse/list-command
feat: Implement list command
2023-08-31 23:58:56 +08:00
Ben Woo
da1d059b84
Update list command to new api changes 2023-08-31 23:55:40 +08:00
Ben Woo
55805aa618
Merge branch 'MV5' into list-command
# Conflicts:
#	src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java
2023-08-31 23:34:10 +08:00
Ben Woo
d1ff487a00
Merge pull request #2984 from Multiverse/worlds-config
Worlds config
2023-08-31 23:27:10 +08:00
Ben Woo
5208028e65
Add todo on comparing config file 2023-08-31 23:25:30 +08:00
Ben Woo
55fd08e0b1
Remove stray white spacing 2023-08-31 23:22:23 +08:00
Ben Woo
904bd8634a
Improve tests for world config file 2023-08-31 23:21:27 +08:00
Ben Woo
02b02530bd
Revert delete command changes 2023-08-31 23:02:19 +08:00
Ben Woo
5fca5b18b8
Remove from commands and add to tests 2023-08-31 22:58:33 +08:00
Ben Woo
aa412b1060
Add todo for loading worlds 2023-08-31 15:17:51 +08:00
Ben Woo
54c8bac3d3
Config node automatically use the enum node serializer 2023-08-31 15:16:41 +08:00
Ben Woo
decf20f95f
Add basic tests for world config 2023-08-31 14:59:31 +08:00
Ben Woo
6888783d01
Implement world blacklist config 2023-08-31 14:21:33 +08:00
Ben Woo
c569bc797f
Implement node serialisation 2023-08-31 14:21:33 +08:00
Ben Woo
5dba9b5904
Starting to shift worlds.yml to new config api 2023-08-31 14:21:32 +08:00
Ben Woo
55b21bf17e
Fix config tests 2023-08-31 14:14:55 +08:00
Ben Woo
4ff1663353
Temp fix to fix tests 2023-08-31 14:03:03 +08:00
zax71
ac6d42549d Reorder logic to make it more readable 2023-08-30 17:40:52 +01:00
zax71
b500afd8f0 Whitespace fixes 2023-08-30 17:28:04 +01:00
zax71
0c79c6577e Rename Services and LogsType enums 2023-08-30 17:26:15 +01:00
zax71
2b7d1412b5 Remove uploading message and print out directly 2023-08-30 17:23:19 +01:00
zax71
560a6d4d7e Fix whitespace 2023-08-30 17:16:51 +01:00
zax71
8444383f16 Update command syntax 2023-08-30 17:15:17 +01:00
zax71
de77d09eaa Move getBukkitConfig() and getServerProperties()` into FileUtils.java 2023-08-30 17:13:31 +01:00
zax71
69fdfcfd9f Fix syntax 2023-08-30 17:03:28 +01:00
Ben Woo
cbf44cb918
Merge pull request #2928 from Multiverse/perm-revamp-3
feat: Revamp teleport world entry checking
2023-08-30 23:38:58 +08:00
Jeremy Wood
cb7ee2fc26
Merge pull request #2974 from Multiverse/update-readme
docs: Improve the readme badges
2023-08-30 11:28:34 -04:00
zax71
bf663a76dc Add debug logging (in /mv debug 3) 2023-08-30 11:55:23 +01:00
zax71
4f756a4c2d Change flags used 2023-08-30 11:52:28 +01:00
Ben Woo
d2b18b8545
Merge pull request #2982 from Multiverse/enum-flag
Specific flag builder for enum to streamline context and completion
2023-08-29 16:40:33 +08:00
Ben Woo
3800513dc5
Merge pull request #2983 from Multiverse/conditions-id
Fix command conditions not registering and lowercased
2023-08-29 12:16:17 +08:00
Ben Woo
74e7a1c9f3
Merge branch 'MV5' into perm-revamp-3 2023-08-29 10:55:52 +08:00
Ben Woo
0ddb5563be
Fix command conditions not registering and lowercased 2023-08-29 10:54:22 +08:00
Ben Woo
bf8bca3244
Specific flag builder for enum to streamline context and completion 2023-08-29 10:44:25 +08:00
Jeremy Wood
59d211ce92
Replace dependencies that were dropped accidentally. 2023-08-28 15:42:16 -04:00
Jeremy Wood
cba5f7c9d1
Fix up MV5 gradle configurations. 2023-08-28 15:33:41 -04:00
Jeremy Wood
542f321889
Merge remote-tracking branch 'origin/main' into MV5
# Conflicts:
#	.github/workflows/promote_release.yml
#	.github/workflows/release.yml
#	build.gradle
#	src/main/java/com/onarandombox/MultiverseCore/commands/RegenCommand.java
#	src/main/java/com/onarandombox/MultiverseCore/listeners/MVPlayerListener.java
2023-08-28 15:31:34 -04:00
zax71
fa81f5b573 paste.gg and mclo.gs default 2023-08-28 16:45:57 +01:00
Jeremy Wood
2143930fac
Merge pull request #2980 from Multiverse/remove-modirnth-plugin
Remove modrinth gradle plugin
2023-08-28 09:57:01 -04:00