Ben Woo
|
83e197aacd
|
Implement config option for debug permission
|
2025-01-16 19:40:26 +08:00 |
|
Ben Woo
|
9884ec2e82
|
Fix tests by adding new anchor-respawn property to worlds.yml files
|
2025-01-16 13:16:58 +08:00 |
|
Ben Woo
|
52a4059f98
|
Fix typo in anchor respawn method name
|
2025-01-16 13:16:01 +08:00 |
|
Ben Woo
|
c49653ebc8
|
Add world property toggle allow anchor spawn
|
2025-01-16 11:00:44 +08:00 |
|
Ben Woo
|
9be7c75dcc
|
Defaults mv dumps to use paste.dev as paste.gg is down
|
2025-01-16 10:46:01 +08:00 |
|
Ben Woo
|
5b97c3fd1c
|
Fix mv dumps unable to get latest.log if world-container is changed
|
2025-01-16 10:10:33 +08:00 |
|
Ben Woo
|
3a9eb88197
|
Merge pull request #3151 from Multiverse/ben/mv5/block-safety
ben/mv5/block-safety
|
2025-01-16 09:50:31 +08:00 |
|
Ben Woo
|
d83d6c6483
|
Improve safe location search config comments
|
2025-01-16 09:42:40 +08:00 |
|
Ben Woo
|
6fb620cac6
|
Fix failing tests caused by new class and config changes
|
2025-01-16 09:39:38 +08:00 |
|
Ben Woo
|
cb2ab3e437
|
Shift all to use AdvancedBlockSafety and deprecate old BlockSafety
|
2025-01-16 09:31:53 +08:00 |
|
Ben Woo
|
03dc8e4245
|
Rename the broken config file and regen a new one
|
2025-01-15 19:07:00 +08:00 |
|
Ben Woo
|
2df1f39ef9
|
Implement rest of block safety methods
|
2025-01-15 14:11:01 +08:00 |
|
Ben Woo
|
3b9a91c010
|
Implement better search algo that search from the nearest block outwards
|
2025-01-15 12:43:44 +08:00 |
|
Ben Woo
|
64e7baec3c
|
Implement initial new algorithm for safe location
|
2025-01-14 23:10:35 +08:00 |
|
Ben Woo
|
06feb84ba9
|
Add test for worlds.yml with weird formatting
|
2025-01-13 23:55:01 +08:00 |
|
Ben Woo
|
b5f1b32a3d
|
Fix serialisation issues with string and list items
|
2025-01-13 23:53:57 +08:00 |
|
Ben Woo
|
647e116bc5
|
Refactor config handles and make world properties alphabetical order
|
2025-01-13 23:16:32 +08:00 |
|
Ben Woo
|
874b604294
|
Check if current location is safe before searching around
|
2025-01-13 19:27:52 +08:00 |
|
Ben Woo
|
1f8a7975ce
|
Add more tests for world config manager
|
2025-01-13 14:31:17 +08:00 |
|
Ben Woo
|
293417125a
|
Refactor and add config file assertion for config.yml testing
|
2025-01-13 14:18:30 +08:00 |
|
Ben Woo
|
5b09097fd2
|
Fix not removing old serialisation tags if file is crlf
|
2025-01-13 14:17:50 +08:00 |
|
Ben Woo
|
c03679d20e
|
Fix new config file not having version number
|
2025-01-13 14:16:49 +08:00 |
|
Ben Woo
|
ef21d83c35
|
Fix config handle reset not using serialiser
|
2025-01-13 07:04:31 +08:00 |
|
Ben Woo
|
89871cd418
|
Ensure onSetValue is ran when setting up nodes
|
2025-01-12 22:49:15 +08:00 |
|
Ben Woo
|
7d90a11d9c
|
Remove invalid command condition in delete command
|
2025-01-12 22:34:23 +08:00 |
|
Ben Woo
|
ec19f3e786
|
Defer world operations if world is ticking
|
2025-01-12 22:33:46 +08:00 |
|
Ben Woo
|
de879c7af2
|
Implement tab-complete for world property respawn-world
|
2025-01-12 21:57:02 +08:00 |
|
Ben Woo
|
f707f29249
|
Improve worlds config tests with node to node yaml comparison
|
2025-01-12 18:07:01 +08:00 |
|
Ben Woo
|
4798ddda63
|
Fix world migration issues with alias and spawnrate
|
2025-01-12 18:06:01 +08:00 |
|
Ben Woo
|
4f28d38dc1
|
Fix test failing with lowercase enum
|
2025-01-12 15:26:23 +08:00 |
|
Ben Woo
|
2356bfa7fc
|
Save all enums in config as lowercased
|
2025-01-12 15:22:23 +08:00 |
|
Ben Woo
|
643fa604d1
|
Fix certain config options resetting on reload
|
2025-01-12 15:21:59 +08:00 |
|
Ben Woo
|
a982875558
|
Fix some english
|
2025-01-12 14:53:24 +08:00 |
|
Ben Woo
|
803345d09d
|
Fix regen command test by disabling confirm
|
2025-01-12 12:24:29 +08:00 |
|
Ben Woo
|
f1d98a68c5
|
Implement otp for queue command and confirm mode
|
2025-01-12 12:16:07 +08:00 |
|
Ben Woo
|
2c82c279e2
|
Implement option to disable finer teleport permission checking
|
2025-01-12 10:54:45 +08:00 |
|
Ben Woo
|
1e33689d7b
|
Implement concurrent teleport limit
|
2025-01-12 10:50:32 +08:00 |
|
Ben Woo
|
8793aa506b
|
Implement new config options for future features
|
2025-01-12 09:31:39 +08:00 |
|
Ben Woo
|
6d08d1551b
|
Improve first spawn and join location with PlayerSpawnLocationEvent
|
2025-01-11 09:48:14 +08:00 |
|
Ben Woo
|
2949b96a46
|
Improve message output for tp command with proper fail reason
|
2025-01-10 23:58:28 +08:00 |
|
Ben Woo
|
cdb5fc0560
|
Implement option to resolve world by alias for commands and destinations
|
2025-01-10 23:01:55 +08:00 |
|
Ben Woo
|
f37ee00030
|
Implement --unsafe flag for spawn command
|
2025-01-10 21:32:44 +08:00 |
|
Ben Woo
|
df7b9a3e5b
|
Implement correct default scale for nether and end environment
|
2025-01-10 21:11:41 +08:00 |
|
Ben Woo
|
bb6d236495
|
Merge pull request #3150 from Multiverse/ben/mv5/revamp-teleport
Ben/mv5/revamp teleport
|
2025-01-10 20:29:21 +08:00 |
|
Ben Woo
|
7c2b7e5a47
|
Fix a test for ConfigTeleportInterceptTest
|
2025-01-10 20:24:02 +08:00 |
|
Ben Woo
|
5f15cce3f3
|
Add tests for multiple player teleport
|
2025-01-10 20:21:19 +08:00 |
|
Ben Woo
|
199da71be0
|
Add docs for new AsyncSafetyTeleporter
|
2025-01-10 20:13:49 +08:00 |
|
Ben Woo
|
303ac039e0
|
Add default serialisers for all number types
|
2025-01-10 20:01:49 +08:00 |
|
Ben Woo
|
067a88eec1
|
Fix scale double migration
|
2025-01-10 19:57:21 +08:00 |
|
Ben Woo
|
34ea244e82
|
Add tests for setPropertyString
|
2025-01-10 19:48:42 +08:00 |
|