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

TerrorByteTW/PluginMessenger-Paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A very simple plugin demoing Plugin Messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages