-
Notifications
You must be signed in to change notification settings - Fork 0
Spigot
H3xadecimal edited this page Apr 16, 2024
·
1 revision
repository:
# Allow plugins to create standalone repositories
allow-standalone: false
# Remove Maven Central
# Enable this to use mirror (add into repositories)
remove-central: false
repositories:
CodeMC: "https://repo.codemc.io/repository/maven-public/"
classpath:
# Use smart classpath appender (for hybrid server)
use-smart-appender: false
The config.yml
will be updated automatically when you updated the plugin
For hybrid server: (CatServer, Arclight, Mohist etc.) You need to set classpath.use-smart-appender to true
How to use mirrors: Set repository.remove-central to true, and add your mirror repository to repository.repositories, e.g. Aliyun: https://maven.aliyun.com/repository/central