Yahoo Search Busca da Web

Resultado da Busca

  1. ProtocolLib provides read and write access to the Minecraft protocol for plugins and servers. It supports most Minecraft versions, packet modification, performance optimization and statistics collection.

    • Updates

      ProtocolLib v4.8.0 First, a big shoutout to @derklaro for...

    • ProtocolLib v4.6.0

      HomeResourcesSpigotTools and Utilities. Download Now Via...

    • ProtocolLib v4.4.0

      ProtocolLib v4.4.0. Note to developers: This will be the...

    • Version History

      ProtocolLib 5.2.0. Provides read/write access to the...

    • Reviews

      CPU usage is related to the plugins using ProtocolLib — not...

  2. ProtocolLib is a Java library that provides read and write access to the Minecraft protocol. It supports various versions, features, and events for server development. See the latest releases, changelogs, and contributors on GitHub.

    • ProtocolLib
    • Commands
    • Compatibility
    • Privacy
    • Donating
    • GeneratedCaptionsTabForHeroSec

    ProtocolLib has, for the most part, moved over to Spigot! If you need support, head over there! Certain tasks are impossible to perform with the standard Bukkit API, and may require working with and even modify Minecraft directly. A common technique is to modify incoming and outgoing packets, or inject custom packets into the stream. This is quite ...

    Protocol

    Main administrative command. Supports the following sub-commands: 1. config: Reload the configuration file. 2. check: Check for new versions on BukkitDev. 3. update: Check for new versions and automatically download the JAR. The server must be restarted for this to take effect. 4. timings: Toggle measuring the amount of CPU time spent by each plugin. See herefor more information. 5. listeners: Display what plugins are using ProtocolLib, and the packet types they are intercepting. All of these...

    Packet

    Add or remove a debug packet listener. This is useful for plugin authors who just wants to see when a packet is sent, and with what content. Sub commands: 1. add: Add a packet listener with a given packet ID. 2. remove: Remove one or every packet listener with the given packet IDs. 3. names: Print the name of every given packet ID. Parameters (in order): 1. Connection side: Either client or server. 2. Multiple ID ranges: Can be a single packet ID like 14, or a range like 10 - 15. Defaults to...

    Filter

    The filter system (introduced in 2.4.1) uses the built in JavaScript interpreter in JVM 6 (Rhino) to extend the packet command with filtering capabilities - it is now possible to, say, only print entity metadata packet events (packet add server 40) for a given entity ID: This should be much more convenient than having to compile a test plugin and reload the whole server. Note that this feature is disabled by default for security reasons. To enable it, add "debug: true" to config.yml.

    One of the main goals of this project was to achieve maximum compatibility with Minecraft. And the end result is quite good, it should be resilient against future changes. It's likely that I won't have to update ProtocolLib for anything but bug and performance fixes. How is this possible? It all comes down to reflection in the end. Essentially, no ...

    This plugin uses BStats to generate and publish anonymous aggregate usage statistics, but you can easily opt-out by setting metrics in config.ymlto false. If enabled, the following is sent every ten minutes: 1. Metrics revision version (currently 6). 2. Server's GUID 3. Players currently online (not max player count) 4. Server version string (the s...

    If ProtocolLib has made your life significantly easier or you're feeling particularly generous, consider donating! It's a great way to support the many hours I've spent maintaining this plugin and keeps me motivated. Don't donate if you can't afford it. I would like to thank everyone who has donated to ProtocoLib on BukkitDev. I really appreciate i...

    ProtocolLib is a Bukkit plugin that allows other plugins to modify incoming and outgoing packets, or inject custom packets into the stream. It supports various versions of Minecraft and provides a JavaDoc, a source code, an issue tracker and a support forum.

  3. 22 de abr. de 2023 · ProtocolLib is a library that allows read and write access to the Minecraft protocol for server operators and developers. It supports most Minecraft versions, provides wrappers to simplify packet modification, and has useful links and commands.

  4. A new API. ProtocolLib attempts to solve this problem by providing an event API, much like Bukkit, that allows plugins to monitor, modify, or cancel packets sent and received. But, more importantly, the API also hides all the gritty, obfuscated classes with a simple index based read/write system.

  5. ProtocolLib allows plugins to modify incoming and outgoing packets, or inject custom packets into the stream. It supports Spigot, has a JavaDoc, a source code, an issue tracker and a command system.

  6. 2 de jul. de 2021 · ProtocolLib is a Java library that allows developers to access and modify the Minecraft protocol with Bukkit. The wiki provides documentation, examples, and resources for using ProtocolLib.

  1. As pessoas também buscaram por