Plugin 1.7.9->1.8.7

Discussion in 'Plugin Development' started by To175, Oct 29, 2015.

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

    timtower Administrator Administrator Moderator

    @To175 And please make a screenshot instead, and you don't need spigot if you have bukkit already, and what bukkit is that?
     
  2. Offline

    To175

    I'm using Bukkit 1.8.8 that I have created with buildtools

    I can't screenshot the hover ... When I hover I have "CraftWorld cannot be resolved to a type" and that's all !
     
  3. Offline

    timtower Administrator Administrator Moderator

    @To175 Is that the Bukkit jar or the CraftBukkit jar? There is a big difference.
     
  4. Offline

    To175

    I have put the craftbukkit jar as you said instead of the bukkit one yes.
     
  5. Offline

    timtower Administrator Administrator Moderator

    @To175 Could you still screenshot your build path?
    And expand the problems tab when using eclipse and screenshot that as well please.
     
  6. Offline

    To175

  7. Offline

    Zombie_Striker

    May I jump in?

    How are you getting the CraftWorld instance? Unless you need to cast an object, you can work around imports.
     
  8. Offline

    teej107

    Wait.... can you explain this again so I can understand what you are doing? AFAIK, you do not need CraftBukkit at all for this. Just use the Bukkit API. Blocks implements Metadatable which allows you to store metadata with the block.
     
  9. Offline

    CoolDude53

    @teej107 He needs nms to rename the chest inventory itself without creating a fake inventory with a custom name. I don't think you can do that with Metadatable.
     
  10. Offline

    Scimiguy

    I thought custom named chest inventories was supported by vanilla as is?
     
  11. Offline

    teej107

    If that is the case then NMS could be a way to go. However you can avoid problems by just copying over the inventory to a newly created one.


    @Scimiguy It is. You just can't rename them.
     
  12. Offline

    To175

    Answers :
     
Thread Status:
Not open for further replies.

Share This Page