mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
30 lines
774 B
Properties
30 lines
774 B
Properties
# Gradle settings
|
|
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
|
org.gradle.daemon=true
|
|
javaVersion=21
|
|
|
|
# Plugin settings
|
|
plugin_version=3.7
|
|
minecraft_version=1.21.1
|
|
plugin_archive=husksync
|
|
plugin_description=A modern, cross-server player data synchronization system
|
|
|
|
# Drivers
|
|
jedis_version=5.1.4
|
|
mysql_driver_version=9.0.0
|
|
mariadb_driver_version=3.4.1
|
|
postgres_driver_version=42.7.3
|
|
mongodb_driver_version=5.1.2
|
|
snappy_version=1.1.10.6
|
|
|
|
# Spigot/Paper build settings
|
|
bukkit_spigot_api=1.21.1-R0.1-SNAPSHOT
|
|
bukkit_paper_api=1.21.1-R0.1-SNAPSHOT
|
|
|
|
# Fabric build settings
|
|
fabric_loader_version=0.16.2
|
|
fabric_yarn_mappings=1.21.1+build.3
|
|
fabric_api_version=0.102.1+1.21.1
|
|
fabric_adventure_platform_version=5.14.1
|
|
fabric_permissions_api_version=0.3.1
|
|
fabric_sgui_version=1.6.0+1.21 |