Search results

  1. Sheepion

    How can I store an object like ArrayList in the persistent data container?

    I want to write something complex into the persistent data container like my own class or an ArrayList
  2. Sheepion

    Plugin Release CustomPotionAPI - make your own potion

    With this api you can create your own custom effect very easily by implements the CustomPotionEffectType interface and register the type with CustomPotionManager#registerPotionEffectType. There are lots of non-abstract methods in the interface as optional effect behaviors, you can override them...
  3. Sheepion

    Solved How to set the hover event for the Component in adventure api?

    I want to send my item's information to the chat channel so every player in the server can see its name and lore, but I can't understand how to use HoverEvent.ShowItem. I am using paper-api 1.18.1-R0.1-SNAPSHOT.