1. 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

  1. PugaBear
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 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 (Skript):
    1. on irc message:
    2.   broadcast "%irc event message%"
    3.   broadcast "%irc event permission%"
    4.   set irc message to "no"
    Something cool you can do with it
    Code (Skript):
    1. on irc message:
    2.     loop all players:
    3.         if loop-player has permission "%irc event permission%":
    4.             if "%irc message%" contains "%name of loop-player%":
    5.                 replace all "%name of loop-player%" with "&l%name of loop-player%&r" in irc message
    6.                 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.

    [​IMG]

    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).

    [​IMG]


    PurpleIRC is not my plugin. cnaude has made this wonderful plugin. Click below to view the resource page on SpigotMC.

    [​IMG]

    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!