Config

Main · Video tutorials · Config · Commands · Source · To do list · Changelog

Default config.yml

enableVersionOnStartChecking: true
enableNewerVersionWarning: true
runAfterCreation: false
generatorAccuracy: 2000 #in milliseconds
generateForEachPlayerSeparately: false
protectClocks: false
checkUpdateInDaysEvery: 7
height: 5
width: 3
num0: "1,1,1,1,1;1,0,0,0,1;1,1,1,1,1"
num1: "0,1,0,0,1;1,1,1,1,1;0,0,0,0,1"
num2: "1,0,1,1,1;1,0,1,0,1;1,1,1,0,1"
num3: "1,0,1,0,1;1,0,1,0,1;1,1,1,1,1"
num4: "1,1,1,0,0;0,0,1,0,0;1,1,1,1,1"
num5: "1,1,1,0,1;1,0,1,0,1;1,0,1,1,1"
num6: "1,1,1,1,1;1,0,1,0,1;1,0,1,1,1"
num7: "1,0,0,0,0;1,0,0,0,0;1,1,1,1,1"
num8: "1,1,1,1,1;1,0,1,0,1;1,1,1,1,1"
num9: "1,1,1,0,1;1,0,1,0,1;1,1,1,1,1"
num10: "0,0,0,0,0;0,1,0,1,0;0,0,0,0,0" #char colon '_:_'
num11: "0,1,1,1,1;1,0,1,0,0;0,1,1,1,1" #letter 'A'
num12: "1,1,1,1,1;1,0,1,0,0;0,1,0,0,0" #letter 'P'
num13: "0,1,1,1,1;0,0,1,0,0;0,1,1,1,1" #letter 'M'
VariableValueDescription
enableVersionOnStartCheckingtrue/falseIf true, plugin will check its version on each start
enableNewerVersionWarningtrue/falseIf true, plugin will warn you if there is a newer version
runAfterCreationtrue/falseIf true, created clock will run automatically, run command is not needed
generatorAccuracya numberSays how accurate will your clocks be
generateForEachPlayerSeparatelytrue/falseIf true, each player is able too see real time of his timezone (determined by IP)
protectClockstrue/falseIf true, all blocks in clocks are protected from damage and item drops
checkUpdateInDaysEverya numberSays how often will the plugin check its version
widtha numberWidth of chars in the clock
heighta numberHeight of chars in the clock
num<0-13>specific formatLook of chars in the clock

Setting the look for numbers

Let's say the clock looks like this:

Simplified clocks



This image explains you the point:
http://dev.bukkit.org/media/images/48/128/number-one.png
This is number one, you can set all numbers (and the colon ":" and the letters "A", "M" and "P") like this in config.yml file.

If you just want bigger numbers, set height and width and then rewrite ones and zeros for that numbers.
E.g. you can set number's width to 5 and height to 7 and than write zeros and ones same way as it is represented at the image above.
http://dev.bukkit.org/media/images/51/678/bigger-numbers.png