mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-01 06:23:22 +01:00
1bf4651efa
- Added ShopDestroyedEvent - Fixed signs stacked on each other not working - Fixed Admin Shops selling materials with metadata - Fixed shops accepting '0' quantity - Started working on database stuff - Split BlockBreak listener to many files - Added methods to InventoryUtil - Fixed discounts
9 lines
106 B
Java
9 lines
106 B
Java
package com.Acrobot.Breeze.Database;
|
|
|
|
/**
|
|
* @author Acrobot
|
|
*/
|
|
public interface DatabaseDriver {
|
|
|
|
}
|