Crenkh Broadcast
CrenkhBroadcast
Inportant for those who update to the new version!
You need to delete your old config (rename it), start server with plugin, and edit the new config.
If you don't do this, the plugin won't work!
Introduction
We just needed an broadcast plugin, which is very comfortable and powerfull, but we didn't found one.
Now we wrote our own broadcast plugin
Features
- Runs only when a player is online!
- multiple broadcast messages
- many variables
- all Minecraft chat formatting codes
- delay broadcast
Variables and Formatting
Usage
If you want to stop broadcast, use /cbroad stop otherwise to start, use /sbroad start.
If you want to do a broadcast, use /broadcast MESSAGE
Commands | Permissions
| Command | Permission node | |
|---|---|---|
| 1 | /cbroad start|stop|reload|now | cb.cbroad |
| 2 | /broadcast | cb.broadcast |
Mesage | Permissions
| Thing | Permission |
|---|
Coming soon...
Installation | Configuration
For the installation just drag and drop the crenkhbroadcast.jar in your plugins folder and restart/reload your server!
This is was the generated configuration file should look like.
Just follow the comments, if you have trouble configuring Simple Broadcast write a ticket!
ToDo
- edit the look of the "player first login time", cause it is in ms...will edit it to: "day.month.year hour:minute"
- more configureable but don't know what...please give me suggestions!
- thinking about adding "/b" command with same function as "/broadcast"
<sub>Feel free to post feedback and suggestions!</sub>
-
View User Profile
-
Send Message
Posted Feb 19, 2014@muddyfootsquad
Thanks for report, will look after it ;)
Edit: Tried, and works for me until 100 messages
-
View User Profile
-
Send Message
Posted Feb 19, 2014@jenks1999
Did an restart fix your problem?
-
View User Profile
-
Send Message
Posted Feb 13, 2014Sorry to bother you, but is it possible to have more than three messages? I tried adding more, but when I reloaded, the server crashed. Any help would be appreciated. This is just the plugin I was looking for! All the others were either out of date or just incredibly buggy and complicated. I have enough to worry about. Thanks!
-Limnah
-
View User Profile
-
Send Message
Posted Feb 7, 2014Has anyone got advice on this error?
2014-02-07 21:42:38 [SEVERE] Error occurred while enabling Crenkh Broadcast v1.1 (Is it up to date?) java.lang.NullPointerException at net.crenkh.crenkhbroadcast.crenkhBroadcast.onEnable(crenkhBroadcast.java:58) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:467) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.loadPlugin(CraftServer.java:277) at org.bukkit.craftbukkit.v1_6_R3.CraftServer.enablePlugins(CraftServer.java:259) at net.minecraft.server.MinecraftServer.func_71243_i(MinecraftServer.java:525) at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:489) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:432) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:224) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:634) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-
View User Profile
-
Send Message
Posted Feb 1, 2014Cackbone, you need to edit the plugin.yml file and change "Crenkh Broadcast" to "CrenkhBroadcast" (Remove the whitespace) beacause with the space any plugin manager cannot do anything with it because plugin names dont support spaces :) (I had to manually change it on my server so I could use it
-
View User Profile
-
Send Message
Posted Sep 28, 2013@MCZq
Thanks! (:
Ok, will add both :) Finished soon ;)
-
View User Profile
-
Send Message
Posted Sep 27, 2013By far the most useful timed broadcast/announcement plugin I have used in two years.
I think part of this is because its so simple, but that is not a restriction in its current form.
Messages look exactly how I want them, perfect.
Thank you for providing this plugin :)
Two suggestions: This would be a great feature: A permission node check to see if that user should receive the message or not. Perhaps even for each individual message.
For example I could give the user the permission node broadcast.ignore.message2 and the user simply does not see the message2 broadcast. Instead nothing is sent to them until the message3 broadcast.
A command to manually reset the delay until the next broadcast to zero would be useful. Eg /cbroad broadcastnow would force the next broadcast message to happen.