iBroadcast XP 1.0.0

Details

  • Filename
    ibroadcastxp.jar
  • Uploaded by
  • Uploaded
    Jan 2, 2013
  • Size
    23.27 KB
  • Downloads
    667
  • MD5
    bf43fccee88bc8d8fb86d5630e1dae7a

Supported Bukkit Versions

  • CB 1.4.6-R0.3
  • CB 1.4.6-R0.2
  • CB 1.4.6-R0.1

Changelog

iBroadcast XP 1.0.0 Final

A few minor bugfixes. Some fixes to fix deprecated calls to bukkit 1.4.6 Compiled

iBroadcast XP 1.0.0 Beta 3

This is the third beta release of iBroadcast XP.

Bugfixes

[Ticket #1] Permission nodes didn't work correctly

Enhancements

  1. Random function is working correctly
  2. Added the /ibc edit <message-list> <index> <message> function

Used permissions

  ibroadcastxp.lists:
    description: Gives access to the iBroadcast lists
    default: op
  ibroadcastxp.list:
    description: Main list node!
  ibroadcastxp.list.default:
    description: The default list, everybody should see this one!
    default: true
  ibroadcastxp.list.*:
    description: The default list, everybody should see this one!
    default: false
  ibroadcastxp.commands:
    description: The iBroadcast XP Commands permission
    default: op
  ibroadcastxp.commands.reload:
    description: The reload command permission
    default: op
  ibroadcastxp.commands.lists:
    description: List command
    default: op
  ibroadcastxp.commands.list:
    description: List command
    default: op
  ibroadcastxp.commands.add:
    description: Add command
    default: op
  ibroadcastxp.commands.edit:
    description: Edit command
    default: op
  ibroadcastxp.commands.remove:
    description: Remove command
    default: op

iBroadcast 1.0.0 Beta 2

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

None known