TheCalypso

Results 19 comments of TheCalypso

Hello, Indeed what prevents me from using this plugin on my server is that there is no restriction. For example with the PlotSquared plugin, players each have their own plot,...

Hello, I have the same problem as you with packet 78. Here is the error ![image](https://user-images.githubusercontent.com/33781244/212538890-d2288bd7-f79c-4d6e-84b7-f2644cdbf3f2.png) Here is the code associated with my error. In this method, if the mirror...

Hello, I am in the process of updating my NPC plugin. I also make Fake players appear on my map. Before I used NAMED_ENTITY_SPAWN and apparently I have to use...

Hi, I still haven't found a solution to this problem. If anyone can help me I would be very grateful.

Hello, could you try using the last version of Protocolibs at https://ci.dmulloy2.net/job/ProtocolLib//lastBuild/ ?

Hello, could you try using the last version of Protocolibs at https://ci.dmulloy2.net/job/ProtocolLib//lastBuild/ ?

Hello, For exemple from my function : ```JAVA public static PacketContainer createPacketNES(UUID uuid, int entityID, Location location) { PacketContainer nesPacket = new PacketContainer(PacketType.Play.Server.SPAWN_ENTITY); nesPacket.getModifier().writeDefaults(); var spawnPacketModifier = nesPacket.getModifier(); // to...

From my issue #2856 By following the documentation that you can find here: https://wiki.vg/Protocol#Spawn_Entity it seems that index 2 is now a VarInt corresponding to https://wiki.vg/Entity_metadata#Player.

Hello, I still have the problem. I did not find a way to solve my problem unfortunately :(