iBroadcast XP 1.2.0 final

Details

  • Filename
    ibroadcast-package.zip
  • Uploaded by
  • Uploaded
    Mar 16, 2014
  • Size
    37.06 KB
  • Downloads
    1,043
  • MD5
    e9a0df2584fdee18cb7e0eb5e46fa580

Supported Bukkit Versions

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

Changelog

iBroadcast XP 1.2.0 final

Added an new setting for updates under the settings node.

Made compatible for the latest CraftBukkit version.

iBroadcast XP 1.2.0-B0.23

This is an preview/beta version of iBroadcast XP 1.2.0

Fixes: IBXP-1 Add default-color property to the lists

IBXP-4 Permission Based Welcome Message

IBXP-6 multiverse addition

New configfile:

settings:
  enabled: true
  motd: true
  debug: false
join-message:
  - 'Welcome &c{player}&f to this server'
  - 'Line 2'
  - 'Line 3'
motd:
  default:
  - '&fWelcome &c{player}&f to this server'
  - '&fWe use the &ciCrafted iBroadcast XP&f-plugin'
  - '&fThis is the default MOTD-list'
  - '&fThe serveradmin can add more if needed'
message-lists:
  default:
    prefix: '&1[&fTIP&1]'
    index: 0
    enabled: true
    random: true
    delay: 120
    world: world
    default-color: '&f'
    messages:
    - '&1[&2First&1]&f Message 1'
    - '&c[&aSecond&c]&f Message 2'
    - '&8[&6Third&8]&f Message 3'

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

You cannot enable/disable settings as explained on /ibc help 4