iptfreedom/server.toml

232 lines
4.3 KiB
TOML
Raw Normal View History

2023-06-08 11:16:17 -04:00
name = "IPTFreedom"
2023-06-18 19:01:45 -04:00
mc_version = "1.20.1"
2023-06-06 18:48:00 -04:00
[jar]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.plex.us.org"
job = "Scissors/1.20.1"
build = "latest"
artifact = "first"
2023-06-06 18:48:00 -04:00
[variables]
2023-06-08 11:16:17 -04:00
SERVER_ADDRESS = "ipt.esixtwo.one"
2023-06-06 18:48:00 -04:00
PORT = "25565"
2023-06-08 11:16:17 -04:00
TELNET_PORT = "25765"
2023-06-08 23:28:15 -04:00
# Don't change these if you're running on docker
2023-06-08 23:00:20 -04:00
DATABASE_HOST = "database"
DATABASE_PORT = "3306"
DATABASE_USER = "root"
2023-06-09 10:48:58 -04:00
2023-06-08 23:00:20 -04:00
DATABASE_PASS = "XTiMm5LkPACxyjJ4bXm5wXsFmHTwYDNY"
2023-06-09 10:48:58 -04:00
DATABASE_NAME = "iptfreedom"
2023-06-08 23:00:20 -04:00
2023-06-08 11:16:17 -04:00
OWNERS = "maniaplay"
EXECUTIVES = "G6_"
ASSISTANT_EXECUTIVES = ""
DISCORD_INVITE = "https://discord.com/invite/iptfreedom"
DISCORD_TOKEN = ""
DISCORD_PREFIX = "ipt!"
DISCORD_SERVER_ID = ""
DISCORD_CHANNEL_ID_CHAT = ""
DISCORD_CHANNEL_ID_ADMIN = ""
DISCORD_ROLE_ID_MASTER_BUILDER = ""
DISCORD_ROLE_ID_ADMIN = ""
DISCORD_ROLE_ID_SENIOR_ADMIN = ""
DISCORD_ROLE_ID_DEVELOPER = ""
DISCORD_ROLE_ID_ASSISTANT_EXECUTIVE = ""
DISCORD_ROLE_ID_EXECUTIVE = ""
DISCORD_ROLE_ID_SERVER_OWNER = ""
2023-06-06 18:48:00 -04:00
[launcher]
2023-07-06 07:11:46 -04:00
jvm_args = "-XX:+ExitOnOutOfMemoryError"
2023-06-06 18:48:00 -04:00
aikars_flags = true
eula_args = true
nogui = true
2023-06-14 18:18:44 -04:00
memory = "6500M"
2023-06-08 11:16:17 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/TotalFreedomMod"
2023-07-22 18:55:02 -04:00
tag = "2023.07.01-IPT"
2023-07-05 11:17:00 -04:00
asset = "TotalFreedomMod"
2023-06-08 11:16:17 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/Minecraft-JDA"
2023-07-22 18:55:02 -04:00
tag = "5.0.0-beta.12"
2023-07-05 11:17:00 -04:00
asset = "Minecraft-JDA"
2023-06-08 11:16:17 -04:00
[[plugins]]
type = "url"
2023-06-28 20:27:49 -04:00
url = "https://ci.enginehub.org/repository/download/bt11/22205:id/worldguard-bukkit-7.0.9-SNAPSHOT-dist.jar?branch=version/7.0.x&guest=1"
2023-07-05 11:17:00 -04:00
filename = "worldguard-bukkit-7.0.9-SNAPSHOT-dist.jar"
desc = "WorldGuard"
2023-06-08 11:16:17 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.plex.us.org"
job = "FastAsynchronousIncompetence"
build = "latest"
artifact = "first"
2023-06-08 11:16:17 -04:00
[[plugins]]
type = "modrinth"
id = "buildersutilities"
version = "usc9dcSx"
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/BukkitTelnet"
tag = "4.9.3-IPT"
asset = "bukkittelnet"
2023-06-08 11:16:17 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/Addendum"
tag = "1.0.0"
asset = "Addendum"
2023-06-08 13:43:33 -04:00
[[plugins]]
type = "spigot"
id = "carz.56255"
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/ESP"
tag = "1.1"
asset = "ESP"
2023-06-08 13:43:33 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/TF-EssentialsX"
tag = "2.20.1"
asset = "EssentialsX"
2023-06-08 13:43:33 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/TF-EssentialsX"
tag = "2.20.1"
asset = "EssentialsXSpawn"
2023-06-08 20:02:12 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/EmotesTF"
tag = "1.1"
asset = "emotestf"
2023-06-08 20:02:12 -04:00
# TODO: Decompile this one and clean up the code & make a release
[[plugins]]
type = "url"
url = "https://cdn.discordapp.com/attachments/1041011669872160769/1116508640480874556/CrackShot-0.99.jar"
2023-07-05 11:17:00 -04:00
filename = "CrackShot-0.99.jar"
desc = "TODO: Decompile this one and clean up the code & make a release"
2023-06-08 23:00:20 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/MarriageMaster"
2023-07-22 18:55:02 -04:00
tag = "2.7.1.beta.1-IPT"
2023-07-05 11:17:00 -04:00
asset = "MarriageMaster"
2023-06-08 23:00:20 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.pcgamingfreaks.at"
job = "PluginLib"
build = "latest"
artifact = "first"
2023-06-08 23:28:15 -04:00
[[plugins]]
2023-07-22 18:55:02 -04:00
type = "ghrel"
repo = "plexusorg/ItemizerX"
tag = "2.1"
asset = "ItemizerX"
2023-06-09 11:26:41 -04:00
[[plugins]]
type = "modrinth"
id = "coreprotect"
version = "mvLpRWww"
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "ViaVersion/ViaVersion"
tag = "4.7.0"
asset = "ViaVersion"
2023-06-09 11:26:41 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "ViaVersion/ViaBackwards"
tag = "4.7.0"
asset = "ViaBackwards"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "Jikoo/OpenInv"
tag = "4.3.1"
asset = "OpenInv.jar"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "IPTFreedom/PlotSquared"
2023-07-22 18:55:02 -04:00
tag = "7.0.0-beta.4-IPT"
2023-07-05 11:17:00 -04:00
asset = "plotsquared-bukkit"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "Gecolay/GSit"
2023-07-22 18:55:02 -04:00
tag = "1.4.10"
2023-07-05 11:17:00 -04:00
asset = "GSit"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.codemc.io"
job = "filoghost/HolographicDisplays"
build = "latest"
artifact = "first"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "kikelkik/LiftReloaded"
tag = "2.4.3"
asset = "lift-reloaded"
2023-06-09 16:58:29 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "aromaa/WorldGuardExtraFlags"
tag = "v4.2.1"
asset = "WorldGuardExtraFlags.jar"
2023-06-10 09:55:04 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.md-5.net"
job = "LibsDisguises"
build = "latest"
artifact = "first"
2023-06-10 09:55:04 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "ghrel"
repo = "ayunami2000/LiberalDisguises"
tag = "v1.0.0"
asset = "liberaldisguises"
2023-06-10 09:55:04 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.dmulloy2.net"
job = "ProtocolLib"
build = "latest"
artifact = "first"
2023-06-10 09:55:04 -04:00
[[plugins]]
2023-07-05 11:17:00 -04:00
type = "jenkins"
url = "https://ci.lucko.me"
job = "spark"
build = "latest"
artifact = "bukkit"
[markdown]
files = [
"README.md",
"PLUGINS.md"
]
auto_update = false