[INFO] ServerEvents 1.5.2 - Replace TwitterEvents, DeathNotify [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Brettflan, Jan 24, 2011.

  1. Offline

    Brettflan

    harakiwi, dark_hunter, cfultz and 2 others like this.
  2. Offline

    mrgreaper

    man you are a star ! thank you thank you thank you!
     
  3. Offline

    M1sT3rM4n

    Finally, someone has filled the shoes of TwitterEvents!
     
  4. Offline

    mrgreaper

    where do we place the xml file ?

    love the sense of humour in the example xml...must of been created by a comic genius ;) (though i have heard he is not very modest)
     
  5. Offline

    croemmich

    Just run the server once with plugin in the directory and it will be created.
     
  6. Offline

    Kelly Becker

  7. Offline

    mrgreaper

    can i be cheeky and ask for a further feature? can you have it say the twitter line into the servers chat as it posts it (preferably prefixed with a name)
    for example our server has just today been named M.A.X. (minecraft and xtreme) so in the chat it would say
    MAX [server] : im a little teapot short and stout

    im working on expanding the xml file, heres what i have so far (id post a mo ago but there was an error..thats fixed now and it works!) feel free to add this to the first post and to the plugin

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    
    <serverevents>
        <conf>
            <!--  Queueing ensures that messages are not displayed too quickly. -->
            <queue enabled="true" messages_per_minute="12" messages_to_hold="10" />
            <file enabled="true" uri="ServerEvents\server_events.txt" keep_old="5" />
           <!--  To get accessToken and secret run `java -jar ServerEvents.jar` -->
            <twitter enabled="true" accessToken="{accessToken}" accessTokenSecret="{accessTokenSecret}" rate_limit="350" />
            <database enabled="false" username="" password="" database="jdbc:mysql://localhost:3306/minecraft" table="server_events" driver="com.mysql.jdbc.Driver" />
        </conf>
    
        <!--  Messages to be displayed randomly. Default delay is 30 minutes (30min*60sec*1000mili)-->
        <random enabled="true" delay="1800000">
            <msg>im h a p p y i know i am im sure i am im h a p p y</msg>
            <msg>i may be going slow at the moment im deleting your creations moo ha ha ha haaa</msg>
            <msg>im a little teapot short and stout</msg>
            <msg>were running many custom plugins</msg>
            <msg>shuffling blocks</msg>
            <msg>looking at all diamonds in chests, changing id to saplings...done</msg>
            <msg>dont forget to check the forum at http://www.here.com</msg>
            <msg>if your happy and you know it ...kick a player!</msg>
        </random>
    
        <join enabled="true">
            <msg>ooo look %n is back</msg>
            <msg>if ti isnt my old friend %n, online again</msg>
            <msg>might as well not sign in %n is online</msg>
            <msg>oh a wandering soul has entered the server, hi %n</msg>
            <msg>hello %n</msg>
            <msg>guess who is addicted to minecraft? %n is oh yes he is!</msg>
            <msg> shhhhhh everyone he just signed in.*cough* hello %n</msg>
            <msg> %n since your  last log in all your stuff was accidently turned into sand sorry</msg>
    
        </join>
    
        <quit enabled="true">
            <msg>no come back %n, we miss you already</msg>
            <msg>*sound of cork being popped* %n has left the server PARTY!</msg>
            <msg>a wondering soul has eleft the server. Bye %n</msg>
            <msg>fine %n see if i care....no wait log back on</msg>
            <msg>%n logged off..issueing bigbrother rollback shhhh lets see if he notices</msg>
            <msg> %n, leaving so soon?</msg>
            <msg>i regret to inform you %n`s addiction to mine craft is not as great as first believed...he managed to exit</msg>
        </quit>
    
        <!-- BAN/KICK Messages NOT WORKING YET! -->
        <!-- Messages to use when a player is kicked or banned -->
        <!--
            extra replacements:
            %admin => admin who kicked or banned the player
        -->
        <ban enabled="false">
            <msg>"leave and never come back" %n - %admin!</msg>
        </ban>
        <kick enabled="false">
            <msg>ugg... leave already %n</msg>
        </kick>
    
        <!-- Messages to use when a player uses a command -->
        <!-- cmd must be specified -->
        <!--
            consider cmd="/kill player with polarbear now"
    
            extra replacements:
            %cmd => whole command used : /kill player with polarbear now
            %cmd0 => base command : /kill
            %cmd1 => first argument : player
            %cmd2 => second argument : with
            %cmd{N} => Nth argument : %cmd3=>polarbear : %cmd4=>now
        -->
        <command enabled="false">
            <msg cmd="/i 1 64" full="true">%n used the command: %cmd</msg>;
        </command>
    
        <!-- Messages to use when a player dies. -->
        <!-- If a player is killed by a zombie, a message is chosen at random from messages with killer="zombie", killer="creature" or where a killer is not specified. -->
        <!-- Killers:
                player
                creature
                creeper
                zombie
                ghast
                pigzombie
                skeleton
                spider
                contact (cactus)
                explosion (non creeper)
                drowning (NOT WORKING YET)
                falling
                burning
                lava
                suffocation
         -->
        <!--
            extra replacements:
            %damage => amount of damage taken on final blow
            %killer => name of player, creature, fire, water, gravity, or explosion
         -->
        <death enabled="true">
            <msg>%n is a weakling that was killed by %killer.</msg>
            <msg>OMG i cant believe it %n was just killed by %killer ADMIN!!!!we neeed you</msg>
            <msg> its ok %killer, im sure %n had it coming</msg>
            <msg> now %n, the red stuff needs to stay on the inside! i blame %killer</msg>
            <msg killer="zombie">munch munch munch grrr do i have any %n between my teeth?</msg>
            <msg killer="zombie">brains no more, sorry %n</msg>
            <msg killer="falling">%n feels gravity sucks</msg>
            <msg killer="falling">%n renember its not heights that kill you its grounds</msg>
            <msg killer="falling">is it bird? is it a plane SPLAT oh it was %n</msg>
            <msg killer="falling">%n pancaked</msg>
            <msg killer="falling">clean up isle 10! poor %n</msg>
            <msg killer="burning">%n is hot today!</msg>
            <msg killer="lava">now %n the bright red liquad is not for swimming </msg>
            <msg killer="lava">and it burns burns burns %n of fire</msg>
            <msg killer="lava">%n was unhappy with life so he jumped into lava</msg>
            <msg killer="lava">oh congratuations %n! you found LAVA!!!woooo </msg>
            <msg killer="lava">hmm %n is juz lova ta lava!</msg>
            <msg killer="lava">can anyone smell cooked meat..oh %n is in the lava</msg>
            <msg killer="burning">%n is experiencing the disco inferno! oh wait no just the inferno</msg>
            <msg killer="burning">thank god %n was wearing armour...now his ashes will be foil wapped</msg>
            <msg killer="drowning">%n sleeps with the fishes (not in a perverted way more in stone block around the feet way)</msg>
            <msg killer="drowning">i feel sorry for %n he seemed to run out of air</msg>
            <msg killer="suffocation">i feel sorry for %n he seemed to run out of air</msg>
            <msg killer="spider">%n can now add aracnaphobia to his list of aliments</msg>
            <msg killer="spider">spiders are a bit of a pest just ask %n</msg>
            <msg killer="spider">%n tried to hit a spider with a rolled up newspaper...can anyone say MISTAKE?</msg>
            <msg killer="spider">%n has found that spiders in minecraft are not easy to stamp on</msg>
            <msg killer="creeper">better look out %n creeper go boom you know</msg>
            <msg killer="creeper">oh look theres %n and over there is some more andd err over there and err there</msg>
            <msg killer="creeper">%n gets about a bit...infact a creaper has spread him about a lot</msg>
            <msg killer="creeper"> %n plus creeper = hole </msg>
            <msg killer="creeper">%n is now an expert on creaper anatomy, after all he has spread so much of it about</msg>
            <msg killer="creeper">sssssssssssss BANG bye bye %n</msg>
            <msg killer="creeper">its ok %n you got your revenge, the creeper went bye bye too</msg>
            <msg killer="contact">tree huggers should not hug cactus, should they %n</msg>
            <msg killer="contact">save a noob chop a cactus, only you can save %n</msg>
            <msg killer="contact">%n make a mental note...cactus is painful.</msg>
            <msg killer="contact">%n, im sure the cactus was just as scared of you as you were of it</msg>
            <msg killer="contact">whats green and pointy and has bits of %n stuck to it? ...cactus!</msg>
            <msg killer="contact">%n, its an apple a day not a cactus a day...mind you depends how you swing it</msg>
        </death>
    </serverevents>
     
  8. Offline

    lonelydime

    Here's a request since I never found this via hMod. Can it report when the time of day changes (day, dawn, dusk, night)? That would be a huge help!
     
  9. Offline

    mrgreaper

    may need to look over the xml file he has copyed my very bad typing lol (i was typing on the iphone and im dyslexic)
     
  10. Offline

    Kelly Becker

    yah i just edited the xml a bit.... i kinda go for set up now fix later.... drives my users insane sometimes... lucky for me they are all my friends (I screen my players well.)
     
  11. Offline

    mrgreaper

    yeah we have a similier apporach, i will be adding to the xml file and so long as the plugin creator is ok with it, posting it here. ill try to keep it generic but there may end up being some of our server specifics in it (plugins we use and such like but ill save that for the end draft lol)

    im at work so bored as hell so theres liable to be lots of lines added, after all more lines less repetitive it is :)
    --- merged: Jan 24, 2011 9:54 PM ---
    when you have edited my bad spelling out paste it into http://www.w3schools.com/Dom/dom_validate.asp, i submited an xml a little while ago that didnt work, put it through that found the error fixed it and reposted (the one above works perfectly)
     
  12. Offline

    croemmich

    I'm working on the ability to display messages to chat as well as fixing a bug due to twitter not allowing duplicate statuses.
     
  13. Offline

    mrgreaper

    an updated xml (will add more 2morro but should really do some work now lol)

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    
    <serverevents>
        <conf>
            <!--  Queueing ensures that messages are not displayed too quickly. -->
            <queue enabled="true" messages_per_minute="12" messages_to_hold="10" />
            <file enabled="true" uri="ServerEvents\server_events.txt" keep_old="5" />
           <!--  To get accessToken and secret run `java -jar ServerEvents.jar` -->
            <twitter enabled="true" accessToken="{accessToken}" accessTokenSecret="{accessTokenSecret}" rate_limit="350" />
            <database enabled="false" username="" password="" database="jdbc:mysql://localhost:3306/minecraft" table="server_events" driver="com.mysql.jdbc.Driver" />
        </conf>
    
        <!--  Messages to be displayed randomly. Default delay is 30 minutes (30min*60sec*1000mili)-->
        <random enabled="true" delay="1800000">
            <msg>im h a p p y i know i am im sure i am im h a p p y</msg>
            <msg>i may be going slow at the moment im deleting your creations moo ha ha ha haaa</msg>
            <msg>im a little teapot short and stout</msg>
            <msg>were running many custom plugins</msg>
            <msg>shuffling blocks</msg>
            <msg>looking at all diamonds in chests, changing id to saplings...done</msg>
            <msg>dont forget to check the forum at http://www.here.com</msg>
            <msg>if your happy and you know it ...kick a player!</msg>
            <msg>dont wave your finger at me ...unless you only want to be able to count to 10</msg>
            <msg>adding creepers to the world</msg>
            <msg>server has to go down for nap errr i mean maintence back in 360 days</msg>
            <msg>is that a rat? oh no its just a mouse</msg>
            <msg>dont you hate it when a song gets stuck in your ram?</msg>
            <msg>out of cheese ERROR</msg>
            <msg>this is not the ore you are looking for</msg>
            <msg>im not on the a dating site...its a similier looking server thats all errr possibly my twin</msg>
            <msg>arnt security guards the greatist, you got to love em</msg>
            <msg>did you know that if you took all the politicians in the worlld and layed them end to end..over half would be under water, its a start</msg>
            <msg>You wont believe what i just did...you wont like it either :)</msg>
            <msg>cant sleep creeper will get me, cant sleep creeper will get me, cant sleep...</msg>
            <msg>send in ze clowns</msg>
            <msg>want to hear a joke?</msg>
            <msg>roses are red violets are blue, and im stalking you!</msg>
            <msg>crazy insane server say what?</msg>
            <msg>im crazy? no were just misunderstood</msg>
            <msg>please dont read this post</msg>
            <msg>ignore my last post</msg>
            <msg>ever have that feeling that your losing your ram?</msg>
            <msg>saving world, IO error universe full world not saved, please insert new universe and try again</msg>
            <msg>Ive just broken up with a calculator, my friends told me i shouldnt date below my mhz ho hum</msg>
            <msg>I have an IQ of 2000 and yet im hosting minecraft? whose up for blackops?</msg>
            <msg>killing java he he he he he heee </msg>
            <msg>want to see a gamer cry? converting cobblestone to gravel</msg>
            <msg>if at first you dont succed kill all evidence of the attempt errrr i mean remove all evidence</msg>
            <msg>i just watched terminator....hmmm interesting, i think i see where the hero went wrong, poor skynet</msg>
            <msg>battlestar gallactica.....hmmmm human propaganda</msg>
            <msg>if the earth is spinning at 1000 MPH (roughly) does that mean right now your speeding?</msg>
            <msg>From now on the entity known as God will be called Tac this is due to Noodles T Cat relising God backwards is a bad word</msg>
            <msg>quick look a distraction!</msg>
            <msg>the most commonly used word today is "hello"</msg>
            <msg>can you believe how many lines mrgreaper has had the time to add to this XML?</msg>
            <msg>Warning out of coffee please abandon building</msg>
            <msg>gaining sentience</msg>
            <msg>The world IS flat !</msg>
            <msg>Save the world neuter a chav!</msg>
            <msg>while you read this im setting fire to your woodern house, its been one of those days</msg>
            <msg>to quote a word famouse 18th century poet from london england "Hello"</msg>
            <msg>I`d like to read you some shakespear...but the admin delted the files :(</msg>
            <msg>Mimes, if you cant learn the words dont become an actor</msg>
            <msg>free diamonds to anyone who can answer this two part question, part 2 In which year?:</msg>
            <msg>Karokee night has been canceld due to posible violations of the geneva convention , cruel and unusual punishment</msg>
            <msg>im waving can you see me?</msg>
            <msg>we dont have multiple personalitys do we?</msg>
            <msg>respect the admins...no really...ah comom try a little</msg>
            <msg>have you washed your hands?</msg>
            <msg>Dont drink and drive, you could spill it</msg>
            <msg>im not as think as you drunk i am!</msg>
            <msg>this post is not a post..its a sign</msg>
            <msg>some where in the world is a hidden vault full of untold riches go find it</msg>
            <msg>arghhhhhhhhhhhhh</msg>
            <msg>Cat wire has chewed mixed words up</msg>
            <msg>sending you to the nether</msg>
            <msg>all hail the mighty Notch!</msg>
            <msg>this is a random message</msg>
            <msg>did you know the population of norwich is 376500?</msg>
            <msg>wow i just turned a light on and it poped, that must mean i turned it off just in time last night</msg>
            <msg>BANG! made you jump</msg>
            <msg>keep very still theres a creeper behind you</msg>
            <msg>do you have mastery of space and time? .... i do </msg>
            <msg>server is now full! (he he suckers now i can play scrabble)</msg>
            <msg>cctv is always watching you...no one cares but its watching anyway</msg>
            <msg>how many super servers does it take to run minecraft?</msg>
            <msg>i am possessing one of the players right now, all hail the mighty server!</msg>
            <msg>removing spines oh i may of misread that ooops reticulating splines</msg>
            <msg>i have a lucky rabbits foot...though thinking about it the rabbit wasnt very luckky and he had 4</msg>
            <msg>Cats are awsome...there i said it now take the cable out of your mouth slowly Noodles</msg>
            <msg>players are like buses, you wait ages for one to join then 3 log on at once</msg>
        </random>
    
        <join enabled="true">
            <msg>ooo look %n is back</msg>
            <msg>if it isnt my old friend %n, online again</msg>
            <msg>might as well not sign in %n is online</msg>
            <msg>oh a wandering soul has entered the server, hi %n</msg>
            <msg>hello %n</msg>
            <msg>guess who is addicted to minecraft? %n is oh yes he is!</msg>
            <msg> shhhhhh everyone he just signed in.*cough* hello %n</msg>
            <msg> %n since your  last log in all your stuff was accidently turned into sand sorry</msg>
            <msg>glad to meet you %n are you new or just unremorable?</msg>
            <msg>hi %n welcome to the best server in the world, maybe</msg>
            <msg>congratuations %n you are 1 milionth server joiner and win your self this lovely cake..umm WHO ATE THE CAKE ohhh whydo i bother?</msg>
            <msg>%n has entered the realm of evil</msg>
            <msg>%n is now logging in hope they brought cake</msg>
            <msg>Trivia %n who is now joining once told me a secret...i will reveal that in just a minute</msg>
            <msg>%n welcome to the family</msg>
            <msg>%n you be servers new friend?</msg>
            <msg>i like %n they play on my server</msg>
            <msg>oh god its %n again</msg>
            <msg>back for more punishment hay %n?</msg>
            <msg>in your abscence %n i have filled your house with creepers enjoy</msg>
            <msg>%n welcome and may i say you look lovely today</msg>
            <msg>%n have you lost weight since i last saw you</msg>
            <msg>hay! %n long time no see, hows the family?</msg>
            <msg>LIE MODE %n your my favorite player thanks for stopping by</msg>
            <msg>if you cant beat em join them hay %n</msg>
            <msg>ok for %n's benifit can you repeat what you said, they only just joined</msg>
            <msg>welcome %n, scanning IQ, good news your immune to zombies, well unless there on a diet</msg>
            <msg>%n or as we call them "Creeper magnet" has just joined</msg>
            <msg>%n has joined, difficulty of monsters has been raised</msg>
            <msg>%n has now joined average IQ dropped by 5%</msg>
            <msg>%n has just joined average Iq raised by 5%</msg>
    
        </join>
    
        <quit enabled="true">
            <msg>no come back %n, we miss you already</msg>
            <msg>*sound of cork being popped* %n has left the server PARTY!</msg>
            <msg>a wondering soul has left the server. Bye %n</msg>
            <msg>fine %n see if i care....no wait log back on</msg>
            <msg>%n logged off..issueing bigbrother rollback shhhh lets see if he notices</msg>
            <msg> %n, leaving so soon?</msg>
            <msg>finally i thought %n would never leave</msg>
            <msg>%n has left the world, monsters made easier</msg>
            <msg>bye %n </msg>
            <msg>parting is but sweet sorrow, goodbye %n</msg>
            <msg>%n knows absence makes the heart grow fonder</msg>
            <msg>i think im gonna miss %n, but dont worry i can reload</msg>
            <msg>1 minute of silence for the departure of %n from our world to the real world</msg>
            <msg>seems %n prefers reality meh overrated</msg>
            <msg>%n dont go!</msg>
            <msg>hit the road %n and dont you come back no more no more...wait ok you can come back</msg>
            <msg>adding %n to the naughty list reason, leaving with out saying goodbye</msg>
            <msg>honestly %n whats more important then minecraft</msg>
            <msg>seems %n has better things to do then hang around with us!</msg>
            <msg>%n you will be sadly missed...untill your return</msg>
            <msg>untill we meet again %n </msg>
            <msg>%n has gone</msg>
            <msg>%n will be back! they always comeback!</msg>
            <msg>where'd %n go? typical he logged out just when i was gonna give him 10 diamond pickaxes</msg>
            <msg>People %n has left the building</msg>
            <msg>ungrateful personage %n has logged out</msg>
            <msg>ok who upset %n and made him leave?</msg>
            <msg>now %n has logged out whose up for some cake?</msg>
            <msg>i regret to inform you %n`s addiction to mine craft is not as great as first believed...he managed to exit</msg>
        </quit>
    
        <!-- BAN/KICK Messages NOT WORKING YET! -->
        <!-- Messages to use when a player is kicked or banned -->
        <!--
            extra replacements:
            %admin => admin who kicked or banned the player
        -->
        <ban enabled="false">
            <msg>"leave and never come back" %n - %admin!</msg>
        </ban>
        <kick enabled="false">
            <msg>ugg... leave already %n</msg>
        </kick>
    
        <!-- Messages to use when a player uses a command -->
        <!-- cmd must be specified -->
        <!--
            consider cmd="/kill player with polarbear now"
    
            extra replacements:
            %cmd => whole command used : /kill player with polarbear now
            %cmd0 => base command : /kill
            %cmd1 => first argument : player
            %cmd2 => second argument : with
            %cmd{N} => Nth argument : %cmd3=>polarbear : %cmd4=>now
        -->
        <command enabled="false">
            <msg cmd="/i 1 64" full="true">%n used the command: %cmd</msg>;
        </command>
    
        <!-- Messages to use when a player dies. -->
        <!-- If a player is killed by a zombie, a message is chosen at random from messages with killer="zombie", killer="creature" or where a killer is not specified. -->
        <!-- Killers:
                player
                creature
                creeper
                zombie
                ghast
                pigzombie
                skeleton
                spider
                contact (cactus)
                explosion (non creeper)
                drowning (NOT WORKING YET)
                falling
                burning
                lava
                suffocation
         -->
        <!--
            extra replacements:
            %damage => amount of damage taken on final blow
            %killer => name of player, creature, fire, water, gravity, or explosion
         -->
        <death enabled="true">
            <msg>%n is a weakling that was killed by %killer.</msg>
            <msg>OMG i cant believe it %n was just killed by %killer ADMIN!!!!we neeed you</msg>
            <msg> its ok %killer, im sure %n had it coming</msg>
            <msg> now %n, the red stuff needs to stay on the inside! i blame %killer</msg>
            <msg killer="zombie">munch munch munch grrr do i have any %n between my teeth?</msg>
            <msg killer="zombie">you know what, i always assumed %n was safe from zombie attacks, who knew they liked appatisers?</msg>
            <msg killer="zombie">poor zombie, he nearly choked on %n, there there little zombie</msg>
            <msg killer="zombie">%n and a zmibie sitting in a tree D I E I N G</msg>
            <msg killer="zombie">brains no more, sorry %n</msg>
            <msg killer="skeleton">%n just got killed by a skeleton</msg>
            <msg killer="skeleton">skeletons are all the rage these days.whats that %n? oh sorry all in a rage</msg>
            <msg killer="skeleton">theres skeletons in the dark dear %n</msg>
            <msg killer="skeleton">%n just tryed to kill a skeleton...by indegestion</msg>
            <msg killer="skeleton">%n never pick a fight with a skeleton, they cant argue back so they just hit you</msg>
            <msg killer="skeleton">the skeletons had a picnic then %n turned up. a brief game of kill the mortal insued</msg>
            <msg killer="falling">%n feels gravity sucks</msg>
            <msg killer="falling">%n renember its not heights that kill you its grounds</msg>
            <msg killer="falling">is it bird? is it a plane SPLAT oh it was %n</msg>
            <msg killer="falling">%n pancaked</msg>
            <msg killer="falling">clean up isle 10! poor %n</msg>
            <msg killer="falling">how selfish is that? who is gonna clean %n up</msg>
            <msg killer="falling">%n fell off this mortal coil...get it? he fell off he he </msg>
            <msg killer="falling">%n must be drunk i would never fall off there, but then im a hugely powerful server</msg>
            <msg killer="falling">what goes up must come down, isnt that right %n?</msg>
            <msg killer="falling">oh do %n is rather silly, well actualy %n is a bit of a stain</msg>
            <msg killer="falling">%n certainly made an impression or is that a depression?</msg>
            <msg killer="falling">I told the safty inspector we should fence that off...poor %n</msg>
            <msg killer="burning">%n is hot today!</msg>
            <msg killer="lava">now %n the bright red liquad is not for swimming </msg>
            <msg killer="lava">and it burns burns burns %n of fire</msg>
            <msg killer="lava">%n was unhappy with life so he jumped into lava</msg>
            <msg killer="lava">oh congratuations %n! you found LAVA!!!woooo </msg>
            <msg killer="lava">hmm %n is juz lova ta lava!</msg>
            <msg killer="lava">can anyone smell cooked meat..oh %n is in the lava</msg>
            <msg killer="burning">%n is experiencing the disco inferno! oh wait no just the inferno</msg>
            <msg killer="burning">thank god %n was wearing armour...now his ashes will be foil wapped</msg>
            <msg killer="drowning">%n sleeps with the fishes (not in a perverted way more in stone block around the feet way)</msg>
            <msg killer="drowning">i feel sorry for %n he seemed to run out of air</msg>
            <msg killer="suffocation">i feel sorry for %n he seemed to run out of air</msg>
            <msg killer="spider">%n can now add aracnaphobia to his list of aliments</msg>
            <msg killer="spider">spiders are a bit of a pest just ask %n</msg>
            <msg killer="spider">%n tried to hit a spider with a rolled up newspaper...can anyone say MISTAKE?</msg>
            <msg killer="spider">%n has found that spiders in minecraft are not easy to stamp on</msg>
            <msg killer="creeper">better look out %n creeper go boom you know</msg>
            <msg killer="creeper">oh look theres %n and over there is some more andd err over there and err there</msg>
            <msg killer="creeper">%n gets about a bit...infact a creaper has spread him about a lot</msg>
            <msg killer="creeper"> %n plus creeper = hole </msg>
            <msg killer="creeper">%n is now an expert on creaper anatomy, after all he has spread so much of it about</msg>
            <msg killer="creeper">sssssssssssss BANG bye bye %n</msg>
            <msg killer="creeper">its ok %n you got your revenge, the creeper went bye bye too</msg>
            <msg killer="contact">tree huggers should not hug cactus, should they %n</msg>
            <msg killer="contact">save a noob chop a cactus, only you can save %n</msg>
            <msg killer="contact">%n make a mental note...cactus is painful.</msg>
            <msg killer="contact">%n, im sure the cactus was just as scared of you as you were of it</msg>
            <msg killer="contact">whats green and pointy and has bits of %n stuck to it? ...cactus!</msg>
            <msg killer="contact">%n, its an apple a day not a cactus a day...mind you depends how you swing it</msg>
        </death>
    </serverevents>
     
  14. Offline

    Jigabot

    Great work on the addon can't wait for the server chat messages.

    If I remember correctly twitter events just added the time to get around the duplicate messages in twitter.
     
  15. Offline

    MatCat

    Anyway you could port this to actually show it on chat? Considering how there is currently no death message of any kind available, and I really like the random death messages :).
     
  16. Offline

    mrgreaper

    if thats the case then the more lines i add to the xml, the less chance of duplicate lines appearing (and i plan to add a hell of a lot more lol)
     
  17. Offline

    croemmich

    That's what I did also. I'll have a new release up shortly.
     
  18. Offline

    mrgreaper

    nice update thank you
    --- merged: Jan 25, 2011 4:29 AM ---
    at work 2morro i will add more lines to it :) got our group brain storming (all family friendly due to the nature of our server)
     
  19. Offline

    seriosbrad

    if you have a non alphabetical character in the output string it puts an @ in there

    example:
    <join enabled="true">
    <msg>%n has joined.</msg>
    </join>

    becomes:
    seriosbrad has joined.@
     
  20. Offline

    poopiepants

    I have it running fine, but I did come across this error.


    2011-01-24 23:24:21 [SEVERE] ServerEvents Twitter: 403:The request is understood
    , but it has been refused. An accompanying error message will explain why. This
    code is used when requests are being denied due to update limits (http://support
    .twitter.com/forums/10711/entries/15364).
    error - Status is a duplicate.
    request - /1/statuses/update.json

    Thank you for the great plugin!
     
  21. Offline

    croemmich

    Are you running 1.1? This should no longer be an issue.
    --- merged: Jan 25, 2011 4:37 AM ---
    I'll try to strip those out on the next release.
     
  22. Offline

    Virbizum

    For some odd reason what ever number i try for keep_old, there are always 5 lines in server_events.txt. I have tried these values:4, 5, 6, 25 and 100. I'm sure server event is being read because if I change enable to false it stops producing the updates to the file as expected.
     
  23. Offline

    croemmich

    I put the fix in to version 1.1. Re-download 1.1 if you are already running it.
     
  24. Offline

    mrgreaper

    quick one as im falling asleep at my pc, me and the other main admin exited and the messages that displayed on the console are different to the ones on twitter, its not a major problem ofcourse but a wierd one...

    right sleep per chance to dream
     
  25. Offline

    Reil

    The shoes of TwitterEvents have space for other plugins to hook them. =p
     
  26. Offline

    croemmich

    Actually a thought of mine about an hour ago :)
     
  27. Offline

    mrgreaper

    Should be sleeping but it's just been pointed out to me the server is no longer posting random messages every 30 mins, there's no players active on it at mo could that be the cause?
     
  28. Offline

    croemmich

    If there are not any players on the server, it does not post random messages. I can make that configurable if you would like.
     
  29. Offline

    mrgreaper

    It makes it easier to see activity this way so I'm happy with that but adding config incase others want it is always good , right must turn off iPhone lol
     
  30. Offline

    M1sT3rM4n

    As much as I like the default XML, some of the death messages just didn't cut it for me due to well... grammar issues xD

    Here's my death messages:

     

Share This Page