You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently this flag only support single file per instance
it would be a nice addition to be able to pass to this flag entire folder for easier managing for network of servers
Describe the solution you'd like.
add a seperate flag for providing entire folder of plugins to the server for example something like -add-plugin-folder="<path>"
server would filter for only jar files that would be loaded when booting up the server
Describe alternatives you've considered.
adding individually all plugins that I want server to have or building some kind of script that automatically builds flags
Other
example setup
list of servers:
server1
server2
server3
have some kind of shared folder with subfolders
shared // main shared folder that user mounted to all servers
allservers // first sub folder that would be added to all servers with the flag
server1 // would only be added to server1 along side allservers
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem?
currently this flag only support single file per instance
it would be a nice addition to be able to pass to this flag entire folder for easier managing for network of servers
Describe the solution you'd like.
add a seperate flag for providing entire folder of plugins to the server for example something like
-add-plugin-folder="<path>"
server would filter for only jar files that would be loaded when booting up the server
Describe alternatives you've considered.
adding individually all plugins that I want server to have or building some kind of script that automatically builds flags
Other
example setup
list of servers:
have some kind of shared folder with subfolders
allservers
Beta Was this translation helpful? Give feedback.
All reactions