Inactive [CHAT/INFO/MISC] AutoCast - True looped Broadcasting. [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by OperationVOID, Apr 1, 2012.

  1. Offline

    OperationVOID

    AutoCast is now using Java 6!
    [​IMG]

    =======INSTALLATION=======

    Support will be given on this page, as well as BukkitDev!

    What is AutoCast?

    AutoCast is a plugin developed by OperationVOID, lead by CorruptEntity. AutoCast is a plugin that broadcasts any message at any desired interval. It can unlimited messages. The broadcasts can be any color, or even bold, italic, underscore, and Cross-through. Simply just add the code for it in the messages.txt, and it is there. AutoCast is used by thousands of servers worldwide! AutoCast also can execute commands through broadcasts. just start a line with '/' or '!', and then the plugin will try to execute the rest of the line as a command. AutoCast is better than almost ANY automatic broadcaster out there.

    More information on BukkitDev. This page is just a placeholder.

    Color Codes/Chat Modifiers:
    [​IMG]

    More info and Download:


    - BukkitDev link

    If you are getting a major.minor error, that means you have an older version of Java then what our plugin is written in. Please update your Java to fix this error!
     
  2. Offline

    CorruptEntity

    We are considering a full rewrite of our code...
     
  3. Offline

    MCProtect

    I love cating all over my server. I occasionally broadcat.
     
    afistofirony likes this.
  4. Offline

    OperationVOID

    Yes, We noticed. We are fixing it right now :p
     
  5. Offline

    94miner

    I'm kinda lost on what this plugin does
     
  6. Offline

    OperationVOID

    How so?
     
  7. Offline

    94miner

    Just the dev page didn't explain it.
     
  8. Offline

    Molten_Dude

  9. Offline

    KarinaGW

    Haven't watched the vid yet. But, I'm assuming from the name and description that it lets you broadcast messages to you players at intervals (like mainframes do) something on the order of:

    The server will be going down in 10 minutes so save.
    The server will be going down in 5 mintues so save.
    Really, people you have one minute, so save.
    Buh Bye.

    At least, I hope that's what it is. It will be really helpful, if so.
     
  10. Offline

    OperationVOID

    I suppose if you installed a plugin that restarts after a certain time, and timed these messages just right then, yes its possible. But its not really meant for that. Its more meant for informational purposes, saying tips, commands, instructions, or anything you could imagine.
    EDIT:
    AutoCast now allows commands inside broadcasting, so now that is extremely simple.
     
  11. Offline

    Blesd

    tesr.jpg
    В чем проблема? Очень бы хотелось использовать ваш плагин, помогите.
     
  12. Offline

    CorruptEntity

    Чтобы исправить это, просто обновить версию Java. При размещении на сервере, перейдите к серверу java.com и скачать последнюю версию. Если вы не хостинг, и вы платите за сервер, то спросите вашего хоста для обновления Java.
     
  13. Offline

    Blesd

    Thank You! :) Problem fixed.
     
  14. Offline

    Fancydude1025

    hey i am having the same problem as this guy and i have version 7 update 5 and it will not work. Please help.
     
  15. Offline

    OperationVOID

    Plugins?
     
  16. Offline

    Fancydude1025

    AnitCheat, ChestShop, Essentials, EssentialsSpawn, Factions, iConomy, LWC, Minebackup, MobArena, NoSwear, Pail, PermissionsEx, TreeAssist, Vault, WorldEdit, WorldGuard
     
  17. Offline

    Chow

    Awesome plugin. I hate having to heave /broadcast every 5 seconds.
     
  18. Offline

    OperationVOID

    Thanks.
     
  19. Offline

    marine_mca

    i need help with this plugin please.
    i installed it and placed all of the messages into it.
    i also set a test interval of 30 secs.
    i went onto my server and made sure it is enabled, it read one of the messages but it does not broadcast anymore?
    did i do something wrong? how do i set it to loop?
    regards,
    -marine
     
  20. Offline

    theosaman

    somthing is wrong with mine... it say's this.
    18:17:21 [SEVERE] Could not load 'plugins\AutoCast.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError
    : me/OperationVOID/AutoCast/OperationVOID : Unsupported major.minor version 51.0

    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:151)
    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:213)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:550)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    79)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.UnsupportedClassVersionError: me/OperationVOID/AutoCast/Ope
    rationVOID : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:140)
    ... 13 more
     
  21. Offline

    OperationVOID

    Please update your Java!

    *EDIT*
    No longer needs too, the plugin is now using Java 6. Please download AutoCast v1.3.1
     
  22. Offline

    z00100100

    one thought that could make your plugin more unique is that you culd add support to send messagtes to different groups with ,i guess you would call it, "hooks" into pex or other permissions. also time between each meassage per group

    ex.
    group
    noob
    time: 300
    - 1. sign up @ mywebsite.com
    - 2. play for a few hours to leave spawn world
    - 3. read rules by typeing &4/rules
    member
    time: 600
    - 1. find out the perks of donors by typeing &d/donate
    - 2. be sure to follow rules
    mods
    time: 1200
    - 1. be sure to keep the peace as that is your job
     
  23. Offline

    Cujo69

    Did you ever figure out what was wrong as mine is doing the same thing!
     
  24. Offline

    007checker

    Can you add a function to add a message in game like:
    /autocast add Message
    That would be very nice!:)
     
  25. Offline

    Zalunardo

    I am having problem with the plugin. It doesnt come up with any errors or anything but it keeps repeating the first msg and doesnt do any others [​IMG]
    as you can see it keeps repeating the msg. although my msg.txt is this
    [​IMG]

    please help. this looks to be the easiest and best auto anouncer ive seen
     
  26. Offline

    bnj918

    we are having the same problem? help needed please.
    has anyone out there got a fix for this thanks in advance .
     
  27. Offline

    CraftUrToe

    hey im having the same problem here it seems the broadcasted messages dont loop it just keeps repeating the first message. I really hope you can get this up and running xD
     
  28. Offline

    spierkid5000

    Hello
    i am having the same problem only the first message is being looped is there something u put at the end of the line or what is happening thanks for any knida help on this
     
  29. Offline

    MMinD

    same problem xD
     
  30. Offline

    lord0o

    same problem here :(, first message only
     

Share This Page