Jump to content

Help with SimpleImpl


Sqzz

Recommended Posts

Hello. I recently read the SimpleImpl documentation because I need to send information from the server to the client. But there are some things that remain unclear, how to send this package to the client from the server, what is written in the documentation will not work on Spigot/Bukkit

Any idea how to send to the client with Spigot/bukkit?

Minecraft ver: 1.16.5

Sorry for my English

Link to comment
Share on other sites

11 minutes ago, diesieben07 said:

Yes, it will. Both Forge and Spigot/Bukkit use the "custom payload" packets. You just have to send the data in a format that both your mod and the plugin can understand.

Question is: Why not write a server side mod instead of a Bukkit plugin?

I know servers that use bukkit and Spigot, and in general I have known Spigot for a long time, are there ways to use it? 

Link to comment
Share on other sites

7 hours ago, diesieben07 said:

I don't know the Bukkit API. You simply have to send a custom payload packet. Note though that SimpleImpl uses an indexed codec, so every message is prefixed with a byte specifying its ID. You have to send this ID manually when sending from Bukkit.

Where can I go for help? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.