Untitled

 avatar
unknown
plain_text
2 years ago
1.9 kB
8
Indexable
settings:
  defaultscene:
    nopermission: mainmenu
  dithering: false
  global: true
  advancedpalette: true
  resetonradiusexit: true
scenes:
  mainmenu:
    objectmm1:
      type: image
      image: background3.jpg
      width: 650
      height: 400
      refresh: false
    objectmm2:
      type: image
      image: button1.png
      width: 150
      height: 150
      x: 220
      y: 130
      refresh: false
      children:
        commandbuttonmm1:
          type: button
          width: 150
          height: 150
          invisible: true
          onclick:
            switchscenemm1:
              type: switchscene
              scene: option2
  option2:
    op2ob1:
      type: image
      image: background3.jpg
      width: 650
      height: 400
      refresh: false
    op2ob2:
      type: image
      image: sheep.png
      x: 120
      y: 250
      width: 250
      height: 120
      children:
        zeepbaah1:
          type: button
          width: 120
          height: 250
          invisible: true
          onclick:
            baah:
              type: command
              command: 'message %player_name% baah'
              executefromconsole: false
    op2ob3:
      type: image
      image: back.png
      width: 50
      height: 50
      x: 50
      y: 50
      children:
        back1op1:
          type: button
          width: 50
          height: 50
          onclick:
            op3back2:
              type: switchscene
              scene: mainmenu
displays:
  default:
    invisible: false
    glow: true
    distance: 30.0
    world: world
    direction: west
    down: down
    firstlocation:
      x: 39.0
      y: 126.0
      z: 17.0
    secondlocation:
      x: 39.0
      y: 128.0
      z: 21.0
internal:
  pluginversion: '18.6'
Editor is loading...