Resource icon

Addon PurpleSk 1.6

  • 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!

Supported Minecraft Versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
Just a simple addon to hook into PurpleIRC and interact with IRC -> Ingame messages.

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:
code_language.skript:
on irc message:
  broadcast "%irc event message%"
  broadcast "%irc event permission%"
  set irc message to "no"

Something cool you can do with it
code_language.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

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.

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!
Author
PugaBear
Downloads
11,973
Views
11,973
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. Download URL Fix

    This is an update posted by skUnity updating the download URL of the resource to a version...
  2. Download Link Fix

    Download Link Fix
  3. IRCMessageEvent is now cancellable

    Make sure you grab the most recent version of PurpleIRC. Just use 'cancel event'