Giter VIP home page Giter VIP logo

chatsuite's People

Contributors

krinsdeath avatar timothyekl avatar wolvereness avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

chatsuite's Issues

Multiverse world aliasing

The plugin hooks into Multiverse to automatically detect any aliases you've set up for your worlds, instead of using those ugly and bulky underscored names (world_nether?). It also migrates colors, and can be configured to your taste.

User defined channels

Through the use of /cs create (channel), /cscreate (channel) or /csc (channel), users will be able to create (and automatically join) their own chat channels, and invite their friends to have private group conversations.

The ability to create these channels is allocatable via permissions, but defaults to ops only.

CI

How come ChatSuite is disabled (and has been for a long time) on the Multiverse Jenkins? If I want the latest changes, do I have to download and compile it myself now?

Also, as an aside, you should add ChatSuite to dev.bukkit.org! It's a lot better than most of the chat plugins on there.

Users cannot see any chat

Whenever players leave and re-enter, they cannot see any chat. Reloading fixes the issue, but is a pain.
Players can see the chat normally when they first join.

Unexpected behaviour when determining group membership of ops

With op_fallback set to false, and assuming a group called "foo":

Chatsuite determines if a player is a member of group "foo" by checking the permission nodes chatsuite.groups.foo and group.foo. chatsuite.groups.foo is registered by chatsuite and defaulted to false; group.foo is not, and the default for an unknown permission is that it returns true for ops. Thus ops will appear to be in group foo unless the group.foo permission is explicitly negated.

Formats

Formats don't seem to be working, I'm trying to get rid of the channel name (I only want one channel) and no matter if I use the global format or the group-specific format option in config.yml it doesn't seem to have any effect.

[Removed]

Dont know how (or if) you can delete these. Issue isnt really relevant anymore.

Comprehensive command system, with verbose menus and helpers

Via the use of the basic command /cs (or /cs help), your users should be able to understand the ins (and outs) of this plugin with relative ease. The commands will be documented well, and will include a localization file from which it draws its messages, meaning you (the admin) can customize the messages or translate them to new languages.

Toggleable AFK status and messages

By typing /cs afk (message), /csafk (message) or /csa (message), users can toggle their AFK status. Server admins can enable or disable the ability to set a custom away message, or enable or disable that user's auto-responder via flags in the configuration file.

Public API

Not yet fully done, but so far the public API should be very simple and very powerful. ChatSuite will attempt to be the last plugin to modify an event (through Priority.Highest). By using the methods provided (getFormat() and setFormat()), any plugin developer should be able to inject changes to the format with little difficulty, and through resetFormat(), change them back to their defaults.

Feature request: add timestamps to chat

I run a very quiet server where people can sometimes be idling for hours, and my users have requested timestamps in chat

http://img.127001.org/img/2013-06-04_14.19.47.png

The timestamp in the screenshot was obtained with

new SimpleDateFormat("HH:mm").format(new Date());

I could send a PR, but I'm not sure whether you'd want to cache the SimpleDateFormat object rather than create it anew each time, or what token you'd want to use for the timestamp (%time breaks the single-letter-is-abbreviation-of-longer-word convention you have)

Using %fn causes an exception.

Using the %fn modifier causes this error. When I instead use%n everything works perfectly. I have yet to try %dn but I have a feeling it will work.

Probably relevant: I don't have any prefixes/suffixes set in players.yml.

Let me know if you need more information such as configuration files.

Chat Channels

Custom chat channels for players, including world-specific ('local' chat) and global channels ('server wide'), as well as custom channels specified by players.

Creation of chat channels can be tailored to users with permissions.

By default, users will have access to global chat (server wide) and their own world's chat.

finished

Whisper commands

By typing /cs whisper (message), /cswhisper (message) or /csw (message), users can whisper between each other, in privacy, across worlds. Server admins can set specific worlds to disallow whispering, or disallow whispering altogether, via the config.

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.