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