Boutique 2

Details

  • Filename
    Boutique_2.zip
  • Uploaded by
  • Uploaded
    Sep 25, 2012
  • Size
    97.91 KB
  • Downloads
    944
  • MD5
    425a891941ca45da909db69f28b599df

Supported Bukkit Versions

  • CB 1.3.2-R0.1

Changelog

Version 2:
 - Removed old config options for teleportations because of this:

 - Added permissions system for:

    - Owner teleportation, including bind teleporting

    - Customer teleportation, including request teleporting

    - registering, oppening/closing and removing one's shop. This includes a way

       to forbid/require a description on a player's shop.

    - Admin permission to delete shops and admin permissions node

    - Default node that grants default pre-2.0 configuration to everyone

    - Easy setup nodes

 - Commands have been changed:

    - Two-word commands now actually two words! /shop list, not /shoplist

    - Wenamed /shopregister to /shop create

    - Old commands prompt user to use the new commands

    - Various aliases. E.g.; /shop create, /shop make and /shop register

    - When command is not recognised, one is prompted to do /shop commands

 - One can update the location of a shop only with '/shop edit location'

 - One can update the description of a shop only with '/shop edit description'

 - New command to re-register your shop with '/shop edit reset'. /shop create

    also re-registeres the shop, as before

 - Command for admins to delete shops. If the owner is online, they are informed

    that the shop has been deleted.

 - !Database table has been renamed to boutique_shops

 - !fields have been renamed in the table:

    - 'Shop' is now 'owner'

    - 'Description' is now 'description'

    - 'Status' is now 'status'

 - Plugin does not return false on onCommand - I've moved exclusively to my own

    error messages

 - Resetting/updating ones shop no longer closes it (was a feature to prevent

    use of shops as tp points exclusively - I don't think it worked that well)

 - Plugin usually checks that you have the correct number of arguments in your

    command

 - Made /shop list permissions-informed, only showing commands the player can

    actually do.

 - Shop list can now be configured to show online/offline open/closed shops in

     different colours. (This is helpful if players only have perms to teleport

     to, for example, online shops.)

 - New format for plugin/bukkit/MySQL error messages

 - apostrophes (') repalced with single quotes (‘’) because the apostrophes

    looked ugly at the start of words.

 - Changed a few default colours - this will not affect your current config

 - Put Windows line breaks on these help files, since Notepad hates Linux line

    breaks so much

Doesn't send messages to console when renaming or creating/checking the table.