Just a simple addon to hook into PurpleIRC and interact with IRC -> Ingame messages.
- Supported Minecraft Versions:
- 1.8, 1.9, 1.10, 1.11
What is IRC?
IRC is a very old but still widely used chat protocol. An example of IRC can be found at https://spigotmc.org/pages/irc. PurpleIRC connects an IRC channel with the ingame minecraft chat.
Example usage:
Something cool you can do with itCode (Skript):
on irc message: broadcast "%irc event message%" broadcast "%irc event permission%" set irc message to "no"
I originally made this for myself, and just decided to release it here for other people to use. It is not meant to be fancy or feature-rich. I don't plan on developing this much further, but if you have a feature request, I will happily look into it.Code (Skript):
on irc message: loop all players: if loop-player has permission "%irc event permission%": if "%irc message%" contains "%name of loop-player%": replace all "%name of loop-player%" with "&l%name of loop-player%&r" in irc message play sound "ENTITY_ARROW_HIT_PLAYER" to loop-player with volume 1 and pitch 1 # requires skellet
The source is on github, feel free to explore and/or fork it.
![]()
You can join the Skript Chat Addon Discord server to chat with me about the addon if you have any questions. Mention @Griffin (This is the most effective way of communicating with me as I will not check this page often).
![]()
PurpleIRC is not my plugin. cnaude has made this wonderful plugin. Click below to view the resource page on SpigotMC.
If you have any questions/problems, please don't be afraid to contact me. Please use hastebin or code blocks for large amounts of code/errors.
Enjoy!
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon PurpleSk 1.6
PurpleIRC integration with Skript
Recent Updates
- Download URL Fix Jun 23, 2022
- Download Link Fix Jan 1, 2019
- IRCMessageEvent is now cancellable Jun 16, 2017