AutoMessage
What is AutoMessage?
AutoMessage is an easy to use chat scheduler plugin. It is a plugin perfect for server admins who would like to announce broadcasts at configurable intervals. The plugin features a rich in-game config editor as well as the ability to edit the config from the disk. The plugin is designed to be very lightweight and cause no impact on server resources! The plugin is updated within days of new releases to ensure complete up-to-date server compatibility! Check out the plugin review here!
Features:
- Fully configurable configuration!
- Rich in-game config editor!
- Quick and painless reloading!
- Option to randomize broadcasts!
- Color code support!!
- Run commands in your messages!
Installation:
Just drag and drop into your plugins folder then restart or reload your server! Simple!
Usage and Information:
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.
This plugin features an update command which will check if you are running the latest build and download the update to the plugin folder if it not currently installed. You are required to trigger the command manually and you must restart or reload the server for changes to take effect.
Thanks to my donators!
- TheFarmerNL from Minevival.com
-
View User Profile
-
Send Message
Posted Mar 16, 2013What is new in the update?
-
View User Profile
-
Send Message
Posted Mar 15, 2013ty for update :)
-
View User Profile
-
Send Message
Posted Mar 14, 2013@Dood76
Use the \n delimiter for new lines! :)
-
View User Profile
-
Send Message
Posted Mar 14, 2013how do u create another/seprate line in a message?
-
View User Profile
-
Send Message
Posted Mar 14, 2013@2234twotoo
Hi, did you set the permissions ? enable log-to-console to true! And send the .log after renew it and launched the console.
-
View User Profile
-
Send Message
Posted Mar 13, 2013No one can see the messages I posted, not even me. Help please? This is my config.yml http://pastebin.com/Td41gcEX
-
View User Profile
-
Send Message
Posted Mar 12, 2013@killertudse
Let me try to explain it to you a little better. The permission node to receive messages from a message list is automessage.receive.(list). In most cases (list) should be substituted with default. For example in the default configuration under message-lists there are two lists: default and vip. Therefore if you wanted to receive message from vip the permission node would be automessage.receive.vip. If you (as OP) can see the messages and your members cannot then I would suggest rechecking your permissions and ensuring that the changes are actually taking effect. If you are NOT able to see the messages as OP then paste your config.yml into an online yaml parser and fix the changes as needed.
I hope this clarifies everything a little bit more!
-
View User Profile
-
Send Message
Posted Mar 12, 2013I cannot make my users see the standard annoucements?
I tried
automessage.receive.default
automessage.receive.message-list-default
automessage.receive.message-default
automessage.receive.message.default
automessage.receive.message-list.default
Uh? Permissions are not explained very well :C
-
View User Profile
-
Send Message
Posted Mar 11, 2013@B25_killer
:)
-
View User Profile
-
Send Message
Posted Mar 11, 2013@ELCHILEN0
(King/Queen) and (Prince/Princess) are my Admin and Staff
http://pastebin.com/SUeFXPNrEDIT: I figured out the problem thanks, I did have the lower ranks inheriting a permission that allowed them to receive the vip permission.
-
View User Profile
-
Send Message
Posted Mar 11, 2013@B25_killer
if you use inheritance you need to close-off the lists that you don't want users to see.
-
View User Profile
-
Send Message
Posted Mar 10, 2013@B25_killer
Can you make a pastie of your permissions.yml? Also check your groups below Staff because they must be inheriting or they may have the permission node themselves.
-
View User Profile
-
Send Message
Posted Mar 10, 2013@ELCHILEN0
Okay let me rephrase that I created an index called vip and added messages to it that I only want my Staff and Admins to be able to see, so I gave the Staff the permission automessage.receive.vip (admin gets inheritance from staff so I didn't give the permission to Admin) but as I stated previously all ranks below Staff are still reviving the broadcast.
-
View User Profile
-
Send Message
Posted Mar 10, 2013@B25_killer
(message-list) needs to be the name of the list.
-
View User Profile
-
Send Message
Posted Mar 9, 2013I have tried to set it so only specific people are able to see a message by adding the automessage.receive.(message-list) to my Staff rank, but yet every one is still able to see the message, I have tried adding the -automessage.receive.(message-list) permission to the lower groups but they again still see the message. Am I doing something wrong with the permission or do I have to add something else to the automessage config file to have it only broadcast to my Staff/Admin groups?
-
View User Profile
-
Send Message
Posted Mar 9, 2013@taytertote
http://dev.bukkit.org/server-mods/automessage/pages/permissions/
-
View User Profile
-
Send Message
Posted Mar 9, 2013@ELCHILEN0
hey, what is the permission for allowing certain groups to see a broadcast?
-
View User Profile
-
Send Message
Posted Mar 7, 2013@ELCHILEN0
Not my point. I use Multiverse so you can move from world to world without logging in and out. Besides, it was just an example or where you could take this plugin if you wanted to. I'll look for a different plugin to handle the things I'm looking for or find someone to make it.
-
View User Profile
-
Send Message
Posted Mar 7, 2013@lenis0012
An async task runs into concurrent modification exceptions when modifying contents of message lists. Also the delay is completely accurate I dont know how you would even come to the conclusion of its inaccuracy.
@roboblaze
Events such as onLogin are not for plugins such as AutoMessage. There are plenty of first join plugins and the Bukkit community doesn't really need another.
-
View User Profile
-
Send Message
Posted Mar 7, 2013@ELCHILEN0
I see you use a sync task for your plugin.
Consider setting up an async task.
The delay of a sync task might not be verry accurate.
Use an async task and schedule a sync delayed task sending the message to prevent cross-thread acces from accuring.