Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-Curseforge-Bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
docker-Curseforge-Bot
Commits
0a5f6fc0
Commit
0a5f6fc0
authored
4 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
Switch config to fork version and change variables accordingly
parent
9bd2d63a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
root/defaults/bot.conf
+18
-48
18 additions, 48 deletions
root/defaults/bot.conf
with
18 additions
and
48 deletions
root/defaults/bot.conf
+
18
−
48
View file @
0a5f6fc0
# Don´t change this! Used internally to backup and reset the config if needed!
ver
=
4
# Insert your discord bot token here
# or use "args" here and the argument "- token TOKEN" after the jar
BotToken
=
"DISCORD_BOT_TOKEN"
# The Default channel ID used for messages
DefaultChannelID
=
DISCORD_CHANNEL_ID
ver
=
5
# Provide some Curseforge project IDs you want the bot to listen to
#
# If you want a specific mod in a different channel and also ping a differnt role, you can add the
# channel id and role id like this:
# "
i
d;;
C
hannelI
D
;;RoleID"
# "
projectI
d;;
c
hannelI
d;;webhookToken
;;RoleID"
# Role ID doesnt have to be set, if its not dont include second ;;
# NOTE: Role ID can only be set if a channel id is set as well
ids
= [
#
Project ID
"PROJECT_ID"
#
Uplink
"PROJECT_ID
;;DISCORD_CHANNEL_ID;;WEBHOOK_TOKEN
"
]
## UPDATE MESSAGE OPTIONS ##
# Provide a language syntax name to have the changelog formatted inside the embeded message for easier viewing if desired.
#
# Can be very usefull if project owner/author uses discord MarkDown formatting in their changelog
# Uploads as plain text if not changed (example: yml, md, css) Only choose one syntax
changelogDiscordFormat
=
"CHANGELOG_FORMAT"
# If you want the message to mention a particualr role when a update message is sent, add the Role ID here
# This sets the text that appears as the message description in the update notification
# (the text directly under the project name which is the message title)
#
# Only supports 1 role ID at this time
# Role ID
# Default 000000000
mentionRole
=
ROLE_ID
# This can adhere to discord markdown rules but due to how the message is formatted as a whole, keep this
# message under 250 characters
messageDescription
=
DESCRIPTION
# Sets the message to include a download link for the new project file
#
...
...
@@ -37,37 +35,9 @@ mentionRole=ROLE_ID
# "nolink" = Do not include a download link
updateFileLink
=
"FILE_LINK"
# This sets the text that appears as the message description in the update notification
# (the text directly under the project name which is the message title)
#
# This can adhere to discord markdown rules but due to how the message is formatted as a whole, keep this
# message under 250 characters
messageDescription
=
DESCRIPTION
# Provide a language syntax name to have the changelog formatted inside the embeded message for easier viewing if desired.
# If you want the message to mention a particualr role when a update message is sent, add the Role ID here
#
# Can be very usefull if project owner/author uses discord MarkDown formatting in their changelog
# Uploads as plain text if not changed (example: yml, md, css) Only choose one syntax
changelogDiscordFormat
=
"CHANGELOG_FORMAT"
## GITHUB OPTIONS ##
# If you want the cache to be stored on github, add the -github argument and enter your OAuth token here
# You can also use '-github TOKEN', so it won´t be stored in a file
# NOTE: The token needs full "Repo" access
githubToken
=
"GITHUB_TOKEN"
# When using github as cache storage, you can also specify an custom repository name
# This bot will create an new (private) one, if none with this name exists
githubRepo
=
"GITHUB_REPO"
# Only supports 1 role ID at this time
mentionRole
=
ROLE_ID
# NOTE: This config option is not yet implemented, but planned!
#
#
# You can also provide users to listen to (this will subscribe the bot to ALL projects of the user!!)
#
# (You need to provide the name from the URL here and you can also specify an channel like above!)
#users=[
# "runemoro"
#]
footerImage
=
""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment