Project PM is a Private Messaging system Mini-Plugin
This is a test plugin, meaning I didn't really intend it for the public use, the "Mini Plugin" series is for me to play around in both Spigot and Github. Though, feel free to download and test my Plugins! Even if it isn't intended for public use
- Java 17 ☕
- Minecraft 1.18.1👀
-
Create A Server
-
Download Spigot
-
Make a new folder
-
Paste and rename the Spigot file to
spigot.jar
-
Make a new text file and paste in
@echo off java -Xms3G -Xmx3G -jar spigot.jar -nogui pause
-
Save as start.bat and open it
-
Open the newly created file
eula.txt
and change eula to true -
Run start.bat again
-
-
Download the .jar file
-
Paste the jar file into the plugins Folder
-
Run start.bat one more time
You can message people in your server privately!
-
Message anyone who is online
-
Reply to the messages (only once though)
It's simple, but still does the job
Write /message help
for in-game help
/message <player> <message>
is the overall Syntax for messaging
(btw you don't need to write the '<>' symbols I added them just for clarity)
/repy <message>
is how you reply to a message! The Plugin is a smart boi and knows whether or not you have gotten a message from the player you want to reply to
This project is actually a challenge from This Course on Udemy made by Stephen King, all credit for the initial idea goes to him, although I didn't look at the code he wrote and all the code that's located inside this plugin is my original code (except the ColorCode.translate()
I yoinked that, sorry :P)