mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +01:00
16 lines
440 B
TOML
16 lines
440 B
TOML
[versions]
|
|
|
|
# Project Settings
|
|
projectVersion = "1.2.18"
|
|
|
|
projectGroup = "com.badbones69.crazyauctions"
|
|
projectName = "CrazyAuctions"
|
|
projectDescription = "Auction off your items in style!"
|
|
projectGithub = "https://github.com/Crazy-Crew/CrazyAuctions"
|
|
projectBeta = "true"
|
|
projectExtension = "plugin"
|
|
|
|
[plugins]
|
|
|
|
minotaur = { id = "com.modrinth.minotaur", version = "2.6.0" }
|
|
run-paper = { id = "xyz.jpenilla.run-paper", version = "2.0.0" } |