Roleplay Chat

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.

Has not been updated

If you have any questions please contact our support team https://support.curseforge.com.

http://dev.bukkit.org/media/images/69/543/Roleplay-Chat.png
Hello guys, today I want to present you my first plugin on bukkit. Roleplay Chat is a light weight chat customization plugin for RPG Servers. You can create new commands like /me, /do, /shout etc. and customize their formatting options. I hope you will find this plugin useful. Let's look at the other cool things:

Features

  • You can add as many chat modes as you want.
  • You can add as many commands as you want for each chat mode.
  • You can change displaynames.
  • Per-world chat system
  • Formating options
  • Permissions support
  • Easy and understandable usage

To Do

  • Prefix and Suffix support for GroupManager and PermissionsEx plugins
  • Improved file system
  • Nickname system
  • World mirroring
  • Vault support(Economy?)

Installation

  • Drag on drop the RoleplayChat.jar into your plugins folder.
  • Start your server.
  • It's done! You can start customization.

Usage

Start your server. Plugin should create folders for each world. You can see generated configuration files at /plugins/RoleplayChat/worldname/chat.yml . Now you can add each chat mode to the configuration files. For detailed information, visit http:dev.bukkit.org/bukkit-plugins/roleplaychat/pages/configuration/

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
default:
  permission: false
  radius: 15
  format: '%prefix%%username%&f: %message%'
  commands: {}

emote:
  permission: false
  radius: 15
  format: '&4[Emote] &c%prefix%%username% &c%message%'
  commands:
    - 'me'

Commands

  • /rc help - Shows help page.
  • /rc reload - Reloads config files. Creates files if not exist. (roleplaychat.reload)
  • /rc spy - Bypass radius check. Shows anything said. (roleplaychat.spy)
  • /rc nick - Shows nickname help page.

Permissions

  • roleplaychat.reload
  • roleplaychat.spy
  • roleplaychat.nick
  • roleplaychat.nick.others
  • roleplaychat.<chatmode> (Ex: roleplaychat.emote, roleplaychat.shout) (Only works if you set permissions true in config for chat mode)

Changelog

  • 1.0 Plugin released.
  • 1.0.1 Fixed "/rc reload" bug
  • 1.0.5 Improved file system, recoded entire plugin, added Prefix and Suffix support for GroupManager and PermissionsEx plugins
  • 1.0.6 Fixed version
  • 1.0.9 Added World mirroring and nickname system. Recoded entire plugin again :)


Source on GitHub!


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files