Configuration

Config

# enable debug mode?
debug: false
# options
option:
    clock:
        # display text and time when player exits the minecart?
        arrival: true
        # display text and time when player enters minecart?
        departure: true
        # use ingame times?
        ingame: true
        # use in real life clock?
        real: false
    traveltime:
        # show the time the minecart ride took, in real life time?
        real: false
        # show the time the minecart ride took, in minecraft time?
        ingame: true
    traveldistanse:
        # show number of blocks the minecart have moved?
        real: true
        # show distance between the point the player entered the minecart, and the point of exit?
        air: true
# customize messages
format:
    text:
        custom:
            clock:
                real:
                    arrival:
                        # enable custom message?
                        enabled: false
                        # the text before the information (time, distance etc.)
                        prefix: 'You arrived at '
                        # the text after the information
                        sufix: '. Thank you for choosing Minecart Railways.'
                    departure:
                        enabled: false
                        prefix: 'Welcome to Minecart Railways, the clock is now '
                        sufix: '. Have a nice ride.'
                ingame:
                    arrival:
                        enabled: false
                        prefix: 'You arrived at '
                        sufix: '. Thank you for choosing Minecart Railways.'
                    departure:
                        enabled: false
                        prefix: 'Welcome to Minecart Railways, the clock is now '
                        sufix: '. Have a nice ride.'
            traveltime:
                real:
                    enabled: false
                    prefix: 'The trip took '
                    sufix: '.'
                ingame:
                    enabled: false
                    prefix: 'The trip took '
                    sufix: '.'
            traveldistanse:
                real:
                    enabled: false
                    prefix: 'You have traveled '
                    sufix: ' meters by railroad.'
                air:
                    enabled: false
                    prefix: 'You have traveled '
                    sufix: ' meters in direct line.'
    time:
        # display AM/PM instead of am/pm?
        upperAMPM: false
        # true = 24hour clock, false = am/pm
        24hour: true
        # 0 = short format, 1 = long format, 2 = custom format
        traveltime: 0
        # if traveltime == 2, use those variables
        custom:
            prefix: ''
            sufix: ''
            seperator: ', '
            lastseperator: ' and '
            minutes: ' Minutes'
            second: ' Second'
            hours: ' Hours'
            hour: ' Hour'
            weeks: ' Weeks'
            minute: ' Minute'
            days: ' Days'
            seconds: ' Seconds'
            millisecond: ' Millisecond'
            day: ' Day'
            milliseconds: ' Milliseconds'
            week: ' Week'

Comments

Posts Quoted:
Reply
Clear All Quotes