Skip to content

Server owners

Anarchick edited this page Oct 22, 2024 · 2 revisions

When you download the .zip you will get multiple .jar files. Some are for client mod and the other one for (Paper) server.

Installation:

  1. Download ServerKeyboardBridge this realease contains files for mod and server
  2. Place the plugin jar file in your plugins folder of Paper
  3. Restart the server to create config file
  4. Edit plugins/ServerKeyboardBridge/config.yml

Note

  • This plugin has no effect if not associated with the other dependant plugin using it.
  • If you don't want a specific player to be kicked or received message you can give him the permission "serverkeyboardbridge.bypass.kickPlayerIfNoMod" and "serverkeyboardbridge.bypass.messageIfNoMod"
  • Configuration messages use the MiniMessage format (Web editor)

Q&A

Q. What is the minimum server version ? A. Minecraft 1.20.1+

Q. Does all pressed keys are sent to the server ? A. No! Only configured keys from dependant plugins with a limit of 20 in total.

Q. Does it impact server performance ? A. No. You can run a spark timings to confirm no impact. The impact will be caused by dependant plugins running their own logic after an input key is detected.

Q. Did you plan to support Spigot or Bukkit ? A. No. You have to use Paper or a fork of Paper.

Q. Can I use the AriKeys Plugin with yours ? A. You will have no conflict on the server side, but the client can't have both mods.

Q. Are pressed keys sending when I'm client use programs like Google Chrome ? A. No! Keys are sent only when you are in Minecraft (include GUI) to prevent key logger hack, the Minecraft chat is also not recorded.

Clone this wiki locally