CrucibleMC / Crucible

Crucible is a Thermos fork containing various patches for bug fixes and performance improvements. Join our discord to stay updated with the project development.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
177 stars 62 forks source link

[FEATURE] how time support command arg `--add-plugin` #161

Open 8MiYile opened 4 weeks ago

8MiYile commented 4 weeks ago
--add-extra-plugin-jar, --add-plugin    Specify paths to extra plugin jars to 
  <File: Jar file>                        be loaded in addition to those in   
                                          the plugins folder. This argument   
                                          can be specified multiple times,    
                                          once for each extra plugin jar path.

how to support this this from paper

juanmuscaria commented 3 weeks ago

Currently, command parsing is a brittle mess. We should make a pass through it first before adding crucible specific arguments.