MessageRox
MessageRox
MessageRox displays prefixed multi or single line messages stored in a list retrieved at random or sequentially to all players in chat on the server at a set repeating interval.
Commands
/msgrox reload - Reloads the messages from the config.yml
Config Example
settings: #How often in seconds to display a message. interval: 300 #False for sequential messages. True for random messages. random: false #Prefix to be displayed in front of each line. prefix: "[!!!] " #False uses direct messaging to display. True will use server broadcast and will show up in the console. spam_console: false messages: #Messages can be styled using format and color codes found here http://www.minecraftwiki.net/wiki/Color_Codes #For example: '&4Hello World' would show up in dark red. #You can also start a new line using '\n' - "Your message here" - "&4Message 2" - "Message 3" - "You can also do messages that \n take up multiple lines"
-
View User Profile
-
Send Message
Posted Jan 29, 2013@JacopoBassan
Yea meto
-
View User Profile
-
Send Message
Posted Jan 5, 2013The /msgrox reload command seems not working on 1.4.6 (rc3)
All the rest works perfectly :)
-
View User Profile
-
Send Message
Posted Nov 12, 2012In game reload command has been added to MessageRox 1.1
-
View User Profile
-
Send Message
Posted Oct 20, 2012Brilliant little plugin. But for the love of god, add a reload command for it.
-
View User Profile
-
Send Message
Posted Oct 14, 2012Doesn't work for me.
-
View User Profile
-
Send Message
Posted Oct 13, 2012ok i figured out i had written the second and third messages in the wrong format. my fault.
great plugin, but a command to reload config would be much appreciated
-
View User Profile
-
Send Message
Posted Sep 18, 2012This Plugin works fine for me! Does the job well and easy to setup! Thanks
Although a ingame command to reload the config would be nice. :D
-
View User Profile
-
Send Message
Posted Sep 9, 2012I think this is a great idea for a plugin. however i've found that it only works when there is one message. when i have multiple messages i get none in game but then when i set it to 1 it works fine... is it the plugin or me?
-
View User Profile
-
Send Message
Posted Sep 9, 2012I received an error when trying to activate the plugin:
10:55:09 [SEVERE] Could not load 'plugins/MessageRox.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException java.lang.UnsupportedClassVersionError com/roxbot/messagerox/MessageRox : Unsupported major.minor version 51.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:155)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222)
at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:565)
at org.bukkit.Bukkit.reload(Bukkit.java:183)
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:21)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
at net.minecraft.server.ServerConnection.b(SourceFile:35)
at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Caused by: java.lang.UnsupportedClassVersionError com/roxbot/messagerox/MessageRox : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
... 21 more
-
View User Profile
-
Send Message
Posted Aug 27, 2012Well if this works, it's pretty awesome. Trying it out now.