Change Skin

Discussion in 'Plugin Development' started by spacemoehre, Aug 18, 2014.

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

    spacemoehre

    I want to change the Skin of my Chest c, but i don't know how.
     
  2. Offline

    DinosParkour

  3. You cannot change the texture (not skin :p) of a chest, because Bukkit is a server side API. That means that you cannot modify a minecraft client - player of your server - but you can only modify the behavior of the existing client features. If you still need this modification, you can check out SpoutCraft (but I have no further knowledge of that).
     
  4. Offline

    fireblast709

    spacemoehre the most you can do is suggesting a resource pack.
     
  5. Offline

    spacemoehre

    But can i make a block Act like a chest?
     
  6. Offline

    DinosParkour

    spacemoehre
    PlayerInteractEvent
    if action is right click block
    if clicked block is [whatever]
    open inventory
     
  7. Offline

    spacemoehre

    i have problems to change my chest to a block. There is a NullPointerException at lin: 'c.setType(c.getBlockInventory().getItem(0).getType());'
     
Thread Status:
Not open for further replies.

Share This Page