Minecraft JabBukkit mod 2026 download
logo
minecraft mod JabBukkit

JabBukkit

Game Version: CB 1.2.5-R1.2
Total Downloads: 1,965
Updated: Apr 27, 2012
Created: Apr 22, 2012
Download JabBukkitDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
JabBukkit-0.6.1 beta 963.58 KB Apr 27, 2012 CB 1.2.5-R1.2 631 download JabBukkit JabBukkit-0.6.1 betaDownload
JabBukkit-0.6 beta 963.69 KB Apr 23, 2012 1.2.5 349 download JabBukkit JabBukkit-0.6 betaDownload
JabBukkit-0.5.1b beta 313.10 KB Apr 23, 2012 1.2.5 286 download JabBukkit JabBukkit-0.5.1b betaDownload
JabBukkit-0.5b beta 313.07 KB Apr 23, 2012 1.2.5 317 download JabBukkit JabBukkit-0.5b betaDownload
JabBukkit-0.4b beta 311.91 KB Apr 23, 2012 1.2.5 298 download JabBukkit JabBukkit-0.4b betaDownload
JabBukkit-0.3b alpha 282.37 KB Apr 22, 2012 1.2.5 84 download JabBukkit JabBukkit-0.3b alphaDownload

Description

Share this:

JabBukkit – Chat to XMPP Connector

Description

This Plugin provides an Interface to a Jabber (XMPP) account. Use this it you want to be able to relay all ingame chat to specific users.
It also sends a message on player login or logout.

Download here

Features

  • No multiuser chat
  • Sends an message when player is online/offline
  • Send whole ingame chat to specified users
  • Command to send a message to a single Jabber user
  • Send a message from Jabber chat to a online Player (prefix message with @username)
  • Execute console commands from Jabber chat window if op-user (prefix command with a "\" directly followed by the command)
  • Ability to set XMPP status message
  • Using smack for XMPP connection

Commands

  • /jb – Sends private messages or shows a list of plugin users
  • /jb users – Prints the userlist
  • /jb pm (username or JID) Message – Sends a private message to the specified user
  • /jbadmin – reload plugin and configuration, set status message or add new user
  • /jbadmin reload – Reloads the Server
  • /jbadmin setstatus Your Message Here – sets status message to "Your Message Here"
  • /jbadmin adduser mcuser mcuser@jabber.org – adds player with name mcuser and jid mcuser@jabber.org to config file

Permissions

  • jabbukkit.user – Access /jb command
  • jabbukkit.userlist – Access /jb users command
  • jabbukkit.admin – Access /jbadmin command

Installation

  • copy contetnts of the JabBukkit.jar file to your craftbukkit plugin folder
  • reload / start your server
  • change plugins/JabBukkit/config.yml to fit your needs
  • reload / start your server

Configuration

#Default Configuration File

#XMPP Settings
xmpp:
    server: jabber.org    #Jabber Server
    user: user    #Jabber username without @server.domain
    password: pass
    sasl: true
    port: 5222
    status: 'My Minecraft Server' #Online Status Message
  
#XMPP Users to recieve ingame Chat
users:
- 'user@jabber.org|MinecraftLogin'  #Format like jabber@id.com separated by a "|" and followed by the Minecraft login name

op-users:
- 'user@jabber.org'

messages:
    connect: logged in
    disconnect: logged out

Source & Download

  • GitHub Repository
  • Download Beta build 0.6.1

Comments

Add a comment