We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WeatherCommand
1 parent 492fb17 commit 32a00f8Copy full SHA for 32a00f8
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/core/impl/ModuleObject.kt
@@ -169,5 +169,7 @@ Thanks for using my project! </3
169
ReloadCommand.register(dispatcher)
170
SaveAllCommand.register(dispatcher)
171
TimeCommand.register(dispatcher)
172
+ WeatherCommand.register(dispatcher)
173
+ TeleportCommand().register(dispatcher)
174
}
175
0 commit comments