-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration Guide
Raúl edited this page Nov 22, 2019
·
3 revisions
This is the current configuration file as of Nov. 22nd
# MAIN CONFIG FILE FOR ACCURATEREADINGS
# DO NOT forget ANY of the parameters, or may result in a server crash.
# For more information, please read the wiki:
# https://www.github.com/BetTD/AccurateReadings/wiki/ (not yet made)
# What's the Pterodactyl panel URL? (this option is currently disabled, sorry!)
panelUrl: "https://control.sparkedhost.us/" # Did you know? Sparked Host LLC has the best prices, with Budget Minecraft Hosting starting at $1/GB. Enough spam, sorry!
# Generate the API key on your control panel.
apiKey: "CHANGETHIS"
# The server ID to monitor
serverId: ""
# Should the plugin add the restart feature? DEFAULT: false
enableRestartCmd: false
messages:
# Will be displayed when the command sender does not have the required permission.
no-permission: "&cYou do not have permission to execute this command."The URL to the control panel. It is where you would control your server normally. Please refer to the Installation Guide [to-do] in order to find it.
This is the API key, you will need to generate that on the control panel URL specified above.
The ID of the server you want to control. Ideally, this should be the same server you've installed the plugin on, otherwise you will get very inaccurate readings as they would not be the resource usage from the server you would have executed the command from.
AccurateReadings Wiki