FrogAnnounce
FrogAnnounce
An auto-messaging/auto-announcement/announcer/thing system for your minecraft server.
Bukkit version doesn't matter for this plugin. Please don't ask me to update it for that reason.
Description
Okay, so here's my first plugin which I've actually released that isn't amazingly small-scale. It's a fairly simple plugin which relays messages, at the rate in minutes, set in the configuration. It allows for colours, multi-line messages, message cycling, and message shuffling. I made this because I've seen a few plugins like this, but they're either out-of-date and don't work, or they just don't work, period. From thereabouts comes this plugin, FrogAnnounce. I know the name is lame; I'm not creative with names, sorry.Download
StableVersion: 2.5.0
Build date: 28 May 2014
BukkitDev Download: Latest BuildNot-Always-So-Stable Source
Features
- Announcements relayed to the entire server at the specified rate
- Random or sequenced (configurable)
- Ability to store as many announcements as you want
- Force an announcement to run immediately, without interrupting the normal announcement cycle or schedule
- Opt out and ignore announcements, or opt-in again and be unignored to see them again, controllable with permission nodes
- Ability to announce everything to only certain groups (improved in 2.3.0).
- Ability to send specific messages to certain groups, i.e. announcement 1 to group administrators, announcement 2 to moderators and donators (improved in 2.3.0)
- In 2.3.0: Ability to announce everything to only certain worlds
- In 2.3.0: Ability to announce only certain announcements to certain worlds
- In 2.3.0: Ability to combine any of the preceding 4 conditions (global groups, announcement-specific groups, global worlds, and announcement-specific worlds)
Planned Features
- Any suggestions are welcome.
-
View User Profile
-
Send Message
Posted Nov 4, 2015@aviswing
You mean such that "Donate:" and "Vote:" would be on separate lines?
This feature already exists.
Try this:
Donate:&NEW_LINE;Vote:
-
View User Profile
-
Send Message
Posted Nov 4, 2015Hi mate, could you add a feature to have multiple lines? For example:
Donate: Vote:
So i can run that ^ example there, could you implement that as soon as possible? Thanks :DD
-
View User Profile
-
Send Message
Posted Jul 31, 2014@kviel1396
There isn't in the current version, but it is planned to be implemented as %player% and released soon.
-
View User Profile
-
Send Message
Posted Jul 31, 2014Hello, Is there any %player variable support for the announcer?
-
View User Profile
-
Send Message
Posted May 31, 2014Cyrillic support works great, thanks!
-
View User Profile
-
Send Message
Posted May 29, 2014Approval is not completed yet... Could you put new version on some other hosting?..
-
View User Profile
-
Send Message
Posted May 28, 2014@ought
I just tried it with a Russian message, and it has an issue with the character: 'с'. Let me see if I know what's wrong.
Edit: it could just be an issue with my console not accepting Russian characters; it shows up as '?' in my console. If you could try it out and let me know if it works, that would be fantastic.
-
View User Profile
-
Send Message
Posted May 28, 2014Thank you very much, will wait and try it =-)
Does it solve problem with Russian messages too?
-
View User Profile
-
Send Message
Posted May 28, 2014@ought
Uploaded an update which corrects the issue. Waiting on approval.
-
View User Profile
-
Send Message
Posted May 28, 2014This strings aren't in the Config.yml but I still recieve crashes on stopping announcer and restarting!
-
View User Profile
-
Send Message
Posted May 28, 2014@ought
You need to remove this and it should work:
Remove all of it and it should function as you expect it to. Currently working on a fix, I know why this is happening.
-
View User Profile
-
Send Message
Posted May 28, 2014About 1st problem - i deleted Permissions.yml new file does not contain this rows (because of your magic? =-) ), but crash is still here and does not want to go...
-
View User Profile
-
Send Message
Posted May 28, 2014I use 1.4.0 and last Bukkit, and this crash occurs even when I use standard configuration =-)
Also, I had one more issue now - when I tried to write messages in Russian (profile: http://pastebin.com/hNbgdVV6 ) I recieve http://pastebin.com/BCwACyrG in console at startup. And when I try to turn on this plugin by /fa on, I get "An internal error occured while performing this command" in chat and http://pastebin.com/C4pLS7ET in console. =-(
-
View User Profile
-
Send Message
Posted May 28, 2014@ought
@redundantgaming
Could you please paste your configuration before you used the command, and specify what version you're on?
Edit: Nevermind. I think I know what's causing it. There's some left over code in FrogAnnounce's /fa add and its config loading. If you remove the section of your config that says "Strings:" then has a bunch of stuff like "- !!me.thelunarfrog.frogannounce.FrogAnnounce.Announcement @532525" etc, it will work again.
@MeJellyPelly
That isn't my doing, and I have no choice in the matter. That is the API that Bukkit uses.
-
View User Profile
-
Send Message
Posted May 28, 2014Hello! When I try to reload plugin (using /fa reload or trying to delete message) FA crashes my Bukkit =-( Crash report: http://pastebin.com/1Azh640S
-
View User Profile
-
Send Message
Posted May 22, 2014@MeJellyPelly
Ahhh, now I get it!!
Put the entire message in double quotes " .. " and don't use the apostrophe escape (\') just use the apostrophe ('), i.e.
"Don't forget blah blah"
I think it would be better if it actually processed the escape code(s) though.
P.S. good luck with the exam :-)
-
View User Profile
-
Send Message
Posted May 22, 2014@MeJellyPelly
Noted. Will look at these issues when I get home (about to take the AP computer science exam).
-
View User Profile
-
Send Message
Posted May 22, 2014@TheLunarFrog
I tired putting " .. " around the message instead of ' .. ' but I get the error:
found unknown escape character '(39)
-
View User Profile
-
Send Message
Posted May 22, 2014@MeJellyPelly
Hi,
Try putting the messages in quotation marks - that should fix the issues with apostrophes. For example: "stuff's happening"
-
View User Profile
-
Send Message
Posted May 22, 2014I can't get the escape sequence \' to work. I have a message with the word Don't which I wrote as Don\'t but I get an error.
Text: '&6;Don\'t forget to donate at &c; http://xxx.yyyyyyy.zzz/ &6;or do /Buy'
What am I doing wrong ... or is it a bug?