Commit Graph

23 Commits

Author SHA1 Message Date
Eric
da025ab7c8 Shop limit "-1" should be displayed as "∞" 2016-08-03 16:30:02 +02:00
Eric
67c87cef90 Fixed link in update checker 2016-08-03 16:13:15 +02:00
Eric
6ea6f155fd Added debug log (in file)
- Added debug log (configurable)
- Added "message.noPermission.create-protected"
- A bit code cleanup
- Renamed "Commands" to "ShopCommand"
2016-08-03 16:11:25 +02:00
Eric
05cd2eeb4e Players can now sell broken items if configured
To automatically reconnect to the MySQL server, ShopChest is now using a much simpler way: Just added the attribute "autoReconnect=true" to the end of the link, instead of using a configurable value of reconnect attempts.
2016-08-02 13:23:47 +02:00
Eric
e522746eeb Fixed Potion Shops on 1.8.x 2016-07-30 17:44:47 +02:00
Eric
c2ea1fb076 Changed versions to 1.9.0.1 2016-07-14 16:35:00 +02:00
Eric
a453d96f86 Fixed holograms not being shown on some chests 2016-07-14 16:16:50 +02:00
Eric
330b671cfe Fixed javadoc of ShopReloadEvent 2016-07-13 16:19:18 +02:00
Eric
5ac136ffcc Improved handling with shops that got errors when loading
An exception will now be thrown, when there's no space above the chest (only if items should be shown).
Holograms now won't be shown to the player if the shop has no chest, but the shop will get removed.
2016-07-13 15:53:50 +02:00
Eric
802e3585b8 Hardcoded reloaded message in reload timer 2016-07-13 15:05:50 +02:00
Eric
dc40e30301 ShopUtils no longer contains static methods 2016-07-13 15:03:54 +02:00
Eric
225c59c2ea Added reload-timer (can be configured) 2016-07-13 14:34:09 +02:00
Eric
1d22e28954 Added configuration values
You can now set whether a shop should be removed from the database if an error occurred when loading it, and you can set whether the floating shop item should be shown/enabled.
2016-07-13 14:05:56 +02:00
Eric
47414009bf Change configuration values per command
This will probably be a bit buggy, so I recommend to keep editing the file manually. Also, all of the comments in the config.yml will get deleted after using the command!
This closes #10.
2016-07-08 16:56:55 +02:00
Eric
34468ef623 Changed version to 1.9.0
There will be some more changes, so the update is coming soon...
Also, the properties in the plugin.yml are now extracted from the pom.xml
2016-07-06 21:59:42 +02:00
Eric
77f2476a70 Added javadoc for events 2016-07-06 21:34:08 +02:00
Eric
fbbe519381 Remove craftbukkit dependency in 'ShopChest' artifact 2016-07-06 21:06:14 +02:00
Eric
3a7e96f88d Assign type in ShopBuySellEvent 2016-07-06 20:52:10 +02:00
Eric
14d23c2d57 Removed broadcast message
This was never really used...
Also, in the API, you can now get the player of the ShopPreInfoEvent
2016-07-06 17:05:30 +02:00
Eric
0b3f45ccd1 Added Events for new API
Javadoc will be added later
2016-07-05 18:41:31 +02:00
Eric
031f0f99bc Updated VaultAPI to 1.6 2016-07-03 21:14:41 +02:00
Eric
16edefd313 Fixed main class in plugin.yml 2016-07-03 21:10:23 +02:00
Eric
54a1b637c6 Converted ShopChest to Maven Project 2016-07-03 20:59:29 +02:00