-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6639ed9
commit 573ff54
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#Your partner ID to use in during the ordering process. | ||
#Without this you will not be credited for the purchases. | ||
#(Your partner id is not the same as your referral link, please check your client area to find your partner id at https://www.bisecthosting.com/partners/console.php). | ||
partner_id = "2214" | ||
#The id of this modpack. | ||
#(This is BH internal pack id; Find the id here: https://www.bisecthosting.com/partners/console.php) | ||
pack_id = "" | ||
#Set this to false to disable pack config screen and enable user configs instead. | ||
#This should always be done by the pack author once they are done with configuring the pack. | ||
#To re-enable Pack Edit Mode, please edit the config file. | ||
pack_edit_mode = true | ||
|
||
[modules.server_creator_banner] | ||
enabled = true | ||
|
||
#Modpack Configs | ||
[modules.server_creator_banner.pack] | ||
#The title to display at the top of the entry. | ||
title = "Need a server?" | ||
#The description to display below the title. | ||
description = "Click me to get your own server!" | ||
#Set this to true to use specific language translation keys. | ||
#This requires a custom mod that adds resource files, such as OpenLoader. | ||
#Use 'server_entry.title' key for the Title; | ||
#Use 'server_entry.description' key for the Description. | ||
use_language_files = false | ||
|
||
[modules.public_server_list] | ||
enabled = true | ||
|
||
#Modpack Configs | ||
[modules.public_server_list.pack] | ||
|
||
#Open Public Screen List Button | ||
[modules.public_server_list.pack.open_screen_button] | ||
#The position of the button from the left of the screen. | ||
#Set to -1 to default. | ||
#Range: > -1 | ||
x = 501 | ||
#The position of the button from the top of the screen. | ||
#Set to -1 to default. | ||
#Range: > -1 | ||
y = -1 | ||
#The width of the button. | ||
#Set to 0 to default. | ||
#Range: 0 ~ 400 | ||
width = 0 | ||
#Turn the Public Server List button into a vanilla styled one. | ||
#Causes default vanilla graphics and might help with compatibility with other mods. | ||
vanillaButton = false |