Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.13 KB

Plugin Messenger - Paper

This plugin was written for my Velocity plugin development tutorial series and designed to be paired with the Plugin Messenger - Velocity plugin. Plugin messaging has been around since Minecraft 1.1, which was released in 2012, over 11 years ago!

It's very simple, it implements two commands:

  1. /broadcast - A broadcast command that works with MiniMessage and sends it to all players on all servers
  2. /creeper - A command that requests creepers be spawned at all players on all servers

It demos the following concepts:

  1. Working with Byte Streams and data outputs/inputs
  2. Plugin Messaging using the default BungeeCord plugin messaging commands
  3. Plugin Messaging using our own custom channels

For more information related to Plugin Messaging, please see the following links

I hope you learned something!

  • Nate (TerrorByte)