Git Product home page Git Product logo

bungeechatx's Introduction

BungeeChatX

English | 中文

Cross-Server Chat Plugin based on BungeeCord

bStats Data

Plugin Feature

  • √ Minecraft Vanilla Style
  • √ Won't effect message processing plugin on proxied server
  • √ Support Private Chat

How to use

Put jar file into /plugins folder in your Bungeecord server (not proxied server).

Commands

/bcmsg

Aliases:/bctell /msgs /tells
Usage: /bcmsg <PlayerName> <Message>
Description: Private chat across servers

/mention

Aliases: /men
Usage: /mention <PlayerName> <Message>
Description: Mention someone

/bcr

Aliases: /r
Usage: /bcr <on/off>
Description: Enable/disable cross-server message communication

Config File

# Default Config
features:
  # Enable or disable some features
  # If you want to enable, set to true
  # If you want to disable, set to false
  playerJoinMessage: true
  playerLeaveMessage: true
  bannedWords: false
messages:
  # Customsize your own message template
  # You can translate all the messages to your language here
  # Freely to use color code
  playerJoinMessage: '§a§l+ §r%0% joined the server group' # %0% will be replaced by player's name
  playerLeaveMessage: '§8§l- §r%0% left the server group' # %0% will be replaced by player's name
  wrongCommand: '§c§lError: §rWrong command syntax!'
  playerNotFound: '§c§lError: §rPlayer§l %0% §rnot found!' # %0% will be replaced by player's name
  sendBannedWords: 'You can nott send the word [ %0% ], it has been banned by your server operator.' # %0% will be replaced by banned word
  playerRSOn: 'You will receive messages from anywhere.'
  playerRSOff: 'You will only receive messages from your server.'
bannedWords:
  wordList:
  # The words you want to prevent players to send, require to enable bannedWords feature
  - 'Fuck'
  - 'Shit'

bungeechatx's People

Contributors

bcmraycrazy-coder avatar codezhangborui avatar

Stargazers

 avatar  avatar  avatar

bungeechatx's Issues

Error while sending message

[11:02:00 WARN]: Error dispatching event ChatEvent(super=TargetedEvent(sender=gameboll, receiver=net.md_5.bungee.ServerConnection@58746b0c), cancelled=false, message=c) to listener site.hjfunny.bungeechatx.ChatEvent@1201769d
java.lang.NullPointerException: Cannot invoke "net.md_5.bungee.api.connection.Server.getInfo()" because the return value of "net.md_5.bungee.api.connection.ProxiedPlayer.getServer()" is null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.