WorldChat
Description
WorldChat changes chat mechanics so only people in the same world (and those in worlds specified as world shares) as the sender will actually see their message.
There are no other features.
Permissions | Configuration | Commands
See the above pages for information on permissions, configuration and commands.
Current version: 1.0
Supported Minecraft version(s): 1.7.2, 1.7.5, 1.7.9
-
View User Profile
-
Send Message
Posted Jun 29, 2014@YoshiGenius
Are there any plans to implement chat formats? They would really be useful!
-
View User Profile
-
Send Message
Posted Jun 25, 2014@Hunter2310
Ah, right. The global prefix bit is for when a user uses !wc or whatever you have set.
-
View User Profile
-
Send Message
Posted Jun 25, 2014@angrybirds085
Yes, you can set either the default or the world prefix to "none", and there will be no prefix. :)
-
View User Profile
-
Send Message
Posted Jun 25, 2014Is there a way that I can make it so that when a player speaks it doesn't say the [WorldName] bit, but still works so that other players can't see chat from other worlds?
-
View User Profile
-
Send Message
Posted Jun 21, 2014So im confused, in the config you make it look like you can still see chat i all the worlds but with a prefix, then on the descriptios page you say that only the people in the world that you are in can see the chat you sent. Please get back to me.
-
View User Profile
-
Send Message
Posted May 29, 2014@tatsunow12
Please don't try to advertise your plugin. Mine has been around since December 2012, while yours has been since March this year. If anything, I should report your plugin for copying mine.
-
View User Profile
-
Send Message
Posted May 28, 2014@YoshiGenius
In my plugin has this.
-
View User Profile
-
Send Message
Posted May 21, 2014@jlewi14
Yes, but you need to enclose the config option with quotation marks.
So, for example you want:
&c[W]
You would do:
global: "&c[W]"
This is due to the nature of YAML.
-
View User Profile
-
Send Message
Posted May 21, 2014Hey, does this plugin support colour codes? If so please add it in the configuration page? As I have tried using the colour codes and then the whole world tag won't even be shown, it will just use the default one. Please help. Thanks! :)
-
View User Profile
-
Send Message
Posted May 17, 2014@bradders0906
Look at the configuration page, here.
-
View User Profile
-
Send Message
Posted May 17, 2014prefix: global: [G] default: "[%world%]" world: example: [E] prison: &b[&ePrison&b] world: &b[&eHub&b] pvp: &b[&ePVP&b] override: "!g"
So far... none of this has been changed in game, can you please provide a more helpful tutorial maybe even with some examples because It's impossible to understand at the moment, I've tried setting the default to 'none', none, "", '' and so far, nothing has worked.
The override hasn't worked in game in the slightest, none of the changes have worked... would love a fix
-
View User Profile
-
Send Message
Posted May 3, 2014@LHammonds
Yeah, maybe.
-
View User Profile
-
Send Message
Posted May 3, 2014@DannySan626
Yes, it will, hopefully.
@Sotlol1
Yes, set the global option to '' (two apostrophes), or set it to "none".
-
View User Profile
-
Send Message
Posted May 3, 2014Is there anyway i can remove the prefix completly becuase when i remove [G] from the config and leaves it blank. It's still there.
-
View User Profile
-
Send Message
Posted Apr 27, 2014Will this plugin update along with Bukkit? I am currently on the beta build for 1.7.2 and would like this plugin to be upodated along with the beta, recommended builds of craftbukkit! Thank you =)
-
View User Profile
-
Send Message
Posted Apr 24, 2014If you wanted to get really creative/flexible, you could add an option to toggle global and world chat. If you wanted to get crazy with it, you could even include writing/reading from a MySQL database to allow multi-server chat and have universal, global and world chat. :)
Thanks for creating and sharing this plugin,
LHammonds
-
View User Profile
-
Send Message
Posted Apr 22, 2014@binaryOneZero
Yes, but I am not allowed to give the link. You can try incrementing the number in the URL for the previous downloads and see what it yields, if you want the new version.
-
View User Profile
-
Send Message
Posted Apr 22, 2014@YoshiGenius
Great work, can we access the dev build for 1.0 anywhere?
-
View User Profile
-
Send Message
Posted Apr 21, 2014WorldChat 1.0 uploaded
Minecraft versions supported: 1.7.2, 1.7.5, 1.7.9
STATUS: awaiting approval
Changelog
Big shoutout to Yekinox (admin at over2craft.fr) for helping me with bug testing this new version!
-
View User Profile
-
Send Message
Posted Mar 30, 2014add a permission worldchat.admin so players can sand messages in any world without !wc and a permission worldchat.all that has all the permissions, you do that in a new class, adding:
<<code java>>import org.bukkit.permissions.Permission;public class Permissions { public Permission canPrefromCommand = new Permission("worldchat.all"); } <</code>>