Configuration

Commands & Permissions Configuration


Important

  • This is only a SAMPLE Configuration file.

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    debug-mode: 'false'
    color-logs: 'true'
    look-at-radius: 5.0
    look-at-delay: 3
    skin-mobs-radius: 50.0
    skin-mobs-delay: 20
    npcs:
      '0':
        name: Sheep
        world: Survival
        x: -158.56931992187347
        y: 63.0
        z: 314.97261547280107
        mobtype: sheep
        message:
          radius: 10.0
          say: <{npc}> Hi there!
      '1':
        name: Blaze
        world: Survival
        x: -153.5511304636238
        y: 63.0
        z: 310.56099245569516
        mobtype: blaze
        message:
          radius: 5.0
          say: <{npc}> Hello, {name}!
      '2':
        name: Villager
        world: Survival
        x: -157.3600164032041
        y: 63.0
        z: 312.8456444355368
        mobtype: villager
        message:
          radius: 5.0
          say: <{npc}> Hi, {dispname}! You are currently in {world}. My name is {npc}.
      '3':
        name: Notch
        world: Survival
        x: -350.96856708787715
        y: 76.0
        z: 1207.8694005774263
        armor:
          boots: 313
          leggings: 312
          chestplate: 311
          helmet: 310
        in-hand: 276
        message:
          radius: 8.0
          say: <{npc}> Well, hello there, {dispname}!
    

Comments

Posts Quoted:
Reply
Clear All Quotes