이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.44. fabric:profile-import
Abstract
imports a profile from the specified location
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
fabric:profile-import
{
ProfileSource
}
Description 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The
fabric:profile-import
command allows you to import profiles stored in the form of ZIP files.
The ZIP files can be accessed using a URL:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
fabric:profile-import /path/to/profile/location/profiles.zip
fabric:profile-import /path/to/profile/location/profiles.zip
Or you can use maven coordinates instead of a URL:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
fabric:profile-import mvn:com.foo/location/1.0/profile/profiles.zip
fabric:profile-import mvn:com.foo/location/1.0/profile/profiles.zip
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 7.44, “fabric:profile-import Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
ProfileSource | The location of the profile to be imported. |