How can i get silkspawners in my plugin

Discussion in 'Plugin Development' started by KoalaOnCaffeine, Aug 23, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    KoalaOnCaffeine

    basically im trying to recode mergedspawners. but i dont know how to do it so when i place a spawner, it changes:
    A) Spawn amount
    B) When it is broken how to give the right one.
    i hope you understand what i mean
     
  2. Offline

    Zombie_Striker

    @KoalaOnCaffeine
    Why not just download mergespawners? If you need to recode it yourself, why not just decompile it to see how they do it?
     
  3. Offline

    KoalaOnCaffeine

    Thats just cheap (doing it not the plugin) and I want the experience and knowledge. + i dont think id understand it
     
  4. You need to store the Spawner Location with all corresponding Data somewhere (prefered a Database).
    And you need to listen on the right Events (like BlockBreakEvent)
     
Thread Status:
Not open for further replies.

Share This Page