generated from KettleMC-Network/kTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
61 lines (54 loc) · 2.11 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Details about the plugin
pluginName = kChat
pluginVersion = 1.1.0
pluginAuthor = LeStegii
pluginWebsite = https://kettlemc.net
pluginMain = net.kettlemc.kchat.PluginLoader
pluginDescription = Simple chat plugin for displaying the luckperms prefix in chat.
pluginApiVersion = 1.13
# Insert the version you want to compile against, leave empty if not needed.
# Make sure to include the correct version name including things like RO.1-SNAPSHOT.
# Spigot: 1.8 - 1.20.1
# Paper: 1.17 - 1.20.1
# Paper Legacy: 1.9.4 - 1.16.5
# Velocity: 1.0.0 - 4.0.0
# BungeeCord: 1.4.7 - 1.20
spigotVersion = 1.8.8-R0.1-SNAPSHOT
paperVersion =
paperLegacyVersion =
velocityVersion =
bungeeVersion =
# JASKL settings (https://github.com/Almighty-Satan/JASKL)
# If you want to use JASKL, insert the version and implementation here.
# If you don't want to use JASKL, leave at least one of the options empty.
# If JASKL should be shadowed into the JAR file, enable jasklShadow.
jasklVersion = 1.4.1
jasklImplementation = hocon
jasklShadow = false
# SLAMS settings (https://github.com/Almighty-Satan/SLAMS)
# If you want to use SLAMS, insert the version here.
# If you don't want to use SLAMS, leave the option empty.
# If SLAMS should be shadowed into the JAR file, enable slamsShadow.
slamsVersion = 1.1.0
slamsParser = jackson
slamsImplementation = minimessage
slamsShadow = false
# kLanguage settings (https://github.com/KettleMC-Network/kLanguage)
# If you want to use kLanguage, insert the version and implementation here.
# If you don't want to use kLanguage, leave the version empty.
klanguageVersion = 1.1.0
klanguageImplementation = bukkit
# kCommon settings (https://github.com/KettleMC-Network/kCommon)
# If you want to use kCommon, insert the version here.
# If you don't want to use kCommon, leave the version empty.
kcommonVersion = 1.5.0
# Libby settings (https://github.com/AlessioDP/libby)
# If you want to use Libby, set this to true.
libby = false
# Gradle settings
projectGroup = net.kettlemc
javaSourceVersion = 8
javaTargetVersion = 8
generateSourcesJar =
generateJavadocJar =
# org.gradle.java.home=C:/Program Files/Eclipse Adoptium/jdk-17.0.2.8-hotspot