Default Configuration

tables:
  Players:
    x: 0
    y: 0
    z: 0
    directionX: 1
    directionZ: 1
    keyField: Name
    chests:
      Info:
        fields:
          Name:
            type: POTION_STRING
            bits: 96
            slots: [0, 9, 18, 27, 36, 45]
            default: tempname
          Money:
            type: INTEGER
            bits: 30
            slots: [1, 10, 19, 28, 37]
            default: 50
          Bit1:
            type: BIT
            bits: 6
            slots: [46]
            position: 0
            default: false
          Bit2:
            type: BIT
            bits: 6
            slots: [46]
            position: 1
            default: false
          Bit3:
            type: BIT
            bits: 6
            slots: [46]
            position: 2
            default: false
          Bit4:
            type: BIT
            bits: 6
            slots: [46]
            position: 3
            default: false
          Bit5:
            type: BIT
            bits: 6
            slots: [46]
            position: 4
            default: false
          Bit6:
            type: BIT
            bits: 6
            slots: [46]
            position: 5
            default: false

Comments

Posts Quoted:
Reply
Clear All Quotes