Search results

  1. 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...
  2. 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()...
  3. 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...