Inactive [Mech/Fun]EpicGlass v1.16- Shatter those glass blocks! [1.4.2 R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by Malikk, Apr 3, 2012.

  1. Offline

    Malikk

    xyoends

    ah, thats why I couldnt find the bug, I'd been testing it with the regen command, rather than waiting it out. Associated blocks regen with the command, which is what i use 95% of the time, but it doesnt work if you just wait it out.

    I should have this fixed pretty soon.
     
  2. Offline

    xyoends

    :
    k thx, thats 2 bugs on the list, and counting :D
     
  3. Offline

    limdingwen

    I shall use this once it respects Residence, maybe setting the priority? :p
     
  4. Offline

    Malikk

    Unless residence has a flag to stop arrows from hitting things, I don't think that would fix anything, lol.

    I'm currently working on another plugin to add protection plugin support.
     
  5. Offline

    lambonick927

    Here is a vid me and my friend made:
    It uses this plugin
     
  6. Offline

    Malikk

    How's it coming?
     
  7. Offline

    Sayshal

    Exam week sucks, I've barely started but I'll work on it tonight.
     
  8. Offline

    Malikk

    Oh, lol. I've been out of school for weeks. Feel free to wait until you're finished, I totally understand. My finals were kinda rough too. ha
     
  9. Offline

    DJRiful

    Um... all the download are 1.11, 1.12.x cannot be found anywhere.

    Fail updates, the latest we can download is 1.11...

    1.12 and 1.12.x are missing. Please fix

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  10. Offline

    Malikk

    Feel free to bug the Bukkit Team... There's not a whole lot I can do to get my files approved faster.

    I took down v1.12 because it had a critical bug in it. v1.12.1 was uploaded over 4 hours ago, just waiting for approval

    It's finally been approved.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  11. Offline

    Endon10

    I got a problem. I put the download in the plugins folder but it doesn't show as a plugin on pail or in-game.
     
  12. Offline

    Malikk

    There was an issue, but I've fixed it and reuploaded it.
     
  13. Offline

    UltimateNacho

    Umm, I have three questions:
    1. Can you set configurable damage and break radius for block breaking(e.g. I want people to take more damage when breaking cracked stone than for glass.) for any block type you set by this mod?
    2. Is it possible, (or is there another plugin) that you can have it possible so that you can throw items that are by default, non-throwable? (e.g. bricks, flint, iron and gold ingots)
    3. Do you need SpoutCraft in order to see the sort-of-new fallaway glass effect? (Please say no, I HATE Spout with a passion.)
     
  14. Offline

    Malikk

    1) You can set the damage, but not exactly the radius. You can set the maximum number of blocks that will break.

    2) Not that I know of, but regardless, it would be very difficult for me, if not impossible, to track a a thrown item that isnt actually a projectile.

    3) No, you don't need spout.
     
  15. Offline

    In2ishun

    Hey I am having problems my console is not returning any errors when the plugin loads just when i run or jump the glass does not smash!:eek:
     
  16. Offline

    Malikk

    Just with running? or with falling and arrows as well?
     
  17. Offline

    dark_hunter

    Support for glass plane?
     
  18. Offline

    Malikk

    On the bukkitDev pages section, there's a guide to adding more block types to your config.
     
    dark_hunter likes this.
  19. Offline

    In2ishun

    All does it require more plugins like vault?
     
  20. Offline

    Malikk

    No, there's no dependancies. Tho, the events that trigger breaks can be cancelled by other plugins. Like, falling through glass requires you to take damage, if the damage is cancelled by a plugin, you don't break glass, etc. I doubt that that could be blocking ALL types of breaks, tho, which is why I asked.

    I've really not ever had this not work for someone, I'm not sure what the issue is. Are you getting any errors? Make sure the plugin is even loading correctly.
     
  21. Offline

    CraftMastaaaa

    Heey umm I'm getting a few errors, can you help me? :L When running into glass and jumping on it etc, it doesn't break. On the console it says epicglass generated an exception java.lang.nosuchfielderror: serverconfigurationmanager
    at me.jordan.epicglass.egbreak.shattereffect(egbreak.java:179)
    at me.jorane.epicglass.egbreak.breakblock(egbreak.java:107)
    etc etc
    Help! D: XD
     
  22. Offline

    Malikk

    You're using a 1.2.5 version on 1.3.1... hence, it doesn't work.

    A 1.3.1 compatible version has been uploaded, but not yet approved.
     
  23. Offline

    CraftMastaaaa

    Okay, I thought that would probably be the problem but Oh well :p Thanks I shall be keeping an eye on this page then ;D Thanks for responding so quick! :)
     
  24. Am i doing this right?

    Thanks sincerely for your help.

    Code:
    BreakableBlocks:
      GLASS:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: true
                  HitsTaken: 1
                  ItemsEnabled:
                  - IRON_SHOVEL
              Falling:
                Player: true
                Mob: false
              Sprinting:
                Player: true
              Projectile:
                Arrow:
                  Player: true
                  Mob: false
                  Dispenser: true
                Guns+: true
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 5
              MaxBlocksBroken: 0
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 4
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
      GLASS_PANE:
        Types:
          All:
            BreakType:
              Hitting:
                Player:
                  Enabled: true
                  HitsTaken: 1
                  ItemsEnabled:
                  - IRON_SHOVEL
              Falling:
                Player: true
                Mob: false
              Sprinting:
                Player: true
              Projectile:
                Arrow:
                  Player: true
                  Mob: false
            SetType:
              Material: AIR
              DataValue: 0
            Ranges:
              MinimumFallDistance: 5
              MaxBlocksBroken: 0
            Regeneration:
              Enabled: true
              Chance: 100
              TimeBeforeRegenStarts: 4
            AssociatedBlocks:
            - NONE
            DropsBlocks: false
     
  25. Offline

    Malikk

    GLASS_PANE should be THIN_GLASS. Have a look at the bukkitDev guides ;)

    If you haven't already found it, the new release is up

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  26. Thanks yet again for replying to my stupid question. ;)
    I will not make the same mistake twice!
     
  27. Offline

    CraftMastaaaa

    Thanks, already made a few dramatic entrances in to players' houses haha
     
  28. Offline

    Bengfeen

    epic but its broke on 1.4
     
  29. Offline

    Malikk

    It breaks with every single minecraft update, because I can't use bukkit's api for some of the stuff I need.

    I think i'll have it fixed and released later today.
     
  30. Offline

    Ben Bowden

    Dont worry guys. I just messaged Malikk the fix.

    Your welcome!
     

Share This Page