Recent content by Lexize

  1. Lexize

    Solved How can i send packet to a player?

    Mah... That's sad :( Well, i try this method. Thank you for help.
  2. Lexize

    Solved How can i send packet to a player?

    I tried to use NMS with paperweight, i dont figure out how to use that with maven or gradle
  3. Lexize

    Solved How can i send packet to a player?

    I need to send a PacketPlayOutEntityEffect to a player. I tried four ways: Sending packet trough ProtocolLib Sending packet trough NMS Sending packet trough PacketEvents And sending packet trought player.sendPluginMessage() No one of above doesn't work Here's my current code. public static void...
  4. Lexize

    Solved How can i check PersistentDataContainer data in optifine?

    Okay This will be easy I just place \ before : and it works. Thank you for help.
  5. Lexize

    Solved How can i check PersistentDataContainer data in optifine?

    Well... I tried to do something like that in optifine nbt.PublicBukkitValues.ultraviolence:settingsMenu = yep But this doesn't work. I think this is caused by ":", but i dont know how to remove that...
  6. Lexize

    Solved How can i check PersistentDataContainer data in optifine?

    Yes, tag is sent to the client. But as i saw, persistent data stores not in just PublicBukkitValues, not in the tag.PublicBukkitValues. Thank you for the help!
  7. Lexize

    Solved How can i check PersistentDataContainer data in optifine?

    Oh, thank you! I gonna try this right now.
  8. Lexize

    Solved How can i check PersistentDataContainer data in optifine?

    Hi guys. I make an RPG server with a lot of items And assign a texture with custom model data is little uncomfortable. I know that PersistentDataContainer paste tags in "tag.PublicBukkitValues" For example, i creating "settingsMenu" tag menuMeta.getPersistentDataContainer()...
  9. Lexize

    Solved How can i load listener from .class file?

    Oh, sorry guys. I already solved my problem, but i forget to write about it there. Sorry. About how do i solve my problem I just make my custom class with OnCustomEvent() method.
  10. Lexize

    Solved How can i load listener from .class file?

    Hello guys. Im newbie at java, and i really have no idea why i getting that error. [15:29:32 WARN]: Unexpected exception while parsing console command "event setClass Parkour" org.bukkit.command.CommandException: Unhandled exception executing command 'event' in plugin Demorgan v1.2-SNAPSHOT...