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 May 1, 2013@JBDiggy
Unfortunately no. The £ symbol is not supported by Bukkit's configuration API.
@razorrazor
Only left as that is how most text is read.
-
View User Profile
-
Send Message
Posted Apr 30, 2013Every time I put a £ symbol in a message the config resets, any way around this?
Thanks for such a simple and useful plugin btw!
-
View User Profile
-
Send Message
Posted Apr 25, 2013@razorrazor
Also is there a way to align text? e.g left, middle, right...
Thanks.
-
View User Profile
-
Send Message
Posted Apr 25, 2013EDIT: Just figured it out... :D
Hey there ELCHILEN0 ! :D
Great plugin!
I have a question.Is there a possible way to add new lines in the messages?
Something like this:
text.text.text.text.text.
newline.newline.newline.
-
View User Profile
-
Send Message
Posted Apr 25, 2013Love this plugin!
-
View User Profile
-
Send Message
Posted Apr 24, 2013@ChilleCharlie
@GumbyDammit
Wow xD! I honestly did not notice that! Damn you auto-field...
-
View User Profile
-
Send Message
Posted Apr 24, 2013Oh yea, this looks really usual... lets all downgrade to the new version! XD Dude... i love your plugin XD but this is something expected on the 1st of april XD
-
View User Profile
-
Send Message
Posted Apr 22, 2013@ELCHILEN0
I'm familiar with the concept of software version numbers. My question was why you arbitrarily went from 2.1.3 to 2.0.0.
-
View User Profile
-
Send Message
Posted Apr 20, 2013I pasted it into config.yml and restarted the server, but it doesn't work :(
It's solved, thnx a lot for your help and patience!
-
View User Profile
-
Send Message
Posted Apr 20, 2013@WolfClawsKevin
Thats perfect. I did a quick yaml check and it seemed like you were escaping every '. Here is the corrected configuration.
-
View User Profile
-
Send Message
Posted Apr 20, 2013Like this? http://www.heypasteit.com/clip/0RYL
-
View User Profile
-
Send Message
Posted Apr 19, 2013@WolfClawsKevin
As I previously asked i require that it be in an online paste service. If you want help please follow the instructions.
@BiweGas
This is possible in the code however it would require much more complex variables than are currently implemented and will not likely be added in the future. I would do something like: "There are 1 player(s) on the server!" as accommodates both plural and non-plural versions of player.
@NastyStevie
Glad that you got the issue resolved :)
-
View User Profile
-
Send Message
Posted Apr 19, 2013@ELCHILEN0 Here you go :)
WARNING LONG POST XD Edit: Lol that messed up the post
--------------------settings: enabled: true min-players: 1 log-to-console: true auto-update: true message-lists: default: enabled: true random: false interval: 120 prefix: '&r[&bAutoMsg&r] ' messages: - 'Need &4help&r? Use &6/ticket (message)&r! Need &4help&r with the &6tickets&r? Use &2/helptickets&r' - 'Please, remember that this is a &2new&r server. &2New&r things will keep appearing!' - 'Keep a look at the &5purple&r text to see when you can get your weekly &2free&r stuff!' - 'Do you think it is time for you to&2 rank up&r? Please type: &3/ticket rank up&b!' - 'Do you &2like&r &eMinecraft videos&r? Take a look at our You&4Tube&r account: &3The Crafting Ducthies&r!' - '&eDonations&r are now possible! &2Intrested&r? Please ask our &1Lords&r for more&b information&r.' - 'Please, &2do not forget&r to &6claim your regions, doors and chests&r!
-
View User Profile
-
Send Message
Posted Apr 19, 2013hey can you make variations with the numbers somehow for example: if there only one player online it says: There are 1 Player online! but when is it more than two than it should say: there are 2 Players online!, is it possible to make it?
-
View User Profile
-
Send Message
Posted Apr 19, 2013I thank you for the help, sorry for not understanding right away.
-
View User Profile
-
Send Message
Posted Apr 19, 2013@GumbyDammit
The versioning allows me and others to keep track of changes. The format goes major.minor.bug.
@NastyStevie
As I said before I have tested with /lagg clear and it worked fine. It supports all arguments after the / and in between \n. The \n is only used for multiline messages. I hope this helps.
@WolfClawsKevin
Could you please provide me with a paste and not a screenshot. Screenshots do not allow me to quickly copy and paste the file into a YAML checker.
-
View User Profile
-
Send Message
Posted Apr 18, 2013@ELCHILEN0 Sorry for the late answer, but here it is: http://prntscr.com/115gj2
-
View User Profile
-
Send Message
Posted Apr 18, 2013@ELCHILENO
Well that's because my server has clearlag and I would like to know if you could make it so you can make it execute commands from other plugins other than essentials.
I have checked the command and it is /lagg clear.
-
View User Profile
-
Send Message
Posted Apr 17, 2013What's up with the funky versioning? 2.0.5, 2.1.1, 2.1.2, 2.1.3, 2.0.0???
-
View User Profile
-
Send Message
Posted Apr 16, 2013@NastyStevie
Just tested with your exact command. /lag clear only runs the /lag command if running essentials because that is the priority of the command registration. /lagg clear however is not registered with essentials and most likely with ClearLag and all the params are sent correctly. Make sure the command is typed correctly. :)