Example events

Here are a few example events. When the plugin is done I will explain everything.

Example Event Teleport

    TestEventTeleport:
      '0':
        Type: TELEPORT
        Delay: 2
        ToLocation: SPAWN
      '1':
        Type: TELEPORT
        Delay: 2
        ToLocation:
          World: World One
          X: 100
          Y: 100
          Z: 100

Example Event Fire

    TestEventFire:
      '0':
        Type: FIRE
        Strength: 5
        Delay: 2
        Location:
          World: World One
          X: 100
          Y: 100
          Z: 100

Example Event Explode

    TestEventExplode:
      '0':
        Type: EXPLODE
        Strength: 5
        Delay: 5
        Location: SELF
      '1':
        Type: EXPLODE
        Strength: 5
        Delay: 5
        Location: PLAYER
        Player: pinodeclown
      '2':
        Type: EXPLODE
        Strength: 5
        Delay: 2
        Location:
          World: World One
          X: 100
          Y: 100
          Z: 100

Example Event Spawn Monster

    TestEventSpawnMonster:
      '0':
        Type: SPAWN_MONSTER
        Monster: Cow
        Amount: 5
        Delay: 5
        Location:
          World: World One
          X: 100
          Y: 100
          Z: 100

Example Event Spawn Item

    TestEventSpawnItem:
      '0':
        Type: SPAWN_ITEM
        Item: Coal
        Amount: 1
        Delay: 5
        Location:
          World: World One
          X: 100
          Y: 100
          Z: 100

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes