Skip to content

Commit ad56650

Browse files
committed
Native mappings configuration updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent cbfdd81 commit ad56650

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/kotlin/com/mairwunnx/projectessentials/core/impl/configurations/NativeMappingsConfigurationModel.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ data class NativeMappingsConfigurationModel(
2121
"stopsound" to "native.sound.stop@2",
2222
"reload" to "native.server.reload@2",
2323
"stop" to "native.server.stop@4",
24-
"save-all" to "native.save.all@4",
2524
"save-off" to "native.save.off@4",
2625
"save-on" to "native.save.on@4",
2726
"say" to "native.messaging.say@1"
@@ -35,7 +34,7 @@ data class NativeMappingsConfigurationModel(
3534
"gamerule" to "gr",
3635
"summon" to "spawnmob",
3736
"pardonip" to "unbanip",
38-
"sun" to "esun,weatherclear,clearsky,sky",
37+
"sun" to "weatherclear,clearsky,sky",
3938
"thunder" to "storm,goodweather",
4039
"noon" to "midday,noonday",
4140
"sunset" to "dusk,sundown,evening",

0 commit comments

Comments
 (0)