BasicMessage

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

BasicMessage

Description

what is BasicMessage ? its quite configurable and basicmessage consists join and quit message you may replace all words if the player said a message like test and you may replace it to * you may use minecraft color code lets go to features and more info

Feautures

  • Set player's msg to other message ( Configurable )
  • Set the join message ingame or in config
  • Set the quit message ingame or in config
  • /broadcast <msg> quite configurable for format
  • Highly support of author
  • ChatColor
  • more

Commands

commands:
  /setquit:
    description: set quit message for global players
    aliases: /sq
  /setjoin:
    description: set join message for global players
    aliases: /sj
  /broadcast:
    description: broadcast a message
    aliases: /bcast and /shout
  /basicmessage:
    description: main command for this plugin
    aliases: /bm

Permissions

permissions:
# -------------------------------------------- #
# THE REAL NODES
# -------------------------------------------- #
  BasicMessage.command: {description: for /bm or /basicmessage its the base command, defalt: false}
  BasicMessage.reload: {description: able to use /bm reload, default: false}
  BasicMessage.broadcast: {description: able to use /broadcast or /bcast or /shout, default: false}
  BasicMessage.setjoin: {description: able to use /setjoin <msg>, default: false}
  BasicMessage.setquit: {description: able to use /setquit <msg>, default: false}
# -------------------------------------------- #
# Permission Trees
# -------------------------------------------- #
  BasicMessage.*:
    default: false
    children:
      BasicMessage.setquit: true
      BasicMessage.setjoin: true
      BasicMessage.broadcast: true
      BasicMessage.reload: true
      BasicMessage.command: true

Config

Messages:
  # If they used the command /broadcast then what is the broadcast format ?
  broadcast: '&8[&cBroadcast&8] <player> <msg>'

  # Join Settings
  Join:
    # Is the join event messaging is enabled or not ?
    Enabled: true

    # If its enabled what was the join message ?
    Message: '&bWelcome back &6<player>'

  # Quit Settings
  Quit:

    # Is the quit event messaging is enabled or not ?
    Enabled: true

    # If its enabled what was the quit message ?
    Message: '&bPlayer &6<player> &bleft the game'

  # If they enter to bed what message you want to send to them ? leave it blank if none
  EnterBed: '&bSweet dream &6<player>'

# Chat Settings
Chat:

  # They chatted the word fuck what you want to do ?
  fuck:
    # Send a player a message ?
    sendplayer: false

    # If you want to send them a message whats the message ?
    message: '&bDont use that sort of a language'

    # Replacing the message ?
    replacemessage: true

    # What is the replacement ?
    replacement: '****'

    # Command after they chat the word fuck ?
    command: false

    # If its enabled whats the command to dispatch ?
    dispatchcommand: 'warn <player> inappropriate language'


  # Add more words
  add your words here:
    sendplayer: true
    message: '&badd it at config'
    replacemessage: false
    replacement: '*** **** ***** ****'
    command: false
    dispatchcommand: 'warn <player> inappropriate language'

  # Thanks for using it
  I hate this server:
    sendplayer: false
    message: '&bDont use that sort of a language'
    replacemessage: true
    replacement: '&aI really loved this server'
    command: false
    dispatchcommand: 'warn <player> inappropriate language'


  # Enjoy The plugin
  ban me:
    sendplayer: false
    message: '&bDont use that sort of a language'
    replacemessage: false
    replacement: '&aI really loved this server'
    command: false
    dispatchcommand: 'ban <player> banned'

Installation

  1. at first you need to install the plugin MaxCore go to the link : https://www.spigotmc.org/resources/maxcore.10109/ for more info
  2. download .jar file here
  3. boot the plugin or the server
  4. enjoy using it

Future Update

  • Adding /bm addword <word>
  • Adding & color code at chat .

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    94053
  • Created
    Aug 4, 2015
  • Last Released File
    Aug 4, 2015
  • Total Downloads
    313
  • License

Categories

Members

Recent Files