iBroadcast XP Beta 2

Details

  • Filename
    ibroadcastxp.jar
  • Uploaded by
  • Uploaded
    Dec 2, 2012
  • Size
    13.78 KB
  • Downloads
    294
  • MD5
    7c28dc4c76d89f59820533eddc0ab694

Supported Bukkit Versions

  • CB 1.4.5-R0.2
  • CB 1.4.5-R0.1

Changelog

This is the second beta release of iBroadcast XP.

There has been a quite few changes in this version in the usage of it. The basics are still the same but we've enhanced it!

The new config:

We have added the node debug to the settings-node, rest is the same

settings:
  enabled: true
  show-join-message: true
  debug: false
join-message:
  - 'Welcome &c{player}&f to this server'
  - 'Line 2'
  - 'Line 3'
message-lists:
  default:
    prefix: '&1[&fTIP&1]&f'
    index: 0
    enabled: true
    random: true
    delay: 60
    messages:
    - '&1[&2First&1]&f Message 1'
    - '&c[&aSecond&c]&f Message 2'
    - '&8[&6Third&8]&f Message 3'
  guests:
    prefix: '&8[&cGUESTS&7]&f'
    index: 0
    enabled: true
    random: true
    delay: 60
    messages:
    - '&1[&2First&1]&f G Message 1'
    - '&c[&aSecond&c]&f G Message 2'
    - '&8[&6Third&8]&f G Message 3'

Whats really new?

Additions

You can now add messages by command. Get the full help using the /ibc help command.

Permissions:

  • ibroadcastxp.commands
  • ibroadcastxp.commands.reload
  • ibroadcastxp.commands.lists
  • ibroadcastxp.commands.list
  • ibroadcastxp.commands.add
  • ibroadcastxp.commands.remove

Fixes

Now you can really have different delays in the message lists

The random function is still not working yet!