diff --git a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt index 79d1591..a514286 100644 --- a/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt +++ b/src/main/kotlin/com/bytedice/bde_particles/commands/ManageEmitters.kt @@ -33,15 +33,15 @@ import java.util.concurrent.CompletableFuture // [emitter id] // <[particle index] / EMITTER> - // + // // single param (if EMITTER, use emitter params instead) // [param key] // [new param value] // output -> update the selected parameter of the selected emitter id to the new value - // dataClass + // JSON // [new params] (unspecified values is treated as current) - // output -> update all params according to the dataClass + // output -> parse the JSON and update all params // list // output -> all registered emitters @@ -161,4 +161,4 @@ fun argCopy() : LiteralArgumentBuilder { fun argCopyPasta() : LiteralArgumentBuilder { return } -*/ \ No newline at end of file +*/