1.3.3

Details

  • Filename
    Broadcast.jar
  • Uploaded by
  • Uploaded
    Jul 30, 2013
  • Size
    64.13 KB
  • Downloads
    1,352
  • MD5
    8ccc4f5e26b7ad97b30dcff09397aafd

Supported Bukkit Versions

  • 1.6.2

Changelog

v1.3.3

  • added permission handling for auto broadcast messages
  • added world handling for auto broadcast messages
  • added option handling for auto broadcast messages
    • the available options can be found here
  • added default customisation per broadcast file
    • click here to find out how to use it
  • updated the help ingame
  • changed the way auto broadcasts are handled
  • fixed all the commands to work properly with the message files
  • fixed bug when using /bca add <message>, the message would get on the end of the last line, and an empty line was created

v1.3.2

  • added new /bca test <message file> command to test the message files for errors
  • out of beta because no serious bugs are found in the last 3 versions

v1.3.2_BETA

  • message file of empty line visible
  • updated to 1.6.2

v1.3.1_BETA

  • fixed permissions
  • added alias /hello for /hi
  • updated metrics to R7

v1.3.0_BETA

  • updated to bukkit v1.6.1
  • added configurable message files
    • message files can be more than 1
    • message files will from now on be stored in a map called messages
  • added ability to start multiple message files on server startup
  • added ability to specify message file name in command
    • example: /bca start default, /bca start other
    • when no message file is specified, the default message file will be used
  • removed ability to check if current running version is a beta version.
  • added ability to check if newer version is beta or stable version.
  • added Metrics for keeping track of servers using the plugin
    • metrics stats can be found here
    • metrics can be disabled from a config in the pluginmetrics foldder inside the plugins folder
    • needed to change plugin name to broad-cast, so plugin folder name is also changed to broad-cast

REMEMBER: this is a beta build, if you find any bugs, please report them with a ticket

v1.2.1

  • changed /gmcheck message.
  • removed "no description found" message in /bchelp

v1.2

  • fixed an issue with mobcount
  • added custom prefix/suffix/timing per message
    • see how to use them here
  • changed messages.yml to messages.txt, you have to copy your old messages from the messages.yml file to the messages.txt file
  • added an option to remove auto broadcast messages from console, please let the plugin recreate your config.yml to get the option

v1.1.9

  • Added full color support for /bc command
  • updated auto broadcaster to not get into a infinite loop when a message is removed from messages.yml
  • added more dynamic data for the auto broadcaster
    • %mobs% - all mobs on the server
    • %mobs-boss% - all bosses on the server (wither / ender dragon)
    • %mobs-hostile% - all hostile monsters on the server (zombie, skeleton, creeper, angry wolfs, angry zombie pigmans)
    • %mobs-passive% - all passive mobs on the server (chicken, cow, pork)
    • %players% - all players on the server
  • server uptime kept on reload (for this there is a new file called data.yml made)
  • update check is now done after the server is started

v1.1.8

  • updated to craftbukkit 1.5.1
  • added /bca add command, to add a message to the messages.yml
  • added /bca say command, to say something, looking like it was auto broadcasted
  • updated /hi command to accept arguments, you can now say hi to specific players on the server, you can type multiple player names
  • added /bca help to see all /bca commands
  • updated update check, can now check for alpha/beta releases
  • changed default godsay prefix from [godsay] to [god]
  • added /bye command, which is the complete oposite of the /hi command, can also handle multiple arguments
  • added uptime to auto broadcaster, add to the messages.yml:
    • %uptime-days% - to get the uptime in days
    • %uptime-hours% - to get the uptime in hours
    • %uptime-minutes% - to get the uptime in minutes
    • %uptime-seconds% - to get the uptime in seconds
      • uptime gets reset by every reload
  • added permission check for who can see who started/stopped/restarted the auto broadcaster
    • use broadcast.bca.info as permission
  • added color support for /godsay, /server and /herobrine messages

v1.1.7

  • updated to craftbukkit 1.5

v1.1.6

  • added permissions for bca start/stop/info/restart
  • gmcheck can now check all online players on gamemode

v1.1.5

  • added option to disable welcome message
  • welcome message is now configurable

v1.1.4

  • added auto update check option in config

v1.1.3

  • updated to craftbukkit 1.4.7 R1.0
  • changed messages.yml file location so it works on linux