-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify Marker Creation #25
Comments
Thanks for the suggestions. In the newest version you can create template markers, that allows players to add a new marker based on your template with a single command. This also allows for more complex setups that are automated by e.g. placing named blocks or naming entities (based on placeholders). You can also use the commands in console, the only downside here is that you can not click on messages to run or suggest other commands. You need to manually type every command by yourself (tho tab complete works).
|
14:44:05
4004 issued server command: /btemplate delete zotest true
WARN
14:44:05
Exception in thread "DefaultDispatcher-worker-1" java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Boolean (java.lang.String and java.lang.Boolean are in module java.base of loader 'bootstrap')
at bmm-paper-2.1.7.jar//de.miraculixx.bmm.commands.TemplateCommand$templateCommand$lambda$11$lambda$10$lambda$9$lambda$8$$inlined$anyExecutorAsync$1$1.invokeSuspend(CommandExtensions.kt:24)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:832)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@3b391ccc, Dispatchers.Default] Deleting Marker Templates Seems not to work. (Deleting the Marker Tamplate inside works) |
Currently using the Tamplates doesnt really work for line`s. Would be great if you can use that too For us its currently its not really a help because the most people have about 2 markers & we want to mange them. |
It would be great if you simplify the Marker Creation more:
Also the Modrinth/Download Links should be added to the Readme & the ToDo
Adding a way to edit markers and marker-sets after build/creating them
should be removed, bc i think thats already implemented.The text was updated successfully, but these errors were encountered: