· 6 years ago · Dec 05, 2019, 04:12 AM
1########################################################
2### MineSync S_2.x ###
3### By nanocode (https://nanocode.io) ###
4########################################################
5
6# Set this to the API key set in the ACP
7api-key: SomeRandomString
8
9# Put your website's URL here. Include http or https (protocol) and format the URL correctly.
10# Do NOT include a trailing slash.
11# Default: http://example.com
12website-url: http://cartelwars.net
13full-friendly-urls-enabled: false
14
15# Set this to a unique server identifier. e.g. factions-1, lobby-5.
16server-name: default
17
18# Options for when a Minecraft account is newly linked to a forum account
19# You can also hook into the event NewLinkedPlayerEvent (see Developer API)
20# Available variables: %username% (Minecraft username), %uuid% (Minecraft player UUID)
21onlink:
22 # The messages to send to the player. This is a string list, so you can define multiple options
23 # Default: []
24 messages:
25 - "MineSync, brought to you by nanocode.io"
26 - "You can set a new message here, like this"
27
28 # The commands to issue.
29 commands:
30 - ""
31
32# Provide value in hours of how much delay you want to leave between syncing new username and group data to XF
33# The next sync will be on their next join, provided they are not in cooldown mode
34# Default: 24 (hours, 1 day)
35player-update-cooldown: 0
36
37# Provide value in minutes on how much delay you want to leave between checking for new links (users that have linked their token
38# to their Minecraft account) -- THIS IS FETCHING RESULTS FROM THE WEBSITE
39# Default: 5 (minutes)
40new-link-check-cooldown: 5
41
42# Provide value in minutes on how often you want to check online players for new links -- THIS IS CHECKING ONLINE PLAYERS FOR FETCHED RESULTS
43# Default: 5 (minutes)
44new-link-cycle-time: 5
45
46# Provide the value to cache keys in the server's internal HashMap cache. Put this in minutes.
47# Set this to the same value as the Invalidate Interval option you set in XenForo or less.
48# Default 1440 (minutes, 1 day)
49link-cache-time: 1440
50
51# DO NOT CHANGE. THIS IS FOR INTERNAL COMPARISONS ONLY
52version: S_2.1.0
53debug: false