INFO.txt
INFO.txt
- Configuration Guide for the Broadcaster "config.yml" file
# Section 1 || Examples of turning an engine on / off #
Correct way(s) to turn an engine on / off: (In config.yml) ENGINE1:
enabled: true
ENGINE1:
enabled: false
true == on, false == off.
Incorrect way(s) to turn an engine on / off: (In config.yml) ENGINE1:
enabled:true
ENGINE1:
enabled: tRuE
ENGINE1:
enabled: off
ENGINE1:
enabled: disable
etc..
# Section 2 || Changing the speed / interval of an engine #
Correct way(s) to change the speed / interval: (In config.yml) ENGINE1:
enabled:false
interval: 5
ENGINE1:
enabled:false
interval: 100
ENGINE1:
enabled:false
interval: 9999999 (LARGER NUMBERS LIKE THOSE ARE NOT SUGGESTED!)
Incorrect way(s) to change the speed / delay: (In config.yml) ENGINE1:
enabled:false
interval: five
ENGINE1:
enabled:false
interval:100
ENGINE1:
enabled:false
interval: 100
ENGINE1:
enabled:false
interval: 50 * 2
ENGINE1:
enabled:false
interval: 3.14
etc..
# Section 3 || Changing the interval and delay types #
When changing the interval and delay types, there are four fields that will work.
These fields are not case-sensitive but it is suggested to use all capitals.
Four fields (Strings): "MILLISECONDS" - equivilent to 1 millisecond. "SECONDS" - equivilent to 1 second. "MINUTES" - equivilent to 1 minute. "HOURS" - equivilent to 1 hour.
# LIST OF COMMANDS #
/bcinfo - Lists all the current broadcasters running; if there aren't any, it will say there are no broadcasters running.
/bcreload - Reloads the Broadcaster plug-in only, it will refresh anything within the plug-in and will re-create missing / corrupted files.
/bctoggle [on/off/disable(d)] <broadcaster #> - Availible toggle modes are: on, off, disable (d).
List of broadcasters: (NOT CASE-SENSITIVE)
1, 2, 3, 4; one, two, three, four.
Need help? Please make a post here on the main plug-in page: "http://dev.bukkit.org/server-mods/broadcast-easier/" Copyrights (c) PragmaticObject 2013
Comments