Everything stopped working (ver.2) #40


  • New
  • Defect
Open
Assigned to _ForgeUser8345480
  • _ForgeUser9289611 created this issue Aug 11, 2012

    **What steps will reproduce the problem?
    1. After downloading newest EpicGlass plugin it stopped working.
    2.
    3.

    What is the expected output? What do you see instead?
    Materials should break shooted by arrows, when I sprint on them, or if I will fall on them from some height.
    Nothing happens,

    What versions EpicGlass and Craftbukkit are you using?
    CB 1.3.1-R1.0
    EpicGlass1.14

    Do you have an error log of what happened?
    Nope

    If you think it could be a config related issue, please post a pastebin link to your config file.

    #
    #  EpicGlass v1.14 by Malikk
    #
    #  For help with your config file, please see the BukkitDev page
    #
    WorldsEnabled:
      world: true
      world_nether: true
      world_the_end: true
      Eljudne2: true
      world_nordic: true
      Skylia: true
      Anizaria: true
      Arkon: true
      Arkon2: true
      Arkon 2: true
    BlocksAffectedByBreaks:
      Signs: false
      Torches: false
      Vines: false
      Water: true
      Lava: true
    Damage:
      Sprinting: 1.5
      Falling: -4
    BreakableBlocks:
      GLASS:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: false
                  HitsTaken: 1
                  ItemsEnabled:
                  - STONE_TOOLS
              Falling:
                Player: true
                Mob: true
              Sprinting:
                Player: false
              Projectile:
                Arrow:
                  Player: true
                  Mob: true
                  Dispenser: true
                Guns+: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 7
              MaxBlocksBroken: 2
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 60
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
      LEAVES:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: false
                  HitsTaken: 1
                  ItemsEnabled:
                  - STONE_TOOLS
              Falling:
                Player: true
                Mob: true
              Sprinting:
                Player: false
              Projectile:
                Arrow:
                  Player: false
                  Mob: false
                  Dispenser: false
                Guns+: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 8
              MaxBlocksBroken: 3
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 60
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
      THIN_GLASS:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: true
                  HitsTaken: 1
                  ItemsEnabled:
                  - STONE_TOOLS
              Falling:
                Player: true
                Mob: true
              Sprinting:
                Player: true
              Projectile:
                Arrow:
                  Player: true
                  Mob: true
                  Dispenser: true
                Guns+: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 2
              MaxBlocksBroken: 7
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 60
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
      FENCE:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: false
                  HitsTaken: 1
                  ItemsEnabled:
                  - STONE_TOOLS
              Falling:
                Player: true
                Mob: true
              Sprinting:
                Player: false
              Projectile:
                Arrow:
                  Player: false
                  Mob: false
                  Dispenser: false
                Guns+: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 15
              MaxBlocksBroken: 2
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 60
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
      SLAB:
        Types:
          '126':
            BreakType:
              Hitting:
                Player:
                  Enabled: false
                  HitsTaken: 1
                  ItemsEnabled:
                  - STONE_TOOLS
              Falling:
                Player: true
                Mob: true
              Sprinting:
                Player: false
              Projectile:
                Arrow:
                  Player: false
                  Mob: false
                  Dispenser: false
                Guns+: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 15
              MaxBlocksBroken: 2
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 60
            AssociatedBlocks:
            - NONE
            DropsBlocks: false

    Please provide any additional information below.**

  • _ForgeUser9289611 added the tags New Defect Aug 11, 2012
  • _ForgeUser8345480 posted a comment Aug 11, 2012

    Check and make sure that the plugin is in fact enabling correctly. (Check your server console on startup)

    If it is, try running it with a fresh config and let me know what happens.

    If that doesn't fix it, try running it on a fresh server.

    If you're not getting any errors there's not a whole lot I can do, considering you are the only person having a problem.

  • _ForgeUser9289611 posted a comment Aug 12, 2012

    Error occured while enabling EpicGlass (When i start server).

    Screenshoot: Errror


    Edited Aug 12, 2012
  • _ForgeUser8345480 posted a comment Aug 12, 2012

    @Byamarro: Go

    I really need the ENTIRE log... Please just copy and paste it.


To post a comment, please login or register a new account.