Recent content by allene50

  1. allene50

    Question Updating items in a GUI

    So I have an Inventory that serves as my custom crafting UI but the issue is the my items from the Click event is not changing the inventory I figured out why but how is my question. How do you apply the changes?
  2. allene50

    Question Don't understand Components

    thanks, this helps soo much, this help clear things up for me.
  3. allene50

    Question Don't understand Components

    then when getting a component when you what to compare item names do you use like item.getItemMeta().displayName().ToString()
  4. allene50

    Question How to not allow certain people to use invsee

    I don't think it is possible to do that as OP players have access to ALL commands regardless of permissions.
  5. allene50

    Question Don't understand Components

    I am new to paper development and i want to use the newer chat functions that require Components. is there any way to use them easily to send like "A player has joined!" for example? i tried looking on the java docs but i confused me even more.