Commit Graph

992 Commits

Author SHA1 Message Date
Acrobot 0e22503c9b Merge branch 'master' of github.com:Acrobot/ChestShop-3 2012-03-01 22:07:41 +01:00
Acrobot 7f8af7b5b3 Breaking changes:
- Permissions 2/3 are no longer supported
- Changed ChestShop.shop.create permission to consist of 2 different permissions: ChestShop.shop.create.buy and ChestShop.shop.create.sell
- (Experimental) Ability to add max item prices to the config
- (Experimental) Added a custom "chestshop" WorldGuard flag using reflection

- Switched to new Config system
- Updated Metrics
- Removed chest masking option
2012-03-01 22:03:59 +01:00
Acrobot 7c93fba155 Merge pull request #14 from GoalieGuy6/patch-1
Made transcation records able to last forever
2012-02-22 06:12:02 -08:00
GoalieGuy6 28197e4d6f Made transcation records able to last forever 2012-02-21 23:55:04 -05:00
Acrobot a49d51ce97 - Changed to the new, more robust event system
- Added partial transactions (You have 5 items, shop wants 10 - you can sell your items for half the price)
- Added a warning to the HTML generator
- Fixed Towny integration
- Fixed occasional ArrayOutOfBoundsExceptions
- Fixed an error when a shop couldn't be created because a sign (not shop sign) was on other side of the block
- Added SCL (SimpleChestLock) protection plugin to supported plugins
- Updated Metrics (and added a new asynch thread for startup)
- Removed Bukkit-1.0 workaround
- Fixed plugin.yml formatting
2012-02-16 19:09:37 +01:00
Acrobot c3b084fd1a - Added statistics to the plugin
- Added shop refund message
- Recoded Register for ChestShop
- Added VAULT support (Register is used when no Vault is found)
- Added Heroes exp option for granting exp for shop creation
- EXPERIMENTAL: Option to cause BlockState.update() every transaction (probably doesn't work, as Block.applyPhysics() is needed)
- Added ChestShop.nofee permission for free shop creation (and no refunds)
- Added a separate Admin Shop tax option
-
2012-01-25 16:32:34 +01:00
Acrobot dc4d9961c1 - Fancy sign formatting :D
- Fixed LWC, Lockette and Default protections
- Added restricted signs (Changed how they work)
- Added an option to use another name
- Fixed a bug where default protection was initialized too many times
- Disallowed players to place another chest near a shop chest
- Speeded up and fixed enchantment and durability in itemstacks
- Changed /iteminfo a bit
- Added /chestshop reload
- Added many default permission kits
- Fixed dye colors
- Added an option to allow towny residents place shops in their town
2012-01-09 22:39:38 +01:00
Acrobot 505dfb3449 - Fixed potion stacking and adding items to stacks with a different durability
- Modified /iteminfo a bit
- Added a message to the DBpage generator
- Added more functions to word datavalue
- Modified the SignChange fourth line formatting
2011-12-20 21:39:45 +01:00
Acrobot 2e489774d8 - Added selling/buying of Enchanted items
- Modified /iteminfo command to show enchantments (and their id)
- Fixed LWC problem
- Added an option to ignore creative mode
- Fixed broken inventory.addItem(ItemStack) (adds up to custom Material max stack amount now) @Bukkit
2011-12-16 17:20:09 +01:00
Acrobot 353dacf1a0 - Fixed block destruction 2011-12-02 11:38:20 +01:00
Acrobot 06ff63ecfd - Added multiple protection plugins work at once
- Added custom LWC protection limit message
- Fixed block destroying
- Added a new permission node, to let people create shops as other user (also usable for Towns, Factions etc.)
2011-12-01 14:02:58 +01:00
Acrobot 637e08e985 Wow, that is ugly now :/
- Added WorldGuard support
- Fixed protection
- Added shop refund price
- Updated Register
2011-10-11 13:15:53 +02:00
Acrobot 9a6b9d0c38 - Added option to tax all transactions
- Updated Register and BukkitEx
- Can't place shops in the wilderness
- Fixed CraftBukkit's piston bug - no more try/catch
2011-09-29 20:29:39 +02:00
Acrobot 4440101a3a - Added support for OddItem 0.8
- Fixed getRetractBlock
2011-09-25 16:17:44 +02:00
Acrobot 06e02cbc3e - Fixed towny integration (grr... java)
- (Tried to) - it shouldn't cause too long message error.
2011-09-23 14:07:20 +02:00
Acrobot ad51a87175 - Updated Register
- Support for Townie's shop plots
- Doesn't load Towny older than 0.76.0.47 (Yeah, long custom difficult method)
- Replaced onBlockPistonRetract to use custom method instead of try/catch
- You won't sell to your own shop anymore
- Added Towny to dependencies
2011-09-22 15:56:06 +02:00
Acrobot 7ec812a3e1 - Added parenthesis. It fixes a bug with signs... 2011-09-10 20:50:24 +02:00
Acrobot 9a914929d1 - Fixed a bug with admin placed signs 2011-09-09 15:15:53 +02:00
Acrobot a84c68d49d - Changed how configuration works, so it works with plugin folder in different place
- Added support for Deadbolt
- By default, left clicking your own sign doesn't do anything
- Restricted signs now check if you've got permission ChestShop.group.groupName
- Added support for stacking unstackable things
- Updated Register
- Changed how plugins are loaded.
2011-09-06 19:01:57 +02:00
Acrobot e47632793a - Added support for new Lockette
- Fixed LWC
2011-09-01 18:59:15 +02:00
Acrobot fac79282df - Fixed new lines in configs
- Fixed sign protection
- Doesn't protect with LWC if the limit is reached
- Added a message when you paid for shop.
2011-08-31 20:57:10 +02:00
Acrobot 0418629062 - Fixed >64 item selling/buying
- Fixed block destroying
- Broke signChange into more methods
2011-08-26 23:12:32 +02:00
Acrobot 77bbf5de00 - Fixed bug when creating a shop locked by LWC/Lockette 2011-08-15 11:46:01 +02:00
Acrobot c64627205e Final version.
- Speeded it up
- Added Buy/Sell specified ID permission
- Removed EXCLUDE_ITEM permission - just use normal Permission negating
- Doesn't add more LWC's on an already protected block
- Updated Register
- Added option to turn off messages
2011-08-13 12:08:34 +02:00
Acrobot 83a7bbcb6c - Fixed database
- Made it a bit quicker at startup
- Added protection against Creepers & TNT
2011-07-24 16:56:18 +02:00
Acrobot 7b6d7d59bd - Long name (>15 chars) support
- Added Bukkit Persistence Reimplemented by LennardF1989
- Made the plugin faster
- Deleted unnecessary files (.jar size went down by 10 KB)
- Added final and private keywords
- Support for Bukkit's built-in permissions
- Updated to newest Bukkit's standard (getFace -> getRelative)
2011-07-23 21:00:47 +02:00
Acrobot 770b8e88cd - Added support for BOSEconomy 7
- Speeded up shop recognition
- Better item durability checking
- Added choice of preffered economy plugin
2011-07-15 21:45:26 +02:00
Acrobot e27cdfb70c - Compatibility with PailStone
- Renamed a lot of things
- Added chest masking option
2011-07-05 19:08:55 +02:00
Acrobot 0bde74f3ad - Fixed protections 2011-07-02 20:34:14 +02:00
Acrobot e522b33d9d - Fixed Permissions for shop creation
- Added Moderator Permission (ChestShop.mod)
- Updated Register
2011-07-01 14:12:26 +02:00
Acrobot 36f25841af - Fixed double chests
- Now, the default config is in propper English :)
- Added Permissions to buying and selling
- Disallowed for diagonal chest linking
- Speeded up checking for amount of items in inventory
2011-06-23 23:25:34 +02:00
Acrobot 51296f6ac9 - Fix for infinite items
- Tried to fix the NPE during transaction
- Fixed NPE during Admin Shop setup
- Speeded up protection system
- Made configuration system more flexible
2011-06-19 23:52:36 +02:00
Acrobot d919818bb6 - Fixed not checking whether Material is null before getting durability from String
- Moved Register classes, should work with other plugins now
- Cleaned the code a bit
2011-06-14 15:07:44 +02:00
Acrobot 247b65c9e1 - Corrected a mistake with default protection
- Made it possible to write item names such as "Red Wool"
- Slightly speeded up configuration reading
2011-06-13 00:59:10 +02:00
Acrobot fbc87e8977 Even more changes, almost ready for relase! 2011-06-11 17:36:55 +02:00
Acrobot 3f6fb7ed03 Small mistakes! 2011-06-09 23:00:27 +02:00
Acrobot 677fe9668b Yay, it's almost relased! 2011-06-09 22:54:01 +02:00
Acrobot 444b09fe1a Changed "a bit" 2011-05-29 13:25:25 +02:00
Acrobot fc4909bb90 Did some more work, currently working on buying 2011-05-21 19:55:55 +02:00
Acrobot 7e093d0b5e Fixed economy issues - thanks niji! 2011-05-16 17:35:12 +02:00
Acrobot d5b791f8c8 Changed name to ChestShop 2011-05-15 19:33:03 +02:00
Acrobot 5e783fe430 iConomyChestShop 3, not finished nor working version, for halvors 2011-05-15 18:16:25 +02:00