Inactive [MECH] SilkierTouch v1.7.1 - Now with more blocks! [1.2.3-R0.1/R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by Fyre, Jan 16, 2012.

  1. Offline

    PikminFreak1000000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I have quite a bit of block suggestions to add, and I just tested all of these, and they do not normally work:
    Farmland (60)
    Snow (78)
    Snow Block (80)
    Boat (333)
    Double Slabs (43)
    Glass Panes (102)
    Silverfish Stone (97)
    Glass (20)
    Cake (354)

    It's quite a bit, but they're just suggestions. :)
    efstajas, Ragful Bean and Fyre like this.
  2. Offline

    KodekPL

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So I made modification in your plugin and add glass block. It would be cool if you publish source code, but I get it without it ;) Don't be mad :D
    Link - SilkToucher with Glass
  3. Offline

    SeaborgiumMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I made a little fan video, I really like this plugin. :D You did a good job with it, as simple as it is.
  4. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    :D Yay! I love these. Embedded.
  5. Offline

    redseamonster123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please add Ice and Glass to the features list
  6. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ice is already there, the newest version includes glass and some other blocks. It's set to be released... about 2 minutes from now.
  7. Offline

    SeaborgiumMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you! I appreciate all the help I can get with my youtube channel :)
  8. Offline

    MarioG1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hi,
    Mob spawner persistence is still not working.
    Can you fix this please.
  9. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Working on it.
  10. Offline

    Ragful Bean

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Awesome plugin :D

    Could it work with vines?:)

    This post has been edited 1 time. It was last edited by Ragful Bean Mar 12, 2012.
  11. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You don't need silk touch, you can pick up vines with shears.
    Ragful Bean likes this.
  12. Offline

    TheMightyAmbross

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    tryed disabling everything but spawners and ice can still be picked up as well as everything else?
  13. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Are you an OP on your server?

    This post has been edited 2 times. It was last edited by Fyre Mar 13, 2012.
  14. Offline

    erdrickk

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Mob spawner persistence is still not working even after 1.7.1
  15. Offline

    tinypillow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    1.7 worked fine, but now I get these with 1.7.1? :(

    When mining spawner:

    Code:
    2012-03-13 04:38:31 [SEVERE] Could not pass event BlockBreakEvent to SilkierTouch
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
        at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:218)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:173)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:626)
        at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassCastException
    When placing spawner :

    Code:
    2012-03-13 04:38:29 [SEVERE] Could not pass event BlockPlaceEvent to SilkierTouch
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
        at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:71)
        at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:301)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:722)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlock cannot be cast to org.bukkit.block.CreatureSpawner
        at meh.fyre.frenzik.TheBlockListener.onBlockPlace(TheBlockListener.java:26)
        at sun.reflect.GeneratedMethodAccessor219.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
        ... 14 more
    Config:

    Code:
    IceCreatesWater: false
    DropSpawners: true
    DropIce: true
    DropFire: false
    PersistSpawners: true
    DropSilverfishStone: false
    DropSoil: true
    DropSnowSlab: true
    DropSnowBlock: true
    DropGlass: true
    DropGlassPanes: true

    This post has been edited 1 time. It was last edited by tinypillow Mar 13, 2012.
  16. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ah, I see, looks like an issue with bukkit interacting with craftbukkit. I'll have to find some alternative methods.
  17. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've released a patched version of 1.7.1 which ACTUALLY fixes it this time. Though if at this point you don't believe me I wouldn't be suprised. Just download 1.7.1 again from the main download link and you'll get the fixed version.
  18. Offline

    fonkfader

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i've no more errors on log when broking a spawner with the patched 1.7.1 but the spawners are not persistent (pig spawner when putting down)
  19. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    :'(
  20. Offline

    finamenon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Same here. No persistency with spawners.
  21. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'll have to do some more work, gotta finally get this fixed.
  22. Offline

    JustinFatalx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I see that players are reporting the persistence still isn't fixed. I'm also having this issue wasn't sure if it was just because I was using /spawner command to change them tho.
  23. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I'm fairly certain it's just broken, I'm gonna test this next version to death before I release it.
  24. Offline

    SeaborgiumMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Do you plan on adding any more blocks to the plugin?
  25. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Definitely. And I'm taking suggestions.
  26. Offline

    jedediahp

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Any news on a new update with persistence fixed? Just wondering

    This post has been edited 1 time. It was last edited by jedediahp Mar 26, 2012.
  27. Offline

    iamluckey

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i have a few suggestions. spiderweb, ender portal block, nether portal block, dragon egg, ender crystal plus the ones already mentioned by PikminFreak1000000
  28. Offline

    Fyre

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Dragon eggs can be picked up in vanilla, and ender crystal isn't a block, it's an entity, so you can't have it in your inventory. Ender portal and nether portal are a possibility though.
  29. Offline

    mushroomhostage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    For capturing ender crystals, perhaps you could use a spawn egg with the corresponding entity id (but Bukkit will block spawning it by default so you may have to handle it yourself).

    Other suggestions: crop block, pumpkin/melon stem, cake block, sugarcane block, netherwart block (preserving data)
    Fyre likes this.
  30. Offline

    trout1212

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    1.2.5? Or is it compatible?

Share This Page