-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
52 lines (46 loc) · 2.2 KB
/
gradle.properties
File metadata and controls
52 lines (46 loc) · 2.2 KB
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
# Details about the plugin
pluginName = kEssentials
pluginVersion = 1.4.0
pluginAuthor = LeStegii
pluginWebsite = https://kettlemc.net
pluginMain = net.kettlemc.kessentials.Essentials
pluginDescription = Plugin containing all essential commands for KettleMC
pluginApiVersion = 1.13
# Insert the plugin API you want to use as well as the Minecraft version.
# Supported plugin APIs are: spigot, paper (1.17+), paper-legacy (1.9-1.16), paperspigot (1.7, 1.8), purpur, bungeecord, velocity.
# If you want to specify a custom version outside the default versions, specify it directly.
# If you want to use a plugin API not listed here, simply unset the properties below and use repositories.gradle and dependencies.gradle.
# Make sure to set the javaTargetVersion/javaSourceVersion to a fitting version for the plugin API you are using.
pluginApi = spigot
minecraftVersion = 1.8.8
# 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.6.3
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.2.1
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.8.0
# Gradle settings
projectGroup = net.kettlemc
javaSourceVersion = 8
javaTargetVersion = 8
generateSourcesJar = true
generateJavadocJar = true
# org.gradle.java.home=C:/Program Files/Eclipse Adoptium/jdk-17.0.2.8-hotspot